com.mindfusion.diagramming.jlayout
Class LayeredLayoutTraits

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

public class LayeredLayoutTraits
extends NamedEnum

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


Field Summary
static LayeredLayoutTraits Layer
          The number associated with this key specifies the index of the layer the layout should attempt to place the node to.
 
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

Layer

public static final LayeredLayoutTraits Layer
The number associated with this key specifies the index of the layer the layout should attempt to place the node to. Specifying a negative number indicates a layer starting from the last. For example, -1 would indicate the last layer, -2 - the layer before the last, and so on.