|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
public class OrthogonalRouterInfo
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 |
---|
public OrthogonalRouterInfo()
public OrthogonalRouterInfo(float gridSize, XDimension2D.Double margins, float bendDistance, float layerDistance, float nodeDistance)
gridSize
- margins
- bendDistance
- layerDistance
- nodeDistance
- Method Detail |
---|
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 int getGraphDirection()
public void setGraphDirection(int value)
public int getGraphOrientation()
public void setGraphOrientation(int value)
public int getRandomSeed()
public void setRandomSeed(int value)
public int getStartOrientation()
public void setStartOrientation(int value)
public int getEndOrientation()
public void setEndOrientation(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |