Uses of Interface
com.jgraph.layout.JGraphLayout.Stoppable
Packages that use JGraphLayout.Stoppable
Package
Description
JGraphLayout graph package which contains graph layout algorithms.
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
-
Uses of JGraphLayout.Stoppable in com.jgraph.layout.graph
Classes in com.jgraph.layout.graph that implement JGraphLayout.StoppableModifier and TypeClassDescriptionclassDeprecated.use JGraphOrganicLayout insteadclassDeprecated.use JGraphFastOrganicLayout insteadclassDeprecated.use JGraphFastOrganicLayout instead -
Uses of JGraphLayout.Stoppable in com.jgraph.layout.hierarchical
Classes in com.jgraph.layout.hierarchical that implement JGraphLayout.StoppableModifier and TypeClassDescriptionclassThe top level compound layout of the hierarchical layout.classPerforms 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.StoppableModifier and TypeClassDescriptionclassThis layout is an implementation of "Graph Drawing by Force-Directed Placement" by Fruchterman and Reingold (1991).classAn implementation of a simulated annealing layout, based on "Drawing Graphs Nicely Using Simulated Annealing" by Davidson and Harel (1996).