Sets a value indicating the importance of node distribution relatively to the other criteria considered by the algorithm.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public AnnealLayoutBuilder distributionFactor ( |
A multiplier applied to the node distribution cost when evaluating the total cost of a graph configuration. The default is 40000.
This AnnealLayoutBuilder instance.
See Also