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) |
Modifier and Type | Method and Description |
---|---|
boolean |
done()
Returns true if this iterative process is finished, and false otherwise.
|
void |
step()
Advances one step.
|
protected boolean done
protected int count
protected int counter
protected VisualizationViewer<V,E> vv
public boolean done()
IterativeContext
done
in interface IterativeContext
public void step()
IterativeContext
step
in interface IterativeContext
Copyright © 2014. All rights reserved.