DroidDiagram Programmer's Guide
Diagram.setLinkRouter Method
See Also
 






Sets 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 void setLinkRouter (
    LinkRouter value
)

 Parameters

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