Uses of Package
edu.uci.ics.jung.graph.util
-
Packages that use edu.uci.ics.jung.graph.util Package Description edu.uci.ics.jung.algorithms.blockmodel Support for establishing and maintaining graph element equivalence (such as in blockmodeling).edu.uci.ics.jung.algorithms.cluster Mechanisms for identifying clusters in graphs.edu.uci.ics.jung.algorithms.generators.random Methods for generating random graphs with various properties.edu.uci.ics.jung.algorithms.util Provides general algorithmic utilities.edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations.edu.uci.ics.jung.graph.util Utility interfaces and classes for the JUNG API.edu.uci.ics.jung.io Interfaces and classes for reading and writing graphs in various (file) formats.edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.edu.uci.ics.jung.visualization.picking Visualization mechanisms for supporting the selection of graph elements.edu.uci.ics.jung.visualization.spatial edu.uci.ics.jung.visualization.util Utilities for graph visualization. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.algorithms.blockmodel Class Description Pair An implementation ofCollection
that stores exactly 2 non-null objects and is not mutable. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.algorithms.cluster Class Description Pair An implementation ofCollection
that stores exactly 2 non-null objects and is not mutable. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.algorithms.generators.random Class Description Pair An implementation ofCollection
that stores exactly 2 non-null objects and is not mutable. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.algorithms.util Class Description Context A class that is used to link together a graph element and a specific graph. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.graph Class Description EdgeType Defines the possible edge types for graphs which assign types to edges.Pair An implementation ofCollection
that stores exactly 2 non-null objects and is not mutable. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.graph.util Class Description Context A class that is used to link together a graph element and a specific graph.DefaultParallelEdgeIndexFunction A class which creates and maintains indices for parallel edges.EdgeIndexFunction An interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to.EdgeType Defines the possible edge types for graphs which assign types to edges.Graphs.SynchronizedAbstractGraph Graphs.SynchronizedDirectedGraph Graphs.SynchronizedForest Graphs.SynchronizedTree Graphs.UnmodifiableAbstractGraph Graphs.UnmodifiableForest Graphs.UnmodifiableGraph Graphs.UnmodifiableTree IncidentEdgeIndexFunction A class which creates and maintains indices for incident edges.Pair An implementation ofCollection
that stores exactly 2 non-null objects and is not mutable. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.io Class Description EdgeType Defines the possible edge types for graphs which assign types to edges. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.samples Class Description Context A class that is used to link together a graph element and a specific graph. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.visualization Class Description Context A class that is used to link together a graph element and a specific graph.EdgeIndexFunction An interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.visualization.control Class Description EdgeType Defines the possible edge types for graphs which assign types to edges. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.visualization.decorators Class Description Context A class that is used to link together a graph element and a specific graph.EdgeIndexFunction An interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.visualization.picking Class Description Context A class that is used to link together a graph element and a specific graph. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.visualization.spatial Class Description EdgeType Defines the possible edge types for graphs which assign types to edges.Pair An implementation ofCollection
that stores exactly 2 non-null objects and is not mutable. -
Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.visualization.util Class Description EdgeIndexFunction An interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to.