Uses of Class
samples.preview_new_graphdraw.iter.IterableLayout

Packages that use IterableLayout
samples.preview_new_graphdraw.impl.crooked   
samples.preview_new_graphdraw.iter   
samples.preview_new_graphdraw.iterablelayouts   
samples.preview_new_graphdraw.staticlayouts   
samples.preview_new_graphdraw.test   
 

Uses of IterableLayout in samples.preview_new_graphdraw.impl.crooked
 

Subclasses of IterableLayout in samples.preview_new_graphdraw.impl.crooked
 class CrookedSpringLayout
           
 

Uses of IterableLayout in samples.preview_new_graphdraw.iter
 

Subclasses of IterableLayout in samples.preview_new_graphdraw.iter
 class UpdatableIterableLayout
           
 

Fields in samples.preview_new_graphdraw.iter declared as IterableLayout
protected  IterableLayout LayoutIterator.iterableLayout
           
protected  IterableLayout LocalGraphDraw.layout
           
 

Methods in samples.preview_new_graphdraw.iter that return IterableLayout
 IterableLayout LocalGraphDraw.getLayoutSource()
          Returns the iterable layout at the core.
 

Methods in samples.preview_new_graphdraw.iter with parameters of type IterableLayout
static void GraphLayoutPanelUtils.prerelax(long millis, IterableLayout la)
          Pre-relaxes a layout.
 

Constructors in samples.preview_new_graphdraw.iter with parameters of type IterableLayout
LayoutIterator(GraphLayoutPanel jgp, IterableLayout la)
           
LocalGraphDraw(Graph g, StaticLayout startup, IterableLayout layout, VertexRenderer vr, EdgeRenderer er, Dimension d, boolean prerelax)
          A verbose constructor creates a LocalGraphDraw object, and a panel to show.
 

Uses of IterableLayout in samples.preview_new_graphdraw.iterablelayouts
 

Subclasses of IterableLayout in samples.preview_new_graphdraw.iterablelayouts
 class InterpolatingIterableLayout
          This abstract iterable layout interpolates between two different emitted layouts over K frames.
 class KKLayout
          Implements the Kamada-Kawai algorithm for node layout.
 class SpringLayout
          The SpringLayout package represents a visualization of a set of nodes.
 class UnmovingIterableLayout
          This iterable layout simply iterates forever.
 class WrappedIterableLayout
          This class runs one iterable layout until it is finished, then starts on another (for either K iterations or until finished).
 

Fields in samples.preview_new_graphdraw.iterablelayouts declared as IterableLayout
protected  IterableLayout WrappedIterableLayout.next
           
protected  IterableLayout WrappedIterableLayout.start
           
 

Constructors in samples.preview_new_graphdraw.iterablelayouts with parameters of type IterableLayout
WrappedIterableLayout(IterableLayout start, IterableLayout next)
           
WrappedIterableLayout(IterableLayout start, IterableLayout next, int frames)
           
 

Uses of IterableLayout in samples.preview_new_graphdraw.staticlayouts
 

Fields in samples.preview_new_graphdraw.staticlayouts declared as IterableLayout
protected  IterableLayout IterableFromStaticEmittedLayout.iterableLayout
           
protected  IterableLayout IterableToStaticLayout.iterableLayout
           
 

Constructors in samples.preview_new_graphdraw.staticlayouts with parameters of type IterableLayout
IterableFromStaticEmittedLayout(EmittedLayout emitted, IterableLayout iter)
           
IterableToStaticLayout(StaticLayout starting, IterableLayout iter)
           
 

Uses of IterableLayout in samples.preview_new_graphdraw.test
 

Subclasses of IterableLayout in samples.preview_new_graphdraw.test
 class LinearInterpolatingLayout
          created Apr 23, 2004