Sets a value specifying how important the short length of links is relatively to the other criteria considered by the algorithm.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public AnnealLayoutBuilder linkLengthFactor ( |
A multiplier applied to the link length cost when evaluating the total cost of a graph configuration. The default is 0.25.
This AnnealLayoutBuilder instance.
See Also