DroidDiagram Programmer's Guide
Diagram.setDynamicLinks Method
See Also
 






Sets a value indicating whether links should automatically update their end points positions so that they will always point towards the node centers.

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

 Syntax

Java  Copy Code

public void setDynamicLinks (
    boolean value
)

 Parameters

value

true if newly created links should be set to update their end point positions automatically, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace