| Package | Description |
|---|---|
| org.jfree.chart.fx |
Contains the key classes
ChartViewer and
ChartCanvas. |
| Modifier and Type | Method and Description |
|---|---|
List<ChartMouseListenerFX> |
ChartCanvas.getChartMouseListeners()
Returns a (newly created) list containing the listeners currently
registered with the canvas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartViewer.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications
from the canvas embedded in this viewer. |
void |
ChartCanvas.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications. |
void |
ChartViewer.removeChartMouseListener(ChartMouseListenerFX listener)
Removes a listener from the list of objects listening for chart mouse
events.
|
void |
ChartCanvas.removeChartMouseListener(ChartMouseListenerFX listener)
Removes a listener from the list of objects listening for chart mouse
events.
|
Copyright © 2017 JFree.org. All rights reserved.