Uses of Interface
org.jungrapht.visualization.layout.algorithms.util.IterativeContext
-
Packages that use IterativeContext Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.layout.util Utilities for graph layout models and graph layout algorithmsorg.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of IterativeContext in org.jungrapht.visualization.layout.algorithms
Subinterfaces of IterativeContext in org.jungrapht.visualization.layout.algorithms Modifier and Type Interface Description interface
IterativeLayoutAlgorithm<V>
A LayoutAlgorithm that may utilize a pre-relax phase, which is a loop of calls tostep
that occurr in the current thread instead of in a new Thread.Classes in org.jungrapht.visualization.layout.algorithms that implement IterativeContext 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 IterativeContext in org.jungrapht.visualization.layout.util
Constructors in org.jungrapht.visualization.layout.util with parameters of type IterativeContext Constructor Description VisRunnable(IterativeContext iterativeContext)
-
Uses of IterativeContext in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement IterativeContext Modifier and Type Class Description class
AnimationLayoutAlgorithm<V>
-