Search
LinkRouter.routeLinks Method
See Also
 

Called when more than one links must be routed.

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

 Syntax

Java  Copy Code

DiagramLinkList routeLinks (
    DiagramLinkList links
)

 Parameters

links

A DiagramLinkList containing the links that should be routed.

 Return Value

A list of links that were not routed successfully.

 See Also