Chart2D.ToolTipType
public interface IToolTipType
Chart2D
.Chart2D.setToolTipType(IToolTipType)
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
Returns a description of this tool tip type (for UI display).
|
java.lang.String |
getToolTipText(Chart2D chart,
java.awt.event.MouseEvent me) |
The base class implementation that returns the tool tip text for the
given mouse event which is a NONE implementation here.
|
java.lang.String getDescription()
java.lang.String getToolTipText(Chart2D chart, java.awt.event.MouseEvent me)
chart
- the chart for computation of tool tips.me
- the corresponding mouse event.Copyright © 2001 - 2010 LGPL, All Rights Footloose.