public class CascadeLayoutInfo
extends java.lang.Object
Constructor and Description |
---|
CascadeLayoutInfo()
Initializes a new instance of the
CascadeLayoutInfo class. |
Modifier and Type | Method and Description |
---|---|
Orientation |
getOrientation()
Gets the orientation of the arranged graph.
|
float |
getPadding()
Gets the spacing between nodes in adjacent layers.
|
float |
getUnitsPerMillimeter()
Gets a coefficient representing the ratio between millimeter
and the current default units of measure.
|
void |
setOrientation(Orientation value)
Sets the orientation of the arranged graph.
|
void |
setPadding(float value)
Sets the spacing between nodes in adjacent layers.
|
void |
setUnitsPerMillimeter(float value)
Sets a coefficient representing the ratio between millimeter
and the current default units of measure.
|
public CascadeLayoutInfo()
CascadeLayoutInfo
class.public Orientation getOrientation()
public void setOrientation(Orientation value)
public float getPadding()
public void setPadding(float value)
public float getUnitsPerMillimeter()
public void setUnitsPerMillimeter(float value)
value
-