Class mxOrthogonalLayout

    • Field Detail

      • routeToGrid

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

      • mxOrthogonalLayout

        public mxOrthogonalLayout​(mxGraph graph)
    • Method Detail

      • execute

        public void execute​(java.lang.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.