| Package | Description |
|---|---|
| org.jfree.chart.fx |
Core classes that provide JavaFX support for JFreeChart.
|
| org.jfree.chart.fx.demo |
Basic demo applications showing the use of JFreeChart in JavaFX.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChartViewer
A control for displaying a
JFreeChart in JavaFX (embeds a
ChartCanvas, adds drag zooming and provides a popup menu for export
to PNG/JPG/SVG and PDF formats). |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ChartMouseListenerFX> |
ChartCanvas.chartMouseListeners
Storage for registered chart mouse listeners.
|
private java.util.List<ChartMouseListenerFX> |
ChartViewer.chartMouseListeners
Storage for registered chart mouse listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartCanvas.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications. |
void |
ChartViewer.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications
from this viewer. |
void |
ChartViewerSkin.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications
from the chart viewer. |
void |
ChartCanvas.removeChartMouseListener(ChartMouseListenerFX listener)
Removes a listener from the list of objects listening for chart mouse
events.
|
void |
ChartViewer.removeChartMouseListener(ChartMouseListenerFX listener)
Removes a listener from the list of objects listening for chart mouse
events.
|
void |
ChartViewerSkin.removeChartMouseListener(ChartMouseListenerFX listener)
Removes a listener from the list of objects listening for chart mouse
events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BarChartFXDemo1
A demo showing the display of JFreeChart within a JavaFX application.
|