JGraph X 1.0.2.8


com.mxgraph.layout.orthogonal
Class mxOrthogonalLayout

java.lang.Object
  extended by com.mxgraph.layout.mxGraphLayout
      extended by com.mxgraph.layout.orthogonal.mxOrthogonalLayout
All Implemented Interfaces:
mxIGraphLayout

public class mxOrthogonalLayout
extends mxGraphLayout


Field Summary
protected  mxGraphRectangulation rectangulation
           
 
Fields inherited from class com.mxgraph.layout.mxGraphLayout
graph, useBoundingBox
 
Constructor Summary
mxOrthogonalLayout(mxGraph graph)
           
 
Method Summary
 void execute(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, setUseBoundingBox, setVertexLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rectangulation

protected mxGraphRectangulation rectangulation
Constructor Detail

mxOrthogonalLayout

public mxOrthogonalLayout(mxGraph graph)
Method Detail

execute

public void execute(Object parent)
Description copied from interface: mxIGraphLayout
Executes the layout for the children of the specified parent.

Parameters:
parent - Parent cell that contains the children to be layed out.

JGraph X 1.0.2.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.