DroidDiagram Programmer's Guide
DiagramLink.setAutoRoute Method
See Also
 






Sets a value indicating whether a link should automatically find its way between nodes so that it will not cross other nodes.

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

 Syntax

Java  Copy Code

public void setAutoRoute (
    boolean value
)

 Parameters

value

true if the link should be routed automatically, otherwise false.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace