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 IterativeContextpublic void step()
step in interface IterativeContextCopyright © 2016. All rights reserved.