DroidDiagram Programmer's Guide
DiagramBuilder.allowLinksRepeat Method
See Also
 






Sets a value indicating whether users are allowed to draw more than one links between the same nodes.

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

 Syntax

Java  Copy Code

public DiagramBuilder allowLinksRepeat (
    boolean value
)

 Parameters

value

true if users are allowed to draw more than one link between the same nodes, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

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