The members of this enumeration specify in what circumstances JDiagram should automatically re-route links. An EnumSet of RerouteLinks values can be used as a parameter of the setTriggerRerouting method of the RoutingOptions class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum RerouteLinks |
Member name | Description | |
---|---|---|
![]() |
WhenIntersectNode |
Look for a new link route only if the link intersects a node. |
![]() |
WhenModified |
Look for a new link route each time an end point of the link is moved. |
![]() |
WhileCreating |
Looks for link route while the link is being initially drawn by the user. |