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

Packages that use edu.uci.ics.jung.graph.decorators
edu.uci.ics.jung.algorithms.shortestpath   
edu.uci.ics.jung.graph.decorators   
edu.uci.ics.jung.graph.filters.impl   
edu.uci.ics.jung.utils   
edu.uci.ics.jung.visualization.graphdraw   
 

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.graph.decorators
Decorator
          Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
EdgeWeightLabeller
          A EdgeWeightLabeller applies a label to the edges of a Graph.
Indexer
          An Indexer applies an index to a Graph.
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.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.utils
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.graphdraw
EdgeStringer
          An EdgeStringer provides a string Label for any edge.
StringLabeller
          A StringLabeller applies a set of labels to a Graph.