Uses of Interface
org.jungrapht.visualization.layout.algorithms.util.ExecutorConsumer
-
Packages that use ExecutorConsumer Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of ExecutorConsumer in org.jungrapht.samples.sugiyama.test.algorithms
Classes in org.jungrapht.samples.sugiyama.test.algorithms that implement ExecutorConsumer Modifier and Type Class Description class
TestEiglspergerLayoutAlgorithm<V,E>
Test only, as this class is hard-coded for a specific test graphclass
TestSugiyamaLayoutAlgorithm<V,E>
Test only, as this class is hard-coded for a specific test graph -
Uses of ExecutorConsumer in org.jungrapht.visualization.layout.algorithms
Subinterfaces of ExecutorConsumer 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 ExecutorConsumer Modifier and Type Class Description class
AbstractHierarchicalMinCrossLayoutAlgorithm<V,E>
The Sugiyama Hierarchical Minimum-Cross layout algorithmclass
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
CircleLayoutAlgorithm<V>
ALayout
implementation that positions vertices equally spaced on a regular circle.class
DAGLayoutAlgorithm<V,E>
An implementation ofLayout
suitable for tree-like directed acyclic graphs.class
EiglspergerLayoutAlgorithm<V,E>
The Sugiyama Hierarchical Minimum-Cross layout algorithmclass
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
HierarchicalMinCrossLayoutAlgorithm<V,E>
A Hierarchical Minimum-Cross layout algorithm based on Sugiyama.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.class
SugiyamaLayoutAlgorithm<V,E>
The Sugiyama Hierarchical Minimum-Cross layout algorithm -
Uses of ExecutorConsumer in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement ExecutorConsumer Modifier and Type Class Description class
AnimationLayoutAlgorithm<V>
-