Uses of Package
edu.uci.ics.jung.utils

Packages that use edu.uci.ics.jung.utils
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
edu.uci.ics.jung.algorithms.importance Provides a set of algorithms for computing the importance of each node (or edge) in a graph relative to all others (or, for the algorithms that inherit from RelativeAuthorityRanker, relative to a specified subset of elements). 
edu.uci.ics.jung.algorithms.shortestpath Provides a set of algorithms for computing the shortest path between two nodes or between each pair of nodes in a graph. 
edu.uci.ics.jung.algorithms.transformation   
edu.uci.ics.jung.graph Specifies the interfaces for and capabilities of the JUNG vertex, edge, and graph classes. 
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
edu.uci.ics.jung.io Provides a set of graph file format interpreters for loading graphs from disk. 
edu.uci.ics.jung.utils Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.contrib These are additional layouts contributed by various users. 
edu.uci.ics.jung.visualization.control   
edu.uci.ics.jung.visualization.subLayout   
edu.uci.ics.jung.visualization.transform   
edu.uci.ics.jung.visualization.transform.shape   
samples.preview_new_graphdraw.iter   
scratch.danyel.lazy   
scratch.scott   
scratch.scott.event   
scratch.scott.partition   
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.blockmodel
UserDataContainer
          The generic interface for storing UserData.
UserDataDelegate
           
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.importance
Pair
          Stores a pair of values together.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.shortestpath
MapBinaryHeap
          An array-based binary heap implementation of a priority queue, which also provides efficient update() and contains operations.
Pair
          Stores a pair of values together.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.transformation
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph
Pair
          Stores a pair of values together.
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph.decorators
ParallelEdgeIndexFunction
          An interface for a service to access the index of a given edge into the set formed by the given edge and all the other edges it is parallel to.
UserDataContainer
          The generic interface for storing UserData.
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph.impl
Pair
          Stores a pair of values together.
UserDataContainer
          The generic interface for storing UserData.
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
UserDataDelegate
           
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.io
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
VertexGenerator
          This general interface defines a factory to produce vertices.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.utils
AbstractVertexMapper
          An abstract class based on VertexMapper that specifies a destination graph.
ChangeEventSupport
           
DefaultParallelEdgeIndexFunction
          A class which creates and maintains indices for parallel edges.
MutableDouble
          The MutableDouble class wraps a value of the primitive type double in a mutable object.
MutableInteger
          The MutableInteger class wraps a value of the primitive type int in a mutable object.
Pair
          Stores a pair of values together.
ParallelEdgeIndexFunction
          An interface for a service to access the index of a given edge into the set formed by the given edge and all the other edges it is parallel to.
SettableVertexMapper
          An interface for user-mutable VertexMappers.
SubsetManager
          A class which allows users to create and maintain Predicate-specified vertex and edge subsets.
UserData
          Represents custom user- and system-level information to extend the definition of a node.
UserDataContainer
          The generic interface for storing UserData.
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
UserDataFactory
          A class which generates UserDataContainer instances.
VertexGenerator
          This general interface defines a factory to produce vertices.
VertexMapper
          Provides a general interface for mappings from one vertex to another.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.visualization
ChangeEventSupport
           
ParallelEdgeIndexFunction
          An interface for a service to access the index of a given edge into the set formed by the given edge and all the other edges it is parallel to.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.visualization.contrib
ChangeEventSupport
           
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.visualization.control
ChangeEventSupport
           
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.visualization.subLayout
ChangeEventSupport
           
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.visualization.transform
ChangeEventSupport
           
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.visualization.transform.shape
ChangeEventSupport
           
ParallelEdgeIndexFunction
          An interface for a service to access the index of a given edge into the set formed by the given edge and all the other edges it is parallel to.
 

Classes in edu.uci.ics.jung.utils used by samples.preview_new_graphdraw.iter
Pair
          Stores a pair of values together.
 

Classes in edu.uci.ics.jung.utils used by scratch.danyel.lazy
UserDataContainer
          The generic interface for storing UserData.
UserDataDelegate
           
 

Classes in edu.uci.ics.jung.utils used by scratch.scott
ChangeEventSupport
           
 

Classes in edu.uci.ics.jung.utils used by scratch.scott.event
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by scratch.scott.partition
UserDataContainer
          The generic interface for storing UserData.