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

public class Graph1RedNode

(source file: Graph1RedNode.java)
java.lang.Object
   |
   +----Drawable
           |
           +----Graph1
                   |
                   +----Graph1RedNode

The pure class interface.
public class Graph1RedNode
  extends Graph1
A graph containing one red node.

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

Constuctor Index

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

Methods

O draw(Drawer)

Constructors

O Graph1RedNode
public Graph1RedNode(Constraints C,
                     String s,
                     Interface source,
                     Interface target,
                     int controlIn,
                     int controlOut);
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.
controlIn - the incoming control line.
controlOut - the outgoing control line.

Methods

O draw
public void draw(Drawer d);


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