public class DecisionLayoutInfo
extends java.lang.Object
DecisionLayout
class.Constructor and Description |
---|
DecisionLayoutInfo()
Initializes a new instance of the
DecisionLayoutInfo class. |
Modifier and Type | Method and Description |
---|---|
float |
getHorizontalPadding()
Gets the horizontal distance between adjacent nodes.
|
float |
getLinkPadding()
Gets the distance between parallel links.
|
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.
|
com.mindfusion.common.Orientation |
getOrientation()
Gets a the overall orientation of the arranged diagram.
|
Node |
getStartNode()
Gets the initial (top-left) node in the arranged diagram.
|
float |
getVerticalPadding()
Gets the vertical distance between adjacent nodes.
|
void |
setHorizontalPadding(float value)
Sets the horizontal distance between adjacent nodes.
|
void |
setLinkPadding(float value)
Sets the distance between parallel links.
|
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 |
setOrientation(com.mindfusion.common.Orientation value)
Sets a the overall orientation of the arranged diagram.
|
void |
setStartNode(Node value)
Sets the initial (top-left) node in the arranged diagram.
|
void |
setVerticalPadding(float value)
Sets the vertical distance between adjacent nodes.
|
public DecisionLayoutInfo()
DecisionLayoutInfo
class.public XDimension2D.Double getMargins()
public void setMargins(XDimension2D.Double value)
public com.mindfusion.common.Orientation getOrientation()
public void setOrientation(com.mindfusion.common.Orientation value)
public Node getStartNode()
public void setStartNode(Node value)
public float getHorizontalPadding()
public void setHorizontalPadding(float value)
public float getVerticalPadding()
public void setVerticalPadding(float value)
public float getLinkPadding()
public void setLinkPadding(float value)