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

Packages that use edu.uci.ics.jung.graph.decorators
edu.uci.ics.jung.algorithms Provides a set of specialized algorithms for computing various measures on graphs as well as transforming graphs in different ways. 
edu.uci.ics.jung.algorithms.cluster Provides a series of methods for locating clusters in graphs according to some model-based, heuristic or graph-theoretic criteria. 
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.metrics   
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.decorators Provides mechanisms for annotating nodes consistently with useful information. 
edu.uci.ics.jung.graph.filters.impl Provides sample implementations and generally useful filters. 
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.graphdraw Provides support classes for the GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. 
edu.uci.ics.jung.visualization.transform.shape   
samples.graph Provides sample graph code that may be of interest. 
samples.graph.southern   
scratch.danyel   
scratch.danyel.sample   
scratch.joshua.ranking   
scratch.scott.registry   
test.edu.uci.ics.jung.algorithms.blockmodel   
test.edu.uci.ics.jung.algorithms.cluster   
test.edu.uci.ics.jung.algorithms.importance   
test.edu.uci.ics.jung.graph.decorators   
test.edu.uci.ics.jung.utils   
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.algorithms
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.algorithms.cluster
UserDatumNumberVertexValue
           
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.algorithms.importance
Indexer
          An Indexer applies an index to a Graph.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
NumberVertexValue
          A generalized interface for setting and getting Numbers of ArchetypeVertexs.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.algorithms.metrics
Indexer
          An Indexer applies an index to a Graph.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.algorithms.shortestpath
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.algorithms.transformation
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.graph.decorators
AbstractEdgePaintFunction
          An implementation of EdgePaintFunction that is appropriate for edge shapes that are not filled, such as lines or curves.
AbstractEdgeShapeFunction
          An interface for decorators that return a Shape for a specified edge.
AbstractVertexShapeFunction
           
Decorator
          Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe
DefaultVertexIconFunction
          A simple, stateful VertexIconFunction.
EdgeArrowFunction
           
EdgeColorFunction
          Deprecated. Use EdgePaintFunction instead
EdgeFontFunction
           
EdgePaintFunction
          This class replaces EdgeColorFunction.
EdgeShape.Loop
          An edge shape that renders as a loop with its nadir at the center of the vertex.
EdgeShape.ParallelRendering
           
EdgeShape.SimpleLoop
          An edge shape that renders as a loop with its nadir at the center of the vertex.
EdgeShapeFunction
          An interface for decorators that return a Shape for a specified edge.
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
EdgeStrokeFunction
           
EdgeWeightLabeller
          A EdgeWeightLabeller applies a label to the edges of a Graph.
GlobalStringLabeller
          The GlobalStringLabeller applies labels to all vertices in a series of graphs.
Indexer
          An Indexer applies an index to a Graph.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
NumberVertexValue
          A generalized interface for setting and getting Numbers of ArchetypeVertexs.
SettableVertexShapeFunction
           
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
ToolTipFunction
          An interface for supplying tooltips for elements of a jung graph
ToolTipFunctionAdapter
          A convenience implementation of ToolTipFunction which provides no tool tips.
VertexAspectRatioFunction
           
VertexColorFunction
          Deprecated. Superseded by VertexPaintFunction
VertexFontFunction
           
VertexIconFunction
           
VertexPaintFunction
          This class replaces VertexColorFunction.
VertexShapeFunction
          An interface for decorators that return a Shape for a specified vertex.
VertexSizeFunction
          Returns the characteristic size at which the symbol for this vertex should be rendered.
VertexStringer
          An interface for classes that provide a way to fetch a label for a specified vertex.
VertexStrokeFunction
           
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.graph.filters.impl
EdgeWeightLabeller
          A EdgeWeightLabeller applies a label to the edges of a Graph.
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.io
Indexer
          An Indexer applies an index to a Graph.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
VertexStringer
          An interface for classes that provide a way to fetch a label for a specified vertex.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.utils
Indexer
          An Indexer applies an index to a Graph.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
NumberVertexValue
          A generalized interface for setting and getting Numbers of ArchetypeVertexs.
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.visualization
AbstractEdgePaintFunction
          An implementation of EdgePaintFunction that is appropriate for edge shapes that are not filled, such as lines or curves.
EdgeArrowFunction
           
EdgeColorFunction
          Deprecated. Use EdgePaintFunction instead
EdgeFontFunction
           
EdgePaintFunction
          This class replaces EdgeColorFunction.
