Package com.mxgraph.layout.orthogonal
Class mxOrthogonalLayout
java.lang.Object
com.mxgraph.layout.mxGraphLayout
com.mxgraph.layout.orthogonal.mxOrthogonalLayout
- All Implemented Interfaces:
mxIGraphLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected mxOrthogonalModel
protected boolean
Whether or not to route the edges along grid lines only, if the grid is enabled.Fields inherited from class com.mxgraph.layout.mxGraphLayout
graph, parent, useBoundingBox
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mxgraph.layout.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:mxIGraphLayout
Executes the layout for the children of the specified parent.- Specified by:
execute
in interfacemxIGraphLayout
- Overrides:
execute
in classmxGraphLayout
- Parameters:
parent
- Parent cell that contains the children to be layed out.
-