|
|||||||||
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 | |
---|---|
String |
getDescription()
Returns a description of this tool tip type (for UI display). |
String |
getToolTipText(Chart2D chart,
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 |
---|
String getDescription()
String getToolTipText(Chart2D chart, 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 |