edu.uci.ics.jung.graph.decorators
Class ToolTipFunctionAdapter
java.lang.Object
edu.uci.ics.jung.graph.decorators.ToolTipFunctionAdapter
- All Implemented Interfaces:
- ToolTipFunction, VisualizationViewer.ToolTipListener
- Direct Known Subclasses:
- DefaultToolTipFunction, VisualizationViewer.ToolTipListenerWrapper
public class ToolTipFunctionAdapter
- extends Object
- implements ToolTipFunction
A convenience implementation of ToolTipFunction which provides
no tool tips. Only the desired methods need be overridden to
get desired behavior.
- Author:
- Tom Nelson - RABA Technologies
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolTipFunctionAdapter
public ToolTipFunctionAdapter()
getToolTipText
public String getToolTipText(Vertex v)
- Specified by:
getToolTipText
in interface ToolTipFunction
getToolTipText
public String getToolTipText(Edge e)
- Specified by:
getToolTipText
in interface ToolTipFunction
getToolTipText
public String getToolTipText(MouseEvent event)
- Specified by:
getToolTipText
in interface VisualizationViewer.ToolTipListener