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
Java
![]() |
---|
public enum Anchoring |
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. |