public class OneWayLayoutInfo
extends java.lang.Object
OneWayLayout
class.Constructor and Description |
---|
OneWayLayoutInfo()
Initializes a new instance of the
OneWayLayoutInfo class. |
Modifier and Type | Method and Description |
---|---|
XDimension2D.Double |
getMargins()
Gets the distance between the top-left corner of the smallest
rectangle containing the arranged graph and the top-left point
of the document bounds.
|
float |
getNodeDistance()
Gets the minimum spacing between adjacent nodes in the final layout.
|
com.mindfusion.common.Orientation |
getOrientation()
Gets the orientation of the arranged graph.
|
boolean |
getRoundedLinks()
Gets a value indicating whether the layout will smooth link bends.
|
void |
setMargins(XDimension2D.Double value)
Sets the distance between the top-left corner of the smallest
rectangle containing the arranged graph and the top-left point
of the document bounds.
|
void |
setNodeDistance(float value)
Gets the minimum spacing between adjacent nodes in the final layout.
|
void |
setOrientation(com.mindfusion.common.Orientation value)
Gets the orientation of the arranged graph.
|
void |
setRoundedLinks(boolean value)
Sets a value indicating whether the layout will smooth link bends.
|
public OneWayLayoutInfo()
OneWayLayoutInfo
class.public XDimension2D.Double getMargins()
public void setMargins(XDimension2D.Double value)
public boolean getRoundedLinks()
public void setRoundedLinks(boolean value)
public com.mindfusion.common.Orientation getOrientation()
public void setOrientation(com.mindfusion.common.Orientation value)
public float getNodeDistance()
public void setNodeDistance(float value)