|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGraphHierarchicalLayoutStep | |
com.jgraph.layout.hierarchical | JGraphLayout hierarchical package which contains directed hierarchy layout algorithms. |
Uses of JGraphHierarchicalLayoutStep in com.jgraph.layout.hierarchical |
Classes in com.jgraph.layout.hierarchical that implement JGraphHierarchicalLayoutStep | |
class |
JGraphCoordinateAssignment
Sets the horizontal locations of node and edge dummy nodes on each layer. |
class |
JGraphGreedyCycleRemover
A Greedy Cycle removal algorithm for pre-processing cyclic graphs prior to applying a hierarchical layout. |
class |
JGraphLongestPathLayering
An implementation of the first stage of the Sugiyama layout. |
class |
JGraphMedianHybridCrossingReduction
Performs a vertex ordering within ranks as described by Gansner et al 1993 |
class |
JGraphMinimumCycleRemover
An implementation of the first stage of the Sugiyama layout. |
class |
JGraphNetworkSimplexLayering
A network simplex layering algorithm as described by Gansner et al 1993 |
Fields in com.jgraph.layout.hierarchical declared as JGraphHierarchicalLayoutStep | |
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.cycleStage
A cycle pre-processing stage |
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.layeringStage
The first stage of a Sugiyama layout |
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.crossingStage
The second stage of a Sugiyama layout |
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.placementStage
The third stage of a Sugiyama layout |
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |