Sets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public AnnealLayoutBuilder nodeLinkDistFactor ( |
A multiplier applied to the node-to-link distance cost when evaluating the total cost of a graph configuration. The default is 20000.
This AnnealLayoutBuilder instance.
See Also