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

 Syntax

Java  Copy Code

public DiagramLinkBuilder dynamic (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramLinkBuilder instance.

 See Also

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