Class mxMinimumCycleRemover

java.lang.Object
com.mxgraph.layout.hierarchical.stage.mxMinimumCycleRemover
All Implemented Interfaces:
mxHierarchicalLayoutStage

public class mxMinimumCycleRemover extends Object implements mxHierarchicalLayoutStage
An implementation of the first stage of the Sugiyama layout. Straightforward longest path calculation of layer assignment
  • Field Details

  • Constructor Details

    • mxMinimumCycleRemover

      public mxMinimumCycleRemover(mxHierarchicalLayout layout)
      Constructor that has the roots specified
  • Method Details