mxIGraphLayout
public class mxOrthogonalLayout extends mxGraphLayout
Modifier and Type | Field | 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 | Description |
---|---|
mxOrthogonalLayout(mxGraph graph) |
Modifier and Type | Method | Description |
---|---|---|
void |
execute(java.lang.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(java.lang.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-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.