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

 Parameters

value

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

 Return Value

This LayeredLayoutBuilder instance.

 See Also

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