Search
AnnealLayoutBuilder.temperatureScale Method
See Also
 

Sets how much the simulated temperature is decreased at each stage of the algorithm.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public AnnealLayoutBuilder temperatureScale (
    double value
)

 Parameters

value

A multiplier applied to the current temperature at the end of each cooling stage. The default value is 0.75

 Return Value

This AnnealLayoutBuilder instance.

 See Also