DroidDiagram Programmer's Guide
Anchoring Enumeration
See Also
 






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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum Anchoring

 Members

  Member name Description

Ignore

Specifies that anchor points should be ignored.

Keep

Specifies that links' original anchor points should be preserved.

Reassign

Lets the layout algorithms align links to different anchor points.

 See Also

com.mindfusion.diagramming Namespace