Uses of Interface
org.jungrapht.visualization.layout.algorithms.IterativeLayoutAlgorithm
-
Packages that use IterativeLayoutAlgorithm Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location pointsorg.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of IterativeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms that implement IterativeLayoutAlgorithm Modifier and Type Class Description class
AbstractIterativeLayoutAlgorithm<V>
For Iterative algorithms that perform delayed operations on a Thread, save off the layoutModel so that it can be accessed by the threaded code.class
DAGLayoutAlgorithm<V,E>
An implementation ofLayout
suitable for tree-like directed acyclic graphs.class
ForceAtlas2LayoutAlgorithm<V>
Implementation of ForceAtlas2 algorithm.class
FRLayoutAlgorithm<V>
Implements the Fruchterman-Reingold force-directed algorithm for vertex layout.class
GEMLayoutAlgorithm<V,E>
Java implementation of the gem 2D layout.class
ISOMLayoutAlgorithm<V>
Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.class
KKLayoutAlgorithm<V>
Implements the Kamada-Kawai algorithm for vertex layout.class
SpringLayoutAlgorithm<V,E>
The SpringLayout package represents a visualization of a set of vertices. -
Uses of IterativeLayoutAlgorithm in org.jungrapht.visualization.layout.model
Methods in org.jungrapht.visualization.layout.model with parameters of type IterativeLayoutAlgorithm Modifier and Type Method Description protected void
AbstractLayoutModel. setupVisRunner(IterativeLayoutAlgorithm iterativeContext)
create and start a new VisRunner for the passed IterativeContext -
Uses of IterativeLayoutAlgorithm in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement IterativeLayoutAlgorithm Modifier and Type Class Description class
AnimationLayoutAlgorithm<V>
-