DroidDiagram Programmer's Guide
SpringLayoutBuilder.keepGroupLayout Method
See Also
 






Sets a value specifying whether the relative position of nodes within groups should be kept intact.

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

 Syntax

Java  Copy Code

public SpringLayoutBuilder keepGroupLayout (
    boolean value
)

 Parameters

value

true if the relative position of nodes within groups should be preserved, otherwise false.

 Return Value

This SpringLayoutBuilder instance.

 See Also

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