Package | Description |
---|---|
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 |
Class and Description |
---|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
Class and Description |
---|
UserDatumNumberVertexValue |
Class and Description |
---|
Indexer
An Indexer applies an index to a Graph.
|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
NumberVertexValue
A generalized interface for setting and getting
Number s
of ArchetypeVertex s. |
Class and Description |
---|
Indexer
An Indexer applies an index to a Graph.
|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
Class and Description |
---|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
Class and Description |
---|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
Class and Description |
---|
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
Number s
of ArchetypeEdge s. |
NumberVertexValue
A generalized interface for setting and getting
Number s
of ArchetypeVertex s. |
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 |
Class and Description |
---|
EdgeWeightLabeller
A EdgeWeightLabeller applies a label to the edges of a Graph.
|
StringLabeller
A StringLabeller applies a set of labels to a Graph.
|
Class and Description |
---|
Indexer
An Indexer applies an index to a Graph.
|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
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.
|
Class and Description |
---|
Indexer
An Indexer applies an index to a Graph.
|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
NumberVertexValue
A generalized interface for setting and getting
Number s
of ArchetypeVertex s. |
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.
|
Class and Description |
---|
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
Number s
of ArchetypeEdge s. |
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 |
Class and Description |
---|
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
|
Class and Description |
---|
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
Number s
of ArchetypeEdge s. |
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 |
Class and Description |
---|
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
Number s
of ArchetypeEdge s. |
NumberVertexValue
A generalized interface for setting and getting
Number s
of ArchetypeVertex s. |
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.
|
Class and Description |
---|
StringLabeller
A StringLabeller applies a set of labels to a Graph.
|
Class and Description |
---|
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.
|
Class and Description |
---|
StringLabeller
A StringLabeller applies a set of labels to a Graph.
|
Class and Description |
---|
NumberEdgeValue
A generalized interface for setting and getting
Number s
of ArchetypeEdge s. |
NumberVertexValue
A generalized interface for setting and getting
Number s
of ArchetypeVertex s. |
Class and Description |
---|
Decorator
Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe
|
Class and Description |
---|
StringLabeller.UniqueLabelException
A minor class to store exceptions from duplicate labels in the Graph.
|
Class and Description |
---|
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.
|
Class and Description |
---|
NumberVertexValue
A generalized interface for setting and getting
Number s
of ArchetypeVertex s. |
Class and Description |
---|
StringLabeller.UniqueLabelException
A minor class to store exceptions from duplicate labels in the Graph.
|
Class and Description |
---|
StringLabeller.UniqueLabelException
A minor class to store exceptions from duplicate labels in the Graph.
|