DroidDiagram Programmer's Guide
Diagram.setRouteLinks Method
See Also
 






Sets a value indicating whether newly created links will automatically find their way between nodes.

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

 Syntax

Java  Copy Code

public void setRouteLinks (
    boolean value
)

 Parameters

value

true if newly created links should be set to find their routes automatically, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace