com.mindfusion.diagramming
Class LayeredLayoutLinkType

java.lang.Object
  extended by com.mindfusion.diagramming.LayeredLayoutLinkType

public class LayeredLayoutLinkType
extends java.lang.Object

Specifies the style of the links after they are laid out.


Field Summary
static int Cascading
          Indicates cascading links.
static int Straight
          Indicates straight links.
 
Constructor Summary
LayeredLayoutLinkType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Straight

public static final int Straight
Indicates straight links.

See Also:
Constant Field Values

Cascading

public static final int Cascading
Indicates cascading links.

See Also:
Constant Field Values
Constructor Detail

LayeredLayoutLinkType

public LayeredLayoutLinkType()