com.mindfusion.diagramming
Class Anchoring

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

public class Anchoring
extends java.lang.Object

The members of this enumeration specify whether the automatic layout algorithms and the link routing algorithm should align arrow ends to the anchor points of nodes. Use these constants as parameters of the RoutingOptions.setAnchoring(int) method of the RoutingOptions class and the layout classes.


Field Summary
static int Ignore
          Specifies that anchor points should be ignored.
static int Keep
          Specifies that arrows' original anchor points should be preserved.
static int Reassign
          Lets the layout algorithms align arrows to different anchor points.
 
Constructor Summary
Anchoring()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ignore

public static final int Ignore
Specifies that anchor points should be ignored.

See Also:
Constant Field Values

Keep

public static final int Keep
Specifies that arrows' original anchor points should be preserved.

See Also:
Constant Field Values

Reassign

public static final int Reassign
Lets the layout algorithms align arrows to different anchor points.

See Also:
Constant Field Values
Constructor Detail

Anchoring

public Anchoring()