MindFusion.Java Package Programmer's Guide
QuickRouter.routeLink Method
See Also
 






Implements LinkRouter.routeLink.

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

 Syntax

Java  Copy Code

public boolean routeLink (
    DiagramLink link,
    ConnectionPoint originConnection,
    ConnectionPoint destinationConnection,
    boolean nowCreating
)

 Parameters

link

The DiagramLink to route.

originConnection

Represents connection to Origin node, potentially different from link's stored connection when modifying first control point.

destinationConnection

Represents connection to Destination node, potentially different from link's stored connection when modifying last control point.

nowCreating

Indicates whether link is currently being created.

 Return Value

true if a path has been found successfully, otherwise false.

 See Also

QuickRouter Members
QuickRouter Class
com.mindfusion.diagramming Namespace