Uses of Interface
org.jgrapht.alg.drawing.model.LayoutModel2D
| Package | Description |
|---|---|
| org.jgrapht.alg.drawing |
Graph Drawing.
|
| org.jgrapht.alg.drawing.model |
Graph Drawing Basic Types and Models.
|
-
Uses of LayoutModel2D in org.jgrapht.alg.drawing
Fields in org.jgrapht.alg.drawing with type parameters of type LayoutModel2D Modifier and Type Field Description protected java.util.function.BiFunction<LayoutModel2D<V>,java.lang.Integer,FRLayoutAlgorithm2D.TemperatureModel>FRLayoutAlgorithm2D. temperatureModelSupplierMethods in org.jgrapht.alg.drawing with parameters of type LayoutModel2D Modifier and Type Method Description protected java.util.Map<V,Point2D>FRLayoutAlgorithm2D. calculateAttractiveForces(Graph<V,E> graph, LayoutModel2D<V> model)Calculate the repulsive forces between vertices connected with edges.protected java.util.Map<V,Point2D>FRLayoutAlgorithm2D. calculateRepulsiveForces(Graph<V,E> graph, LayoutModel2D<V> model)Calculate the repulsive forces between verticesprotected java.util.Map<V,Point2D>IndexedFRLayoutAlgorithm2D. calculateRepulsiveForces(Graph<V,E> graph, LayoutModel2D<V> model)protected voidTwoLayeredBipartiteLayout2D. drawFirstPartition(Graph<V,E> graph, java.util.List<V> partition, LayoutModel2D<V> model)protected voidBarycenterGreedyTwoLayeredBipartiteLayout2D. drawSecondPartition(Graph<V,E> graph, java.util.List<V> partition, LayoutModel2D<V> model)protected voidMedianGreedyTwoLayeredBipartiteLayout2D. drawSecondPartition(Graph<V,E> graph, java.util.List<V> partition, LayoutModel2D<V> model)protected voidTwoLayeredBipartiteLayout2D. drawSecondPartition(Graph<V,E> graph, java.util.List<V> partition, LayoutModel2D<V> model)voidCircularLayoutAlgorithm2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)voidFRLayoutAlgorithm2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)voidIndexedFRLayoutAlgorithm2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)voidLayoutAlgorithm2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)Layout a graph.voidRandomLayoutAlgorithm2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)voidRescaleLayoutAlgorithm2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)voidTwoLayeredBipartiteLayout2D. layout(Graph<V,E> graph, LayoutModel2D<V> model)Constructor parameters in org.jgrapht.alg.drawing with type arguments of type LayoutModel2D 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 algorithmFRLayoutAlgorithm2D(int iterations, double normalizationFactor, java.util.function.BiFunction<LayoutModel2D<V>,java.lang.Integer,FRLayoutAlgorithm2D.TemperatureModel> temperatureModelSupplier, java.util.Random rng, double tolerance)Create a new layout algorithm -
Uses of LayoutModel2D in org.jgrapht.alg.drawing.model
Classes in org.jgrapht.alg.drawing.model that implement LayoutModel2D Modifier and Type Class Description classListenableLayoutModel2D<V>A layout model wrapper which adds support for listeners.classMapLayoutModel2D<V>A layout model which uses a hashtable to store the vertices' locations.Fields in org.jgrapht.alg.drawing.model declared as LayoutModel2D Modifier and Type Field Description protected LayoutModel2D<V>ListenableLayoutModel2D. modelConstructors in org.jgrapht.alg.drawing.model with parameters of type LayoutModel2D Constructor Description ListenableLayoutModel2D(LayoutModel2D<V> model)Create a new model