Uses of Interface
samples.preview_new_graphdraw.LayoutEmitter

Packages that use LayoutEmitter
samples.preview_new_graphdraw This module provides a new way of thinking about graph drawing. 
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 LayoutEmitter in samples.preview_new_graphdraw
 

Classes in samples.preview_new_graphdraw that implement LayoutEmitter
 class StaticLayout
           
 

Uses of LayoutEmitter in samples.preview_new_graphdraw.impl.crooked
 

Classes in samples.preview_new_graphdraw.impl.crooked that implement LayoutEmitter
 class CrookedSpringLayout
           
 

Uses of LayoutEmitter in samples.preview_new_graphdraw.iter
 

Classes in samples.preview_new_graphdraw.iter that implement LayoutEmitter
 class IterableLayout
          An IterableLayout
 class UpdatableIterableLayout
           
 

Uses of LayoutEmitter in samples.preview_new_graphdraw.iterablelayouts
 

Classes in samples.preview_new_graphdraw.iterablelayouts that implement LayoutEmitter
 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).
 

Uses of LayoutEmitter in samples.preview_new_graphdraw.staticlayouts
 

Classes in samples.preview_new_graphdraw.staticlayouts that implement LayoutEmitter
 class CircleLayout
           
 class IterableFromStaticEmittedLayout
          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.
 class IterableToStaticLayout
          The IterableToStaticLayout allows a graph to start fully visualized and advanced, at the cost of some time.
 class RandomLayout
           
 class SimpleLayoutAlgorithm
           
 

Uses of LayoutEmitter in samples.preview_new_graphdraw.test
 

Classes in samples.preview_new_graphdraw.test that implement LayoutEmitter
 class LinearInterpolatingLayout
          created Apr 23, 2004