DroidDiagram Programmer's Guide
DiagramBuilder.allowUnanchoredLinks Method
See Also
 






Sets a value indicating whether users are allowed to attach links to nodes that do not have any anchor points.

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

 Syntax

Java  Copy Code

public DiagramBuilder allowUnanchoredLinks (
    boolean value
)

 Parameters

value

true to lets users attach links to nodes that do not have anchor points,otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

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