public class HierarchicalLayoutInfo
extends java.lang.Object
HierarchicalLayout
class.Constructor and Description |
---|
HierarchicalLayoutInfo()
Initializes a new instance of the
HierarchicalLayoutInfo class. |
Modifier and Type | Method and Description |
---|---|
float |
getLevelDistance()
Gets the distance between adjecent levels in the hierarchical layout.
|
Orientation |
getOrientation()
Gets the orientation of the arranged graph.
|
void |
setLevelDistance(float value)
Sets the distance between adjecent levels in the hierarchical layout.
|
void |
setOrientation(Orientation value)
Sets the orientation of the arranged graph.
|
public HierarchicalLayoutInfo()
HierarchicalLayoutInfo
class.public Orientation getOrientation()
public void setOrientation(Orientation value)
public float getLevelDistance()
public void setLevelDistance(float value)