DroidDiagram Programmer's Guide
DiagramBuilder.linkEndsMovable 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.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public DiagramBuilder linkEndsMovable (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramBuilder instance.

 See Also

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