Uses of Package
org.jungrapht.visualization.util
-
Packages that use org.jungrapht.visualization.util Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.org.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes.org.jungrapht.visualization.util Utilities for graph visualization. -
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization Class Description ChangeEventSupport the implementing class provides support for ChangeEvents.EdgeIndexFunction 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. -
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization.control Class Description ChangeEventSupport the implementing class provides support for ChangeEvents. -
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization.decorators Class Description EdgeIndexFunction 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.ShapeFactory A utility class for generatingShape
s for drawing objects. -
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization.spatial Class Description BoundingRectangleCollector collects theRectangle2D
s that bound all of the elements of aGraph
-
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization.transform Class Description ChangeEventSupport the implementing class provides support for ChangeEvents.ItemSupport -
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization.transform.shape Class Description ChangeEventSupport the implementing class provides support for ChangeEvents.ItemSupport -
Classes in org.jungrapht.visualization.util used by org.jungrapht.visualization.util Class Description AnimationLayoutAlgorithm AnimationLayoutAlgorithm.Builder BoundingRectangleCollector collects theRectangle2D
s that bound all of the elements of aGraph
ChangeEventSupport the implementing class provides support for ChangeEvents.EdgeIndexFunction 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 a lazy-map backedFunction
that creates an image icon for each vertexIconCache.Builder Builder for IconCacheIconCache.Decorator extend this interface to apply 'decorations' to the vertex labels after they are drawn.IconCache.Stylist allows for functional interface method to set the font, colors, etc for the vertex JLabel.ParallelEdgeIndexFunction A class which creates and maintains indices for parallel edges.