DroidDiagram Programmer's Guide
TreeLayout.setKeepGroupLayout 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
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

TreeLayout Members
TreeLayout Class
com.mindfusion.diagramming Namespace