com.mindfusion.diagramming.jlayout
Class SpringLayoutTraits

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

public class SpringLayoutTraits
extends NamedEnum

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


Field Summary
static SpringLayoutTraits Frozen
          If the LayoutTraits value associated with a node through this key is true, SpringLayout considers the repulsion forces exerted by the node to other nodes, but ignores forces acting on the node and keeps it in place.
 
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

Frozen

public static final SpringLayoutTraits Frozen
If the LayoutTraits value associated with a node through this key is true, SpringLayout considers the repulsion forces exerted by the node to other nodes, but ignores forces acting on the node and keeps it in place.