JGraph
v5.13.0.4


Uses of Interface
com.jgraph.layout.JGraphLayout.Stoppable

Packages that use JGraphLayout.Stoppable
com.jgraph.layout.graph JGraphLayout graph package which contains graph layout algorithms. 
com.jgraph.layout.hierarchical JGraphLayout hierarchical package which contains directed hierarchy layout algorithms. 
com.jgraph.layout.organic   
 

Uses of JGraphLayout.Stoppable in com.jgraph.layout.graph
 

Classes in com.jgraph.layout.graph that implement JGraphLayout.Stoppable
 class JGraphAnnealingLayout
          Deprecated. use JGraphOrganicLayout instead
 class JGraphFRLayout
          Deprecated. use JGraphFastOrganicLayout instead
 class JGraphSpringLayout
          Deprecated. use JGraphFastOrganicLayout instead
 

Uses of JGraphLayout.Stoppable in com.jgraph.layout.hierarchical
 

Classes in com.jgraph.layout.hierarchical that implement JGraphLayout.Stoppable
 class JGraphHierarchicalLayout
          The top level compound layout of the hierarchical layout.
 class JGraphMedianHybridCrossingReduction
          Performs a vertex ordering within ranks as described by Gansner et al 1993
 

Uses of JGraphLayout.Stoppable in com.jgraph.layout.organic
 

Classes in com.jgraph.layout.organic that implement JGraphLayout.Stoppable
 class JGraphFastOrganicLayout
          This layout is an implementation of "Graph Drawing by Force-Directed Placement" by Fruchterman and Reingold (1991).
 class JGraphOrganicLayout
          An implementation of a simulated annealing layout, based on "Drawing Graphs Nicely Using Simulated Annealing" by Davidson and Harel (1996).
 


JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.