(For other hot spot events, see HotSpotListener.)
To handle these events, either implement this interface, or extend the abstract class HotSpotMotionAdapter overriding only the methods of interest. ChartViewer.addHotSpotMotionListener can then be used to register the handler object to the ChartViewer.
Method | Inherited | Description |
---|---|---|
hotSpotMoved | (Self) | The system will call this method when the mouse moves over a hot spot. |
hotSpotDragged | (Self) | The system will call this method when the mouse button is pressed and the mouse moves over a hot spot. |