com.mindfusion.diagramming.jlayout
Class OrthogonalRouterInfo

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo

public class OrthogonalRouterInfo
extends java.lang.Object


Constructor Summary
OrthogonalRouterInfo()
          Initializes a new instance of the OrthogonalLayoutInfo class.
OrthogonalRouterInfo(float gridSize, XDimension2D.Double margins, float bendDistance, float layerDistance, float nodeDistance)
          Initializes a new instance of the GridLayoutInfo class.
 
Method Summary
 float getBendDistance()
          Gets for how many times to decrease the bending length.
 int getEndOrientation()
          com.mindfusion.diagramming.Orientation.
 int getGraphDirection()
          Direction.
 int getGraphOrientation()
          Orientation.
 float getGridSize()
          Gets the desired distance between adjacent grid points.
 float getLayerDistance()
           
 XDimension2D.Double getMargins()
          Gets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
 float getNodeDistance()
           
 int getRandomSeed()
          Random seed.
 int getStartOrientation()
          com.mindfusion.diagramming.Orientation.
 void setBendDistance(float value)
          Sets for how many times to decrease the bending length.
 void setEndOrientation(int value)
          com.mindfusion.diagramming.Orientation.
 void setGraphDirection(int value)
          Direction.
 void setGraphOrientation(int value)
          Orientation.
 void setGridSize(float value)
          Sets the desired distance between adjacent grid points.
 void setLayerDistance(float value)
           
 void setMargins(XDimension2D.Double value)
          Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
 void setNodeDistance(float value)
           
 void setRandomSeed(int value)
          Random seed.
 void setStartOrientation(int value)
          com.mindfusion.diagramming.Orientation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthogonalRouterInfo

public OrthogonalRouterInfo()
Initializes a new instance of the OrthogonalLayoutInfo class.


OrthogonalRouterInfo

public OrthogonalRouterInfo(float gridSize,
                            XDimension2D.Double margins,
                            float bendDistance,
                            float layerDistance,
                            float nodeDistance)
Initializes a new instance of the GridLayoutInfo class.

Parameters:
gridSize -
margins -
bendDistance -
layerDistance -
nodeDistance -
Method Detail

getBendDistance

public float getBendDistance()
Gets for how many times to decrease the bending length.


setBendDistance

public void setBendDistance(float value)
Sets for how many times to decrease the bending length.


getGridSize

public float getGridSize()
Gets the desired distance between adjacent grid points.


setGridSize

public void setGridSize(float value)
Sets the desired distance between adjacent grid points.


getMargins

public XDimension2D.Double getMargins()
Gets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.


setMargins

public void setMargins(XDimension2D.Double value)
Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.


getNodeDistance

public float getNodeDistance()

setNodeDistance

public void setNodeDistance(float value)

getLayerDistance

public float getLayerDistance()

setLayerDistance

public void setLayerDistance(float value)

getGraphDirection

public int getGraphDirection()
Direction.


setGraphDirection

public void setGraphDirection(int value)
Direction.


getGraphOrientation

public int getGraphOrientation()
Orientation.


setGraphOrientation

public void setGraphOrientation(int value)
Orientation.


getRandomSeed

public int getRandomSeed()
Random seed.


setRandomSeed

public void setRandomSeed(int value)
Random seed.


getStartOrientation

public int getStartOrientation()
com.mindfusion.diagramming.Orientation.


setStartOrientation

public void setStartOrientation(int value)
com.mindfusion.diagramming.Orientation.


getEndOrientation

public int getEndOrientation()
com.mindfusion.diagramming.Orientation.


setEndOrientation

public void setEndOrientation(int value)
com.mindfusion.diagramming.Orientation.