Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
samples.graph |
Provides sample graph code that may be of interest.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ToolTipFunction
An interface for supplying tooltips for elements of a jung graph
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolTipFunction
Returns the results of toString on Vertices and Edges
Used mainly in demos
|
class |
ToolTipFunctionAdapter
A convenience implementation of ToolTipFunction which provides
no tool tips.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
VisualizationViewer.ToolTipListenerWrapper
used internally to wrap any legacy ToolTipListener
implementations so they can be used as a ToolTipFunction
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizationViewer.setToolTipListener(VisualizationViewer.ToolTipListener listener)
sets the tooltip listener to the user's defined implementation
of ToolTipListener
|
Constructor and Description |
---|
VisualizationViewer.ToolTipListenerWrapper(VisualizationViewer.ToolTipListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
PluggableRendererDemo.VoltageTips |