public class TGLayout
extends java.lang.Object
implements java.lang.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)
public void startDamper()
public void stopDamper()
public void resetDamper()
public void stopMotion()
public void damp()
public void run()
run
in interface java.lang.Runnable
public void start()
public void stop()