Search
AnnealLayoutBuilder.initialTemperature Method
See Also
 

Sets the initial temperature of the simulated annealing process.

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

 Syntax

Java  Copy Code

public AnnealLayoutBuilder initialTemperature (
    double value
)

 Parameters

value

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

 Return Value

This AnnealLayoutBuilder instance.

 See Also