Uses of Interface
uchicago.src.sim.gui.GraphLayout

Packages that use GraphLayout
uchicago.src.sim.gui   
 

Uses of GraphLayout in uchicago.src.sim.gui
 

Classes in uchicago.src.sim.gui that implement GraphLayout
 class AbstractGraphLayout
          Abstract implementation of the GraphLayout interface.
 class CircularGraphLayout
           
 class DefaultGraphLayout
          Empty implementation of GraphLayout.
 class FruchGraphLayout
          Positions nodes in layout according to iterations of an implementation of the Fruchmen-Reingold graph layout algorithm.
 class KamadaGraphLayout
          Positions network nodes according to the Kamada-Kawai algorithm.
 class LayoutWithDisplay
           
 class RandomGraphLayout
           
 

Fields in uchicago.src.sim.gui declared as GraphLayout
protected  GraphLayout Network2DDisplay.layout
           
 

Constructors in uchicago.src.sim.gui with parameters of type GraphLayout
Network2DDisplay(GraphLayout layout)
          Creates a Network2DDisplay using the specified GraphLayout.