Uses of Interface
org.jgrapht.alg.drawing.model.LayoutModel2D
Packages that use LayoutModel2D
Package
Description
Graph Drawing.
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 LayoutModel2DMethods in org.jgrapht.alg.drawing with parameters of type LayoutModel2DModifier and TypeMethodDescriptionFRLayoutAlgorithm2D.calculateAttractiveForces(Graph<V, E> graph, LayoutModel2D<V> model) Calculate the repulsive forces between vertices connected with edges.FRLayoutAlgorithm2D.calculateRepulsiveForces(Graph<V, E> graph, LayoutModel2D<V> model) Calculate the repulsive forces between verticesIndexedFRLayoutAlgorithm2D.calculateRepulsiveForces(Graph<V, E> graph, LayoutModel2D<V> model) protected voidTwoLayeredBipartiteLayout2D.drawFirstPartition(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) protected voidBarycenterGreedyTwoLayeredBipartiteLayout2D.drawSecondPartition(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) protected voidMedianGreedyTwoLayeredBipartiteLayout2D.drawSecondPartition(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) protected voidTwoLayeredBipartiteLayout2D.drawSecondPartition(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) voidvoidvoidvoidLayout a graph.voidvoidvoidConstructor parameters in org.jgrapht.alg.drawing with type arguments of type LayoutModel2DModifierConstructorDescriptionFRLayoutAlgorithm2D(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 -
Uses of LayoutModel2D in org.jgrapht.alg.drawing.model
Classes in org.jgrapht.alg.drawing.model that implement LayoutModel2DModifier and TypeClassDescriptionclassA layout model wrapper which adds support for listeners.classA layout model which uses a hashtable to store the vertices' locations.Fields in org.jgrapht.alg.drawing.model declared as LayoutModel2DConstructors in org.jgrapht.alg.drawing.model with parameters of type LayoutModel2D