Search
TreeLayout.getKeepGroupLayout Method
See Also
 

Gets 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 boolean getKeepGroupLayout ()

 Return Value

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

 See Also