samples.preview_new_graphdraw.staticlayouts
Class IterableFromStaticEmittedLayout
java.lang.Object
samples.preview_new_graphdraw.AbstractLayout
samples.preview_new_graphdraw.StaticLayout
samples.preview_new_graphdraw.staticlayouts.IterableFromStaticEmittedLayout
- All Implemented Interfaces:
- Cloneable, LayoutEmitter
public class IterableFromStaticEmittedLayout
- extends StaticLayout
The IterableToStaticLayout allows a graph to start fully
visualized and advanced, at the cost of some time. this
version starts with a Graph, and (when initializeLocations
is called) repeatedly iterates until done.
created Apr 23, 2004
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterableLayout
protected IterableLayout iterableLayout
emitted
protected EmittedLayout emitted
IterableFromStaticEmittedLayout
public IterableFromStaticEmittedLayout(EmittedLayout emitted,
IterableLayout iter)
initializeLocations
public StaticLayout initializeLocations(Dimension d,
Graph g)
- Overrides:
initializeLocations
in class StaticLayout
createVisVertex
protected VisVertex createVisVertex(Vertex v)
- Specified by:
createVisVertex
in class StaticLayout