Uses of Package
edu.uci.ics.jung.graph.util

Packages that use edu.uci.ics.jung.graph.util
edu.uci.ics.jung.algorithms.blockmodel Support for establishing and maintaining graph element equivalence (such as in blockmodeling). 
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.util Utilities for graph visualization. 
 

Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.algorithms.blockmodel
Pair
          An implementation of Collection 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
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
EdgeType
          Defines the possible edge types for graphs which assign types to edges.
Pair
          An implementation of Collection 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
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.
IncidentEdgeIndexFunction
          A class which creates and maintains indices for incident edges.
 

Classes in edu.uci.ics.jung.graph.util used by edu.uci.ics.jung.io
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
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
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
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
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
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.util
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.
 



Copyright © 2009. All Rights Reserved.