DroidDiagram Programmer's Guide
SpringLayout.setEnableClusters Method
See Also
 






Sets a value indicating whether the layout algorithm should place nodes into distinct clusters.

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

 Syntax

Java  Copy Code

public void setEnableClusters (
    boolean value
)

 Parameters

value

true if nodes should be placed in clusterswhen possible, otherwise false.

 See Also

SpringLayout Members
SpringLayout Class
com.mindfusion.diagramming Namespace