DroidDiagram Programmer's Guide
SpringLayout.setKeepGroupLayout Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setKeepGroupLayout (
    boolean value
)

 Parameters

value

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

 See Also

SpringLayout Members
SpringLayout Class
com.mindfusion.diagramming Namespace