Uses of Interface
com.jgraph.layout.hierarchical.JGraphHierarchicalLayoutStep
Packages that use JGraphHierarchicalLayoutStep
Package
Description
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 JGraphHierarchicalLayoutStepModifier and TypeClassDescriptionclassSets the horizontal locations of node and edge dummy nodes on each layer.classA Greedy Cycle removal algorithm for pre-processing cyclic graphs prior to applying a hierarchical layout.classAn implementation of the first stage of the Sugiyama layout.classPerforms a vertex ordering within ranks as described by Gansner et al 1993classAn implementation of the first stage of the Sugiyama layout.classA network simplex layering algorithm as described by Gansner et al 1993Fields in com.jgraph.layout.hierarchical declared as JGraphHierarchicalLayoutStepModifier and TypeFieldDescriptionprotected JGraphHierarchicalLayoutStepJGraphHierarchicalLayout.crossingStageThe second stage of a Sugiyama layoutprotected JGraphHierarchicalLayoutStepJGraphHierarchicalLayout.cycleStageA cycle pre-processing stageprotected JGraphHierarchicalLayoutStepJGraphHierarchicalLayout.layeringStageThe first stage of a Sugiyama layoutprotected JGraphHierarchicalLayoutStepJGraphHierarchicalLayout.placementStageThe third stage of a Sugiyama layout