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.
|
org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
Modifier and Type | Method and Description |
---|---|
void |
ChartViewer.chartMouseClicked(ChartMouseEventFX event) |
void |
ChartViewer.chartMouseMoved(ChartMouseEventFX event) |
Modifier and Type | Method and Description |
---|---|
void |
BarChartFXDemo1.chartMouseClicked(ChartMouseEventFX event)
Write the event to the console, just to illustrate.
|
void |
BarChartFXDemo1.chartMouseMoved(ChartMouseEventFX event)
Write the event to the console, just to illustrate.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartMouseListenerFX.chartMouseClicked(ChartMouseEventFX event)
Receives notification of a mouse click on a chart.
|
void |
ChartMouseListenerFX.chartMouseMoved(ChartMouseEventFX event)
Receives notification of a mouse move event on a chart.
|