Uses of Interface
org.jgrapht.alg.drawing.model.LayoutModel2D
Package
Description
Graph Drawing.
Graph Drawing Basic Types and Models.
-
Uses of LayoutModel2D in org.jgrapht.alg.drawing
Modifier 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 void
TwoLayeredBipartiteLayout2D.drawFirstPartition
(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) protected void
BarycenterGreedyTwoLayeredBipartiteLayout2D.drawSecondPartition
(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) protected void
MedianGreedyTwoLayeredBipartiteLayout2D.drawSecondPartition
(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) protected void
TwoLayeredBipartiteLayout2D.drawSecondPartition
(Graph<V, E> graph, List<V> partition, LayoutModel2D<V> model) void
void
void
void
Layout a graph.void
void
void
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 -
Uses of LayoutModel2D in org.jgrapht.alg.drawing.model
Modifier and TypeClassDescriptionclass
A layout model wrapper which adds support for listeners.class
A layout model which uses a hashtable to store the vertices' locations.