public class LayoutTransition<V,E> extends Object implements IterativeContext
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected int |
counter |
protected boolean |
done |
protected Layout<V,E> |
endLayout |
protected Layout<V,E> |
startLayout |
protected Layout<V,E> |
transitionLayout |
protected VisualizationViewer<V,E> |
vv |
| Constructor and Description |
|---|
LayoutTransition(VisualizationViewer<V,E> vv,
Layout<V,E> startLayout,
Layout<V,E> endLayout) |
protected boolean done
protected int count
protected int counter
protected VisualizationViewer<V,E> vv
public boolean done()
done in interface IterativeContexttrue if this iterative process is finished, and false otherwise.public void step()
IterativeContextstep in interface IterativeContextCopyright © 2015. All rights reserved.