Package org.jungrapht.visualization.layout.algorithms
Support for graph layout algorithms
There are no java.awt imports in this package and its sub packages
-
Interface Summary Interface Description Balloon marker interface used only to signal that the balloon layout paintables might be appliedEdgeAwareLayoutAlgorithm<V,E> A marker interface for LayoutAlgorithms that are aware of graph edges and can use the edges as part of the layout vertex positioningEdgeAwareLayoutAlgorithm.Builder<V,E,T extends EdgeAwareLayoutAlgorithm<V,E>,B extends EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>> EdgePredicated<E> an interface forLayoutAlgorithm
that can set aPredicate
to filter edgesEdgeSorting<E> an interface forLayoutAlgorithm
s with a settable Comparator for edgesIterativeLayoutAlgorithm<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.Layered<V,E> LayoutAlgorithm<V> LayoutAlgorithm is a visitor to the LayoutModel.LayoutAlgorithm.Builder<V,T extends LayoutAlgorithm<V>,B extends LayoutAlgorithm.Builder<V,T,B>> MultiRow Radial marker interface used only to signal that the radial paintables might be appliedRadialTreeLayout<V> a marker interface for Tree layouts in a radial patternShapeFunctionAware<V> an interface forLayoutAlgorithm
with a settable Shape Function for verticesTreeLayout<V> an interface forLayoutAlgorithm
that place their vertices in a tree like heirarchyVertexPredicated<V> an interface forLayoutAlgorithm
with a settablePredicate
to filter verticesVertexSorting<V> an interface forLayoutAlgorithm
with a settable Comparator for vertices -
Class Summary Class Description AbstractHierarchicalMinCrossLayoutAlgorithm<V,E> The Sugiyama Hierarchical Minimum-Cross layout algorithmAbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T extends AbstractHierarchicalMinCrossLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create a configured instanceAbstractIterativeLayoutAlgorithm<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.AbstractIterativeLayoutAlgorithm.Builder<V,T extends AbstractIterativeLayoutAlgorithm<V>,B extends AbstractIterativeLayoutAlgorithm.Builder<V,T,B>> AbstractLayoutAlgorithm<V> For Layout algorithms that can run an 'after' functionAbstractLayoutAlgorithm.Builder<V,T extends AbstractLayoutAlgorithm<V>,B extends AbstractLayoutAlgorithm.Builder<V,T,B>> AbstractTreeLayoutAlgorithm<V> A base class for tree layout algorithms.AbstractTreeLayoutAlgorithm.Builder<V,T extends AbstractTreeLayoutAlgorithm<V>,B extends AbstractTreeLayoutAlgorithm.Builder<V,T,B>> ABuilder
to create instances ofAbstractTreeLayoutAlgorithm
BalloonLayoutAlgorithm<V> ALayout
implementation that assigns positions toTree
orGraph
vertices using associations with nested circles ("balloons").BalloonLayoutAlgorithm.Builder<V,T extends BalloonLayoutAlgorithm<V>,B extends BalloonLayoutAlgorithm.Builder<V,T,B>> CircleLayoutAlgorithm<V> ALayout
implementation that positions vertices equally spaced on a regular circle.CircleLayoutAlgorithm.Builder<V,T extends CircleLayoutAlgorithm<V>,B extends CircleLayoutAlgorithm.Builder<V,T,B>> DAGLayoutAlgorithm<V,E> An implementation ofLayout
suitable for tree-like directed acyclic graphs.DAGLayoutAlgorithm.Builder<V,E,T extends DAGLayoutAlgorithm<V,E>,B extends DAGLayoutAlgorithm.Builder<V,E,T,B>> EdgeAwareTreeLayoutAlgorithm<V,E> EdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends EdgeAwareTreeLayoutAlgorithm<V,E>,B extends EdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create a configured instance of an EdgeAwareTreeLayoutAlgorithmEiglspergerLayoutAlgorithm<V,E> The Sugiyama Hierarchical Minimum-Cross layout algorithmEiglspergerLayoutAlgorithm.Builder<V,E,T extends EiglspergerLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends EiglspergerLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create a configured instanceForceAtlas2LayoutAlgorithm<V> Implementation of ForceAtlas2 algorithm.ForceAtlas2LayoutAlgorithm.Builder<V,T extends ForceAtlas2LayoutAlgorithm<V>,B extends ForceAtlas2LayoutAlgorithm.Builder<V,T,B>> FRLayoutAlgorithm<V> Implements the Fruchterman-Reingold force-directed algorithm for vertex layout.FRLayoutAlgorithm.Builder<V,T extends FRLayoutAlgorithm<V>,B extends FRLayoutAlgorithm.Builder<V,T,B>> GEMLayoutAlgorithm<V,E> Java implementation of the gem 2D layout.GEMLayoutAlgorithm.Builder<V,E,T extends GEMLayoutAlgorithm<V,E>,B extends GEMLayoutAlgorithm.Builder<V,E,T,B>> HierarchicalMinCrossLayoutAlgorithm<V,E> A Hierarchical Minimum-Cross layout algorithm based on Sugiyama.HierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T extends HierarchicalMinCrossLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends HierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create a configured instanceISOMLayoutAlgorithm<V> Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.ISOMLayoutAlgorithm.Builder<V,T extends ISOMLayoutAlgorithm<V>,B extends ISOMLayoutAlgorithm.Builder<V,T,B>> KKLayoutAlgorithm<V> Implements the Kamada-Kawai algorithm for vertex layout.KKLayoutAlgorithm.Builder<V,T extends KKLayoutAlgorithm<V>,B extends KKLayoutAlgorithm.Builder<V,T,B>> KKLayoutAlgorithm.Pair<V> LayoutAlgorithm.NoOp<V> MultiRowEdgeAwareTreeLayoutAlgorithm<V,E> A Multi-RowTreeLayoutAlgorithm
that can be modified with comparators and predicates for both vertices and edgesMultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends MultiRowEdgeAwareTreeLayoutAlgorithm<V,E>,B extends MultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create an instance of aMultiRowEdgeAwareTreeLayoutAlgorithm
MultiRowTreeLayoutAlgorithm<V> ATreeLayoutAlgorithm
that adheres to either an original width or to the width of the widest subtree in the forest by creating new rows of tree rootsMultiRowTreeLayoutAlgorithm.Builder<V,T extends MultiRowTreeLayoutAlgorithm<V>,B extends MultiRowTreeLayoutAlgorithm.Builder<V,T,B>> RadialEdgeAwareTreeLayoutAlgorithm<V,E> A radial layout for Tree or Forest graphs.RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends RadialEdgeAwareTreeLayoutAlgorithm<V,E>,B extends RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> RadialTreeLayoutAlgorithm<V> A radial layout for Tree or Forest graphs.RadialTreeLayoutAlgorithm.Builder<V,T extends RadialTreeLayoutAlgorithm<V>,B extends RadialTreeLayoutAlgorithm.Builder<V,T,B>> SpringLayoutAlgorithm<V,E> The SpringLayout package represents a visualization of a set of vertices.SpringLayoutAlgorithm.Builder<V,E,T extends SpringLayoutAlgorithm<V,E>,B extends SpringLayoutAlgorithm.Builder<V,E,T,B>> SpringLayoutAlgorithm.SpringVertexData StaticLayoutAlgorithm<V> StaticLayout leaves the vertices in the locations specified in the LayoutModel, and has no other behavior.SugiyamaLayoutAlgorithm<V,E> The Sugiyama Hierarchical Minimum-Cross layout algorithmSugiyamaLayoutAlgorithm.Builder<V,E,T extends SugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends SugiyamaLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create a configured instanceTidierRadialTreeLayoutAlgorithm<V,E> A radial layout for Tree or Forest graphs.TidierRadialTreeLayoutAlgorithm.Builder<V,E,T extends TidierRadialTreeLayoutAlgorithm<V,E>,B extends TidierRadialTreeLayoutAlgorithm.Builder<V,E,T,B>> TidierTreeLayoutAlgorithm<V,E> A more compact tree layout algorithm.TidierTreeLayoutAlgorithm.Builder<V,E,T extends TidierTreeLayoutAlgorithm<V,E>,B extends TidierTreeLayoutAlgorithm.Builder<V,E,T,B>> a Builder to create a configured instance of an AnotherTreeLayoutAlgorithmTreeLayoutAlgorithm<V> A simple tree layout algorithm that will allow multiple roots.TreeLayoutAlgorithm.Builder<V,T extends TreeLayoutAlgorithm<V>,B extends TreeLayoutAlgorithm.Builder<V,T,B>> ABuilder
to create instances ofTreeLayoutAlgorithm