Uses of Package
org.jfree.chart.fx.interaction
Packages that use org.jfree.chart.fx.interaction
Package
Description
Contains the key classes
ChartViewer and
ChartCanvas.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.fxClassDescriptionA mouse listener that can receive event notifications from a (JavaFX)
ChartViewerinstance.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.interactionClassDescriptionA base class that can be used to implement the
MouseHandlerFXinterface.A mouse event for a chart that is displayed in a (JavaFX)ChartViewer.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).