DroidDiagram Programmer's Guide
DiagramBuilder.routeLinks Method
See Also
 






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

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

 Syntax

Java  Copy Code

public DiagramBuilder routeLinks (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace