Package | Description |
---|---|
com.jgraph.layout.hierarchical |
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.crossingStage
The second stage of a Sugiyama layout
|
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.cycleStage
A cycle pre-processing stage
|
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.layeringStage
The first stage of a Sugiyama layout
|
protected JGraphHierarchicalLayoutStep |
JGraphHierarchicalLayout.placementStage
The third stage of a Sugiyama layout
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.