Class mxMinimumCycleRemover

  • All Implemented Interfaces:
    mxHierarchicalLayoutStage

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

      Fields 
      Modifier and Type Field Description
      protected mxHierarchicalLayout layout
      Reference to the enclosing layout algorithm
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Object parent)
      Produces the layer assignmment using the graph information specified
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • mxMinimumCycleRemover

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

      • execute

        public void execute​(java.lang.Object parent)
        Produces the layer assignmment using the graph information specified
        Specified by:
        execute in interface mxHierarchicalLayoutStage