DroidDiagram Programmer's Guide
AnnealLayoutInfo.setTemperatureScale Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setTemperatureScale (
    double temperatureScale
)

 Parameters

temperatureScale

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

 See Also

AnnealLayoutInfo Members
AnnealLayoutInfo Class
com.mindfusion.diagramming.jlayout Namespace