Class FRLayoutAlgorithm2D.InverseLinearTemperatureModel

java.lang.Object
org.jgrapht.alg.drawing.FRLayoutAlgorithm2D.InverseLinearTemperatureModel
All Implemented Interfaces:
FRLayoutAlgorithm2D.TemperatureModel
Enclosing class:
FRLayoutAlgorithm2D<V,​E>

protected class FRLayoutAlgorithm2D.InverseLinearTemperatureModel
extends java.lang.Object
implements FRLayoutAlgorithm2D.TemperatureModel
An inverse linear temperature model.
  • Constructor Summary

    Constructors 
    Constructor Description
    InverseLinearTemperatureModel​(double a, double b)
    Create a new inverse linear temperature model.
  • Method Summary

    Modifier and Type Method Description
    double temperature​(int iteration, int maxIterations)
    Return the temperature for the new iteration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait