Uses of Interface
org.jgrapht.alg.drawing.FRLayoutAlgorithm2D.TemperatureModel
Packages that use FRLayoutAlgorithm2D.TemperatureModel
-
Uses of FRLayoutAlgorithm2D.TemperatureModel in org.jgrapht.alg.drawing
Classes in org.jgrapht.alg.drawing that implement FRLayoutAlgorithm2D.TemperatureModelModifier and TypeClassDescriptionprotected class
An inverse linear temperature model.Fields in org.jgrapht.alg.drawing with type parameters of type FRLayoutAlgorithm2D.TemperatureModelConstructor parameters in org.jgrapht.alg.drawing with type arguments of type FRLayoutAlgorithm2D.TemperatureModelModifierConstructorDescriptionFRLayoutAlgorithm2D
(int iterations, double normalizationFactor, BiFunction<LayoutModel2D<V>, Integer, FRLayoutAlgorithm2D.TemperatureModel> temperatureModelSupplier, Random rng) Create a new layout algorithmFRLayoutAlgorithm2D
(int iterations, double normalizationFactor, BiFunction<LayoutModel2D<V>, Integer, FRLayoutAlgorithm2D.TemperatureModel> temperatureModelSupplier, Random rng, double tolerance) Create a new layout algorithm