Search
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