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 adjacent levels in the hierarchical layout.
|
com.mindfusion.common.Orientation |
getOrientation()
Gets the orientation of the arranged graph.
|
void |
setLevelDistance(float value)
Sets the distance between adjacent levels in the hierarchical layout.
|
void |
setOrientation(com.mindfusion.common.Orientation value)
Sets the orientation of the arranged graph.
|
public HierarchicalLayoutInfo()
HierarchicalLayoutInfo
class.public com.mindfusion.common.Orientation getOrientation()
public void setOrientation(com.mindfusion.common.Orientation value)
public float getLevelDistance()
public void setLevelDistance(float value)