com.mindfusion.diagramming.jlayout
Class HierarchicalLayoutTraits

java.lang.Object
  extended by com.mindfusion.diagramming.NamedEnum
      extended by com.mindfusion.diagramming.jlayout.HierarchicalLayoutTraits

public class HierarchicalLayoutTraits
extends NamedEnum

Indicates item traits specific to hierarchical layouts. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable.


Field Summary
static HierarchicalLayoutTraits Level
          The number associated with this key specifies the index of the level of the item in the level-planar graph.
 
Method Summary
 
Methods inherited from class com.mindfusion.diagramming.NamedEnum
equals, getName, hashCode, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Level

public static final HierarchicalLayoutTraits Level
The number associated with this key specifies the index of the level of the item in the level-planar graph.