Class mxOrthogonalLayout
java.lang.Object
com.mxgraph.layout.mxGraphLayout
com.mxgraph.layout.orthogonal.mxOrthogonalLayout
- All Implemented Interfaces:
mxIGraphLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected mxOrthogonalModelprotected booleanWhether or not to route the edges along grid lines only, if the grid is enabled.Fields inherited from class mxGraphLayout
graph, parent, useBoundingBox -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mxGraphLayout
arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation
-
Field Details
-
orthModel
-
routeToGrid
protected boolean routeToGridWhether or not to route the edges along grid lines only, if the grid is enabled. Default is false
-
-
Constructor Details
-
mxOrthogonalLayout
-
-
Method Details
-
execute
Description copied from interface:mxIGraphLayoutExecutes the layout for the children of the specified parent.- Specified by:
executein interfacemxIGraphLayout- Overrides:
executein classmxGraphLayout- Parameters:
parent- Parent cell that contains the children to be layed out.
-