Uses of Interface
org.jgrapht.alg.drawing.FRLayoutAlgorithm2D.TemperatureModel
-
Packages that use FRLayoutAlgorithm2D.TemperatureModel Package Description org.jgrapht.alg.drawing Graph Drawing. -
-
Uses of FRLayoutAlgorithm2D.TemperatureModel in org.jgrapht.alg.drawing
Classes in org.jgrapht.alg.drawing that implement FRLayoutAlgorithm2D.TemperatureModel Modifier and Type Class Description protected class
FRLayoutAlgorithm2D.InverseLinearTemperatureModel
An inverse linear temperature model.Fields in org.jgrapht.alg.drawing with type parameters of type FRLayoutAlgorithm2D.TemperatureModel Modifier and Type Field Description protected java.util.function.BiFunction<LayoutModel2D<V>,java.lang.Integer,FRLayoutAlgorithm2D.TemperatureModel>
FRLayoutAlgorithm2D. temperatureModelSupplier
Constructor parameters in org.jgrapht.alg.drawing with type arguments of type FRLayoutAlgorithm2D.TemperatureModel Constructor Description FRLayoutAlgorithm2D(int iterations, double normalizationFactor, java.util.function.BiFunction<LayoutModel2D<V>,java.lang.Integer,FRLayoutAlgorithm2D.TemperatureModel> temperatureModelSupplier, java.util.Random rng)
Create a new layout algorithm
-