public class mxOrthogonalLayout extends mxGraphLayout
Modifier and Type | Field and Description |
---|---|
protected mxOrthogonalModel |
orthModel |
protected boolean |
routeToGrid
Whether or not to route the edges along grid lines only, if the grid
is enabled.
|
graph, parent, useBoundingBox
Constructor and Description |
---|
mxOrthogonalLayout(mxGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Object parent)
Executes the layout for the children of the specified parent.
|
arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation
protected mxOrthogonalModel orthModel
protected boolean routeToGrid
public mxOrthogonalLayout(mxGraph graph)
public void execute(Object parent)
mxIGraphLayout
execute
in interface mxIGraphLayout
execute
in class mxGraphLayout
parent
- Parent cell that contains the children to be layed out.Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.