DroidDiagram Programmer's Guide
TreeLayoutBuilder.keepGroupLayout Method
See Also
 






Sets a value indicating whether groups of diagram nodes should be treated as integral nodes in the tree that will be laid out.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder keepGroupLayout (
    boolean value
)

 Parameters

value

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

 Return Value

This TreeLayoutBuilder instance.

 See Also

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