DroidDiagram Programmer's Guide
DiagramLink.setDynamic Method
See Also
 






Sets whether a link should automatically update the position of its end points while a node related to the link is moved, so that the link end segments always point to the center of the link's nodes.

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

 Syntax

Java  Copy Code

public void setDynamic (
    boolean value
)

 Parameters

value

true if the link should update its end points positions automatically, otherwise false.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace