Sets a value indicating whether the layout algorithm should place nodes into distinct clusters.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public SpringLayoutBuilder enableClusters ( |
true if nodes should be placed in clusters when possible, otherwise false.
This SpringLayoutBuilder instance.
See Also