Uses of Interface
edu.uci.ics.jung.graph.decorators.ToolTipFunction

Packages that use ToolTipFunction
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. 
 

Uses of ToolTipFunction in edu.uci.ics.jung.graph.decorators
 

Classes in edu.uci.ics.jung.graph.decorators that implement ToolTipFunction
 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.
 

Uses of ToolTipFunction in edu.uci.ics.jung.visualization
 

Classes in edu.uci.ics.jung.visualization that implement ToolTipFunction
protected static class VisualizationViewer.ToolTipListenerWrapper
          used internally to wrap any legacy ToolTipListener implementations so they can be used as a ToolTipFunction
 

Fields in edu.uci.ics.jung.visualization declared as ToolTipFunction
protected  ToolTipFunction VisualizationViewer.toolTipFunction
          should be set to user-defined class to provide tooltips on the graph elements
 

Methods in edu.uci.ics.jung.visualization with parameters of type ToolTipFunction
 void VisualizationViewer.setToolTipFunction(ToolTipFunction toolTipFunction)
           
 

Uses of ToolTipFunction in samples.graph
 

Classes in samples.graph that implement ToolTipFunction
 class PluggableRendererDemo.VoltageTips