DroidDiagram Programmer's Guide
Diagram.getLinkRouter Method
See Also
 






Gets the component used to find paths for auto-routed links when diagram nodes are added or their positions change.

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

 Syntax

Java  Copy Code

public LinkRouter getLinkRouter ()

 Return Value

An instance of a class implementing the LinkRouter interface. The currently available implementations incude GridRouter and QuickRouter.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace