public class LayoutTransition<V,E>
extends java.lang.Object
implements edu.uci.ics.jung.algorithms.util.IterativeContext
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected int |
counter |
protected boolean |
done |
protected edu.uci.ics.jung.algorithms.layout.Layout<V,E> |
endLayout |
protected edu.uci.ics.jung.algorithms.layout.Layout<V,E> |
startLayout |
protected edu.uci.ics.jung.algorithms.layout.Layout<V,E> |
transitionLayout |
protected VisualizationViewer<V,E> |
vv |
Constructor and Description |
---|
LayoutTransition(VisualizationViewer<V,E> vv,
edu.uci.ics.jung.algorithms.layout.Layout<V,E> startLayout,
edu.uci.ics.jung.algorithms.layout.Layout<V,E> endLayout) |
Modifier and Type | Method and Description |
---|---|
boolean |
done() |
void |
step() |
protected boolean done
protected int count
protected int counter
protected VisualizationViewer<V,E> vv