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

public class Graph1Comp

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

The pure class interface.
public class Graph1Comp
  extends Graph1
Compose two graphs together

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

Constuctor Index

O Graph1Comp(Constraints, Graph1, Graph1)
Create a new composition of graphs.

Methods

O draw(Drawer)

Constructors

O Graph1Comp
public Graph1Comp(Constraints C,
                  Graph1 G,
                  Graph1 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]
Graph1Comp.html