Class mxOrthogonalLayout

java.lang.Object
com.mxgraph.layout.mxGraphLayout
com.mxgraph.layout.orthogonal.mxOrthogonalLayout
All Implemented Interfaces:
mxIGraphLayout

public class mxOrthogonalLayout extends mxGraphLayout
  • Field Details

    • orthModel

      protected mxOrthogonalModel orthModel
    • routeToGrid

      protected boolean routeToGrid
      Whether or not to route the edges along grid lines only, if the grid is enabled. Default is false
  • Constructor Details

    • mxOrthogonalLayout

      public mxOrthogonalLayout(mxGraph graph)
  • Method Details

    • execute

      public void execute(Object parent)
      Description copied from interface: mxIGraphLayout
      Executes the layout for the children of the specified parent.
      Specified by:
      execute in interface mxIGraphLayout
      Overrides:
      execute in class mxGraphLayout
      Parameters:
      parent - Parent cell that contains the children to be layed out.