[all packages] [package ] [class hierarchy] [index]

public class Graph0BlueNode

(source file: Graph0BlueNode.java)
java.lang.Object
   |
   +----Drawable
           |
           +----Graph0
                   |
                   +----Graph0BlueNode

The pure class interface.
public class Graph0BlueNode
  extends Graph0
A graph containing one blue node.

Author:
Alan Jeffrey
Version: v1.0 1998/06/11

Constuctor Index

O Graph0BlueNode(Constraints, String, Interface, Interface)
Create a new graph containing one node.

Methods

O draw(Drawer)

Constructors

O Graph0BlueNode
public Graph0BlueNode(Constraints C,
                      String s,
                      Interface source,
                      Interface target);
Create a new graph containing one node.

Parameters:
C - the constraints set.
s - the name of the node.
source - the lh interface of the graph.
target - the rh interface of the graph.

Methods

O draw
public void draw(Drawer d);


[all packages] [package ] [class hierarchy] [index]
Graph0BlueNode.html