EdgeShapeFunction
          An interface for decorators that return a Shape for a specified edge.
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
EdgeStrokeFunction
           
EdgeThicknessFunction
          Deprecated. Use EdgeStrokeFunction instead.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
ToolTipFunction
          An interface for supplying tooltips for elements of a jung graph
ToolTipFunctionAdapter
          A convenience implementation of ToolTipFunction which provides no tool tips.
VertexAspectRatioFunction
           
VertexColorFunction
          Deprecated. Superseded by VertexPaintFunction
VertexFontFunction
           
VertexIconFunction
           
VertexPaintFunction
          This class replaces VertexColorFunction.
VertexShapeFunction
          An interface for decorators that return a Shape for a specified vertex.
VertexSizeFunction
          Returns the characteristic size at which the symbol for this vertex should be rendered.
VertexStringer
          An interface for classes that provide a way to fetch a label for a specified vertex.
VertexStrokeFunction
           
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.visualization.graphdraw
EdgeColorFunction
          Deprecated. Use EdgePaintFunction instead
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
EdgeThicknessFunction
          Deprecated. Use EdgeStrokeFunction instead.
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
VertexColorFunction
          Deprecated. Superseded by VertexPaintFunction
 

Classes in edu.uci.ics.jung.graph.decorators used by edu.uci.ics.jung.visualization.transform.shape
EdgeArrowFunction
           
EdgeColorFunction
          Deprecated. Use EdgePaintFunction instead
EdgeFontFunction
           
EdgePaintFunction
          This class replaces EdgeColorFunction.
EdgeShapeFunction
          An interface for decorators that return a Shape for a specified edge.
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
EdgeStrokeFunction
           
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
VertexColorFunction
          Deprecated. Superseded by VertexPaintFunction
VertexFontFunction
           
VertexIconFunction
           
VertexPaintFunction
          This class replaces VertexColorFunction.
VertexShapeFunction
          An interface for decorators that return a Shape for a specified vertex.
VertexStringer
          An interface for classes that provide a way to fetch a label for a specified vertex.
VertexStrokeFunction
           
 

Classes in edu.uci.ics.jung.graph.decorators used by samples.graph
AbstractEdgePaintFunction
          An implementation of EdgePaintFunction that is appropriate for edge shapes that are not filled, such as lines or curves.
DefaultToolTipFunction
          Returns the results of toString on Vertices and Edges Used mainly in demos
DefaultVertexIconFunction
          A simple, stateful VertexIconFunction.
EdgePaintFunction
          This class replaces EdgeColorFunction.
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
EdgeStrokeFunction
           
GradientEdgePaintFunction
          Creates GradientPaint instances which can be used to paint an Edge.
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
NumberVertexValue
          A generalized interface for setting and getting Numbers of ArchetypeVertexs.
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
ToolTipFunction
          An interface for supplying tooltips for elements of a jung graph
ToolTipFunctionAdapter
          A convenience implementation of ToolTipFunction which provides no tool tips.
VertexIconAndShapeFunction
          A default implementation that stores images in a Map keyed on the vertex.
VertexIconFunction
           
VertexPaintFunction
          This class replaces VertexColorFunction.
VertexShapeFunction
          An interface for decorators that return a Shape for a specified vertex.
VertexStringer
          An interface for classes that provide a way to fetch a label for a specified vertex.
 

Classes in edu.uci.ics.jung.graph.decorators used by samples.graph.southern
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by scratch.danyel
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by scratch.danyel.sample
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by scratch.joshua.ranking
NumberEdgeValue
          A generalized interface for setting and getting Numbers of ArchetypeEdges.
NumberVertexValue
          A generalized interface for setting and getting Numbers of ArchetypeVertexs.
 

Classes in edu.uci.ics.jung.graph.decorators used by scratch.scott.registry
Decorator
          Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe
 

Classes in edu.uci.ics.jung.graph.decorators used by test.edu.uci.ics.jung.algorithms.blockmodel
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by test.edu.uci.ics.jung.algorithms.cluster
StringLabeller
          A StringLabeller applies a set of labels to a Graph.
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by test.edu.uci.ics.jung.algorithms.importance
NumberVertexValue
          A generalized interface for setting and getting Numbers of ArchetypeVertexs.
 

Classes in edu.uci.ics.jung.graph.decorators used by test.edu.uci.ics.jung.graph.decorators
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.
 

Classes in edu.uci.ics.jung.graph.decorators used by test.edu.uci.ics.jung.utils
StringLabeller.UniqueLabelException
          A minor class to store exceptions from duplicate labels in the Graph.