DroidDiagram Programmer's Guide
SpringLayoutBuilder.enableClusters Method
See Also
 






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

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

 Syntax

Java  Copy Code

public SpringLayoutBuilder enableClusters (
    boolean value
)

 Parameters

value

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

 Return Value

This SpringLayoutBuilder instance.

 See Also

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