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 | Method and Description |
---|---|
void |
ChartViewerSkin.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications
from the chart viewer. |
void |
ChartViewer.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications
from this viewer. |
void |
ChartCanvas.addChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive
ChartMouseEvent notifications. |
void |
ChartViewerSkin.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 |
ChartCanvas.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.
|