DroidDiagram Programmer's Guide
DiagramBuilder.linksRetainForm Method
See Also
 






Sets a value indicating whether new links are set to maintain their shapes while the nodes they connect are moved around.

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

 Syntax

Java  Copy Code

public DiagramBuilder linksRetainForm (
    boolean value
)

 Parameters

value

true if newly created links should preserve their shapes, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

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