com.touchgraph.graphlayout
public class TGLayout extends Object implements Runnable
Parts of this code build upon Sun's Graph Layout example. http://java.sun.com/applets/jdk/1.1/demo/GraphLayout/Graph.java
Constructor and Description |
---|
TGLayout(TGPanel tgp)
Constructor with a supplied TGPanel tgp.
|
Modifier and Type | Method and Description |
---|---|
void |
damp() |
void |
resetDamper() |
void |
run() |
void |
start() |
void |
startDamper() |
void |
stop() |
void |
stopDamper() |
void |
stopMotion() |
public TGLayout(TGPanel tgp)