DroidDiagram Programmer's Guide
AnnealLayout.setKeepGroupLayout Method
See Also
 






Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.

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

 Syntax

Java  Copy Code

public void setKeepGroupLayout (
    boolean value
)

 Parameters

value

true if groups must be treated as single graph vertices, otherwise false.

 See Also

AnnealLayout Members
AnnealLayout Class
com.mindfusion.diagramming Namespace