|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.layout.mxGraphLayout
com.mxgraph.layout.orthogonal.mxOrthogonalLayout
public class mxOrthogonalLayout
Field Summary | |
---|---|
protected mxOrthogonalModel |
orthModel
|
protected boolean |
routeToGrid
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, useBoundingBox |
Constructor Summary | |
---|---|
mxOrthogonalLayout(mxGraph graph)
|
Method Summary | |
---|---|
void |
execute(java.lang.Object parent)
Executes the layout for the children of the specified parent. |
Methods inherited from class com.mxgraph.layout.mxGraphLayout |
---|
getConstraint, getConstraint, getGraph, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected mxOrthogonalModel orthModel
protected boolean routeToGrid
Constructor Detail |
---|
public mxOrthogonalLayout(mxGraph graph)
Method Detail |
---|
public void execute(java.lang.Object parent)
mxIGraphLayout
parent
- Parent cell that contains the children to be layed out.
|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |