[all packages]
[package ]
[class hierarchy]
[index]
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]