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 |
---|---|
Dimension |
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.
|
Orientation |
getOrientation()
Gets the orientation of the arranged graph.
|
boolean |
getRoundedLinks()
Gets a value indicating whether the layout will smooth link bends.
|
void |
setMargins(Dimension 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(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 Dimension getMargins()
public void setMargins(Dimension value)
public boolean getRoundedLinks()
public void setRoundedLinks(boolean value)
public Orientation getOrientation()
public void setOrientation(Orientation value)
public float getNodeDistance()
public void setNodeDistance(float value)