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. |
Class and Description |
---|
ChartMouseEventFX
A mouse event for a chart that is displayed in a (JavaFX)
ChartViewer . |
ChartMouseListenerFX
A mouse listener that can receive event notifications from a (JavaFX)
ChartViewer instance. |
MouseHandlerFX
The interface for a mouse handler, which is an object that listens for
mouse events on a
ChartCanvas and performs a function in response
to those events (typical functions include tooltip display, drag zooming,
mouse wheel zooming and panning). |
Class and Description |
---|
ChartMouseEventFX
A mouse event for a chart that is displayed in a (JavaFX)
ChartViewer . |
ChartMouseListenerFX
A mouse listener that can receive event notifications from a (JavaFX)
ChartViewer instance. |
Class and Description |
---|
AbstractMouseHandlerFX
A base class that can be used to implement the
MouseHandlerFX
interface. |
ChartMouseEventFX
A mouse event for a chart that is displayed in a (JavaFX)
ChartViewer . |
MouseHandlerFX
The interface for a mouse handler, which is an object that listens for
mouse events on a
ChartCanvas and performs a function in response
to those events (typical functions include tooltip display, drag zooming,
mouse wheel zooming and panning). |