public class DatabaseLayoutInfo
extends java.lang.Object
DatabaseLayout
class.Constructor and Description |
---|
DatabaseLayoutInfo()
Initializes a new instance of the
DatabaseLayoutInfo 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.
|
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.
|
public DatabaseLayoutInfo()
DatabaseLayoutInfo
class.public XDimension2D.Double getMargins()
public void setMargins(XDimension2D.Double value)
public float getNodeDistance()
public void setNodeDistance(float value)