|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
public class HierarchicalLayoutInfo
Contains settings for the HierarchicalLayout
class.
Constructor Summary | |
---|---|
HierarchicalLayoutInfo()
Initializes a new instance of the HierarchicalLayoutInfo class. |
Method Summary | |
---|---|
float |
getLevelDistance()
Gets the distance between adjecent levels in the hierarchical layout. |
int |
getOrientation()
Gets the orientation of the arranged graph. |
void |
setLevelDistance(float value)
Sets the distance between adjecent levels in the hierarchical layout. |
void |
setOrientation(int value)
Sets the orientation of the arranged graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HierarchicalLayoutInfo()
HierarchicalLayoutInfo
class.
Method Detail |
---|
public int getOrientation()
public void setOrientation(int value)
public float getLevelDistance()
public void setLevelDistance(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |