Search
AnnealLayout.setInitialTemperature Method
See Also
 

Sets the initial temperature of the simulated annealing process.

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

 Syntax

Java  Copy Code

public void setInitialTemperature (
    double value
)

 Parameters

value

A double value specifying the initial temperature of the simulated process.

 See Also