public interface IToolTipType extends Serializable
Chart2D
.Chart2D.setToolTipType(IToolTipType)
Modifier and Type | Method and Description |
---|---|
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.
|
String getDescription()
String getToolTipText(Chart2D chart, MouseEvent me)
chart
- the chart for computation of tool tips.me
- the corresponding mouse event.Copyright © 2019. All rights reserved.