edu.uci.ics.jung.visualization.layout
Class LayoutTransition<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.layout.LayoutTransition<V,E>
- All Implemented Interfaces:
- IterativeContext
public class LayoutTransition<V,E>
- extends Object
- implements IterativeContext
Method Summary |
boolean |
done()
Returns true if this iterative process is finished, and false otherwise. |
void |
step()
Advances one step. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startLayout
protected Layout<V,E> startLayout
endLayout
protected Layout<V,E> endLayout
transitionLayout
protected Layout<V,E> transitionLayout
done
protected boolean done
count
protected int count
counter
protected int counter
vv
protected VisualizationViewer<V,E> vv
LayoutTransition
public LayoutTransition(VisualizationViewer<V,E> vv,
Layout<V,E> startLayout,
Layout<V,E> endLayout)
- Parameters:
startLayout
- endLayout
-
done
public boolean done()
- Description copied from interface:
IterativeContext
- Returns true if this iterative process is finished, and false otherwise.
- Specified by:
done
in interface IterativeContext
step
public void step()
- Description copied from interface:
IterativeContext
- Advances one step.
- Specified by:
step
in interface IterativeContext
Copyright © 2009. All Rights Reserved.