Class JGraphMinimumCycleRemover
java.lang.Object
com.jgraph.layout.hierarchical.JGraphMinimumCycleRemover
- All Implemented Interfaces:
JGraphHierarchicalLayoutStep
An implementation of the first stage of the Sugiyama layout. Straightforward
longest path calculation of layer assignment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(JGraphFacade facade, JGraphHierarchyModel model) Produces the layer assignmment using the graph information specified
-
Constructor Details
-
JGraphMinimumCycleRemover
public JGraphMinimumCycleRemover()
-
-
Method Details
-
run
Produces the layer assignmment using the graph information specified- Specified by:
runin interfaceJGraphHierarchicalLayoutStep- Parameters:
facade- the facade describing the input graphmodel- an internal model of the hierarchical layout- Returns:
- the updated hierarchy model
-