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

pure interface of class Graph0

The documentated page.
public abstract class Graph0
  extends Drawable
{
    public int left;
    public int right;
    public int bot;
    public int top;
    public Constraints C;
    public Interface source;
    public Interface target;
    public Graph0(Constraints C,
                  Interface source,
                  Interface target);
    public Graph0 pad();
}

[all packages] [package ] [class hierarchy] [index]
Graph0.interface.html