DroidDiagram Programmer's Guide
Diagram.setLinkEndsMovable Method
See Also
 






Sets a value indicating users are allowed to move the end points of a link after the link is created.

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

 Syntax

Java  Copy Code

public void setLinkEndsMovable (
    boolean value
)

 Parameters

value

true if users are allowed to move the end pointsof new links, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace