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

public class Graph0Comp

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

The pure class interface.
public class Graph0Comp
  extends Graph0
Compose two graphs together

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

Constuctor Index

O Graph0Comp(Constraints, Graph0, Graph0)
Create a new composition of graphs.

Methods

O draw(Drawer)

Constructors

O Graph0Comp
public Graph0Comp(Constraints C,
                  Graph0 G,
                  Graph0 H);
Create a new composition of graphs.

Parameters:
C - the constraint set
G - the lh graph
H - the rh graph

Methods

O draw
public void draw(Drawer d);


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