Class mxMinimumCycleRemover
java.lang.Object
com.mxgraph.layout.hierarchical.stage.mxMinimumCycleRemover
- All Implemented Interfaces:
mxHierarchicalLayoutStage
An implementation of the first stage of the Sugiyama layout. Straightforward
longest path calculation of layer assignment
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected mxHierarchicalLayout
Reference to the enclosing layout algorithm -
Constructor Summary
ConstructorsConstructorDescriptionConstructor that has the roots specified -
Method Summary
-
Field Details
-
layout
Reference to the enclosing layout algorithm
-
-
Constructor Details
-
mxMinimumCycleRemover
Constructor that has the roots specified
-
-
Method Details
-
execute
Produces the layer assignmment using the graph information specified- Specified by:
execute
in interfacemxHierarchicalLayoutStage
-