edu.uci.ics.jung.visualization
Interface VisualizationViewer.ToolTipListener

All Known Subinterfaces:
ToolTipFunction
All Known Implementing Classes:
DefaultToolTipFunction, PluggableRendererDemo.VoltageTips, ToolTipFunctionAdapter, VisualizationViewer.ToolTipListenerWrapper
Enclosing class:
VisualizationViewer

public static interface VisualizationViewer.ToolTipListener

The interface for the tool tip listener. Implement this interface to add custom tool tip to the graph elements. See sample code for examples


Method Summary
 String getToolTipText(MouseEvent event)
           
 

Method Detail

getToolTipText

String getToolTipText(MouseEvent event)