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

 Syntax

Java  Copy Code

public DiagramBuilder dynamicLinks (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramBuilder instance.

 See Also

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