Uses of Interface
org.jgrapht.alg.drawing.FRLayoutAlgorithm2D.TemperatureModel
-
Uses of FRLayoutAlgorithm2D.TemperatureModel in org.jgrapht.alg.drawing
Modifier and TypeClassDescriptionprotected class
An inverse linear temperature model.ModifierConstructorDescriptionFRLayoutAlgorithm2D
(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