Package org.jgrapht.alg.drawing
Interface FRLayoutAlgorithm2D.TemperatureModel
-
- All Known Implementing Classes:
FRLayoutAlgorithm2D.InverseLinearTemperatureModel
- Enclosing class:
- FRLayoutAlgorithm2D<V,E>
public static interface FRLayoutAlgorithm2D.TemperatureModel
A general interface for a temperature model.The temperature should start from a high enough value and gradually become zero.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
temperature(int iteration, int maxIterations)
Return the temperature for the new iteration
-