DroidDiagram Programmer's Guide
AnnealLayout.setTemperatureScale Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setTemperatureScale (
    double value
)

 Parameters

value

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

 See Also

AnnealLayout Members
AnnealLayout Class
com.mindfusion.diagramming Namespace