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

public class Graph1TensorL

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

The pure class interface.
public class Graph1TensorL
  extends Graph1
A graph built from two subgaphs, where the bottom graph has a control line and the top one does not.

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

Constuctor Index

O Graph1TensorL(Constraints, Graph1, Graph0, int)
Create a new graph from two subgraphs.

Methods

O draw(Drawer)

Constructors

O Graph1TensorL
public Graph1TensorL(Constraints C,
                     Graph1 G,
                     Graph0 H,
                     int control);
Create a new graph from two subgraphs.

Parameters:
C - the constraints
G - the graph with a control line
H - the graph without a control line
control - the control line variable

Methods

O draw
public void draw(Drawer d);


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