public class LayoutIterator
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected IterableLayout |
iterableLayout |
protected long |
iterationDelay |
protected GraphLayoutPanel |
jgp |
protected java.lang.Thread |
runningThread |
protected boolean |
stop |
Constructor and Description |
---|
LayoutIterator(GraphLayoutPanel jgp,
IterableLayout la) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
setIterationDelay(long i) |
void |
startIterations() |
void |
stopIterations() |
protected IterableLayout iterableLayout
protected GraphLayoutPanel jgp
protected boolean stop
protected java.lang.Thread runningThread
protected long iterationDelay
public LayoutIterator(GraphLayoutPanel jgp, IterableLayout la)
jgp
- la
- g
-