|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IChartMouseListener
Title: IJChart
Description: a chart library for the Java(tm) platform.
The interface that must be implemented by classes that wish to receiveChartMouseEvent notifications from a ChartPanel.
Copyright: Copyright (c) 2013
Company:
| Method Summary | |
|---|---|
void |
chartMouseClicked(ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart. |
void |
chartMouseEntered(ChartMouseEvent event)
Callback method for receiving notification of a mouse entered on a chart. |
void |
chartMouseExited(ChartMouseEvent event)
Callback method for receiving notification of a mouse exited on a chart. |
void |
chartMouseMoved(ChartMouseEvent event)
Callback method for receiving notification of a mouse movement on a chart. |
void |
chartMousePressed(ChartMouseEvent event)
Callback method for receiving notification of a mouse pressed on a chart. |
void |
chartMouseReleased(ChartMouseEvent event)
Callback method for receiving notification of a mouse released on a chart. |
| Method Detail |
|---|
void chartMouseClicked(ChartMouseEvent event)
event - ChartMouseEvent
The event.void chartMouseMoved(ChartMouseEvent event)
event - ChartMouseEvent
The event.void chartMousePressed(ChartMouseEvent event)
event - ChartMouseEvent
The event.void chartMouseReleased(ChartMouseEvent event)
event - ChartMouseEvent
The event.void chartMouseEntered(ChartMouseEvent event)
event - ChartMouseEvent
The event.void chartMouseExited(ChartMouseEvent event)
event - ChartMouseEvent
The event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||