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, setVertexLocationprotected mxOrthogonalModel orthModel
protected boolean routeToGrid
public mxOrthogonalLayout(mxGraph graph)
public void execute(Object parent)
mxIGraphLayoutexecute in interface mxIGraphLayoutexecute in class mxGraphLayoutparent - Parent cell that contains the children to be layed out.Copyright (c) 2010 Gaudenz Alder. All rights reserved.