Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
Modifier and Type | Method and Description |
---|---|
void |
ChartPanel.addChartMouseListener(ChartMouseListener listener)
Adds a listener to the list of objects listening for chart mouse events.
|
void |
ChartPanel.removeChartMouseListener(ChartMouseListener listener)
Removes a listener from the list of objects listening for chart mouse
events.
|