public class OrthogonalRouterInfo
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
float |
getBendDistance()
Gets for how many times to decrease the bending length.
|
Orientation |
getEndOrientation()
com.mindfusion.diagramming.Orientation.
|
Direction |
getGraphDirection()
Direction.
|
com.mindfusion.common.Orientation |
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.
|
Orientation |
getStartOrientation()
com.mindfusion.diagramming.Orientation.
|
void |
setBendDistance(float value)
Sets for how many times to decrease the bending length.
|
void |
setEndOrientation(Orientation value)
com.mindfusion.diagramming.Orientation.
|
void |
setGraphDirection(Direction value)
Direction.
|
void |
setGraphOrientation(com.mindfusion.common.Orientation 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(Orientation value)
com.mindfusion.diagramming.Orientation.
|
public OrthogonalRouterInfo()
public OrthogonalRouterInfo(float gridSize, XDimension2D.Double margins, float bendDistance, float layerDistance, float nodeDistance)
gridSize
- margins
- bendDistance
- layerDistance
- nodeDistance
- public float getBendDistance()
public void setBendDistance(float value)
public float getGridSize()
public void setGridSize(float value)
public XDimension2D.Double getMargins()
public void setMargins(XDimension2D.Double value)
public float getNodeDistance()
public void setNodeDistance(float value)
public float getLayerDistance()
public void setLayerDistance(float value)
public Direction getGraphDirection()
public void setGraphDirection(Direction value)
public com.mindfusion.common.Orientation getGraphOrientation()
public void setGraphOrientation(com.mindfusion.common.Orientation value)
public int getRandomSeed()
public void setRandomSeed(int value)
public Orientation getStartOrientation()
public void setStartOrientation(Orientation value)
public Orientation getEndOrientation()
public void setEndOrientation(Orientation value)