Package org.jungrapht.visualization.util
Utilities for graph visualization.
-
Interface Summary Interface Description ChangeEventSupport the implementing class provides support for ChangeEvents.EdgeIndexFunction<V,E> An interface for a service to access the index of a given edge (in a givenGraph
) into the set formed by the given edge and all the other edges it is parallel to.IconCache.Decorator<V> extend this interface to apply 'decorations' to the vertex labels after they are drawn.IconCache.Stylist<V> allows for functional interface method to set the font, colors, etc for the vertex JLabel.LayoutPaintable -
Class Summary Class Description AnimationLayoutAlgorithm<V> AnimationLayoutAlgorithm.Builder<V,T extends AnimationLayoutAlgorithm<V>,B extends AnimationLayoutAlgorithm.Builder<V,T,B>> ArrowFactory A utility class for creating arrowhead shapes.AWT Functions to convert between awt geometry objects and jungrapht-layout geometry objectsBoundingRectangleCollector<T> collects theRectangle2D
s that bound all of the elements of aGraph
BoundingRectangleCollector.Edges<V,E> collects theRectangle2D
s that bound all of the edges of aGraph
BoundingRectangleCollector.Points<V> BoundingRectangleCollector.Vertices<V> collects theRectangle2D
s that bound all of the vertices of aGraph
BoundingRectanglePaintable<V> DefaultChangeEventSupport Basic implementation of ChangeEventSupport, using standard jdk classesDimensionUtils GeneralPathAsString GraphImage IconCache<V> a lazy-map backedFunction
that creates an image icon for each vertexIconCache.Builder<V> Builder for IconCacheIconFunction<V> ImageShapeUtils ItemSupport<T> LabelWrapper A utility to wrap long lines, creating html strings with line breaks at a settable max line lengthLayoutAlgorithmTransition Manages the transition to a new LayoutAlgorithm.LayoutPaintable.BalloonRings<V,E> LayoutPaintable.Grid LayoutPaintable.LayoutBounds LayoutPaintable.RadialRings<V> LayoutPaintable.TreeCells<V> ParallelEdgeIndexFunction<V,E> A class which creates and maintains indices for parallel edges.PointUtils PredicatedParallelEdgeIndexFunction<V,E> A class which creates and maintains indices for parallel edges.RadiusGraphElementAccessor<V,E> Simple implementation of GraphElementAccessor that returns the vertex or edge that is closest to the specified location.RectangleUtils ShapeFactory<T> A utility class for generatingShape
s for drawing objects.TreeUtils VertexLocationAnimator