com.mindfusion.diagramming.jlayout
Class HierarchicalLayoutInfo

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo

public class HierarchicalLayoutInfo
extends java.lang.Object

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

HierarchicalLayoutInfo

public HierarchicalLayoutInfo()
Initializes a new instance of the HierarchicalLayoutInfo class.

Method Detail

getOrientation

public int getOrientation()
Gets the orientation of the arranged graph.


setOrientation

public void setOrientation(int value)
Sets the orientation of the arranged graph.


getLevelDistance

public float getLevelDistance()
Gets the distance between adjecent levels in the hierarchical layout.


setLevelDistance

public void setLevelDistance(float value)
Sets the distance between adjecent levels in the hierarchical layout.