public class TopologicalLayoutInfo
extends java.lang.Object
Constructor and Description |
---|
TopologicalLayoutInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBendAdjacentLinks() |
Direction |
getDirection() |
XDimension2D.Double |
getMargins()
Gets the distance between the top-left corner
of the smallest rectangle containing the arranged diagram
|
float |
getNodeDistance() |
com.mindfusion.common.Orientation |
getOrientation() |
void |
setBendAdjacentLinks(boolean value) |
void |
setDirection(Direction value) |
void |
setMargins(XDimension2D.Double value)
Gets the distance between the top-left corner
of the smallest rectangle containing the arranged diagram
|
void |
setNodeDistance(float value) |
void |
setOrientation(com.mindfusion.common.Orientation value) |
public com.mindfusion.common.Orientation getOrientation()
public void setOrientation(com.mindfusion.common.Orientation value)
public Direction getDirection()
public void setDirection(Direction value)
public float getNodeDistance()
public void setNodeDistance(float value)
public XDimension2D.Double getMargins()
public void setMargins(XDimension2D.Double value)
public boolean getBendAdjacentLinks()
public void setBendAdjacentLinks(boolean value)