DroidDiagram Programmer's Guide
Diagram.setAllowSelfLoops Method
See Also
 






Sets whether users are allowed to draw reflexive links.

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

 Syntax

Java  Copy Code

public void setAllowSelfLoops (
    boolean value
)

 Parameters

value

true if users are allowed to draw reflexive links, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace