Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
Modifier and Type | Method and Description |
---|---|
void |
ChartMouseListener.chartMouseClicked(ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart.
|
void |
ChartMouseListener.chartMouseMoved(ChartMouseEvent event)
Callback method for receiving notification of a mouse movement on a
chart.
|