Uses of Package
org.jfree.chart.fx.interaction
| Package | Description |
|---|---|
| org.jfree.chart.fx |
Contains the key classes
ChartViewer and
ChartCanvas. |
| org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
-
Classes in org.jfree.chart.fx.interaction used by org.jfree.chart.fx Class Description ChartMouseListenerFX A mouse listener that can receive event notifications from a (JavaFX)ChartViewerinstance.MouseHandlerFX The interface for a mouse handler, which is an object that listens for mouse events on aChartCanvasand performs a function in response to those events (typical functions include tooltip display, drag zooming, mouse wheel zooming and panning). -
Classes in org.jfree.chart.fx.interaction used by org.jfree.chart.fx.interaction Class Description AbstractMouseHandlerFX A base class that can be used to implement theMouseHandlerFXinterface.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 aChartCanvasand performs a function in response to those events (typical functions include tooltip display, drag zooming, mouse wheel zooming and panning).