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 classAbstractIterativeLayoutAlgorithm<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.classDAGLayoutAlgorithm<V,E>An implementation ofLayoutsuitable for tree-like directed acyclic graphs.classForceAtlas2LayoutAlgorithm<V>Implementation of ForceAtlas2 algorithm.classFRLayoutAlgorithm<V>Implements the Fruchterman-Reingold force-directed algorithm for vertex layout.classGEMLayoutAlgorithm<V,E>Java implementation of the gem 2D layout.classISOMLayoutAlgorithm<V>Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.classKKLayoutAlgorithm<V>Implements the Kamada-Kawai algorithm for vertex layout.classSpringLayoutAlgorithm<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 voidAbstractLayoutModel. 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 classAnimationLayoutAlgorithm<V>
-