DroidDiagram Programmer's Guide
GridLayoutBuilder.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 GridLayoutBuilder keepGroupLayout (
    boolean value
)

 Parameters

value

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

 Return Value

This GridLayoutBuilder instance.

 See Also

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