|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolTipType
Defines the tool tips to display on a
.Chart2D
Chart2D.setToolTipType(IToolTipType)
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |