All Classes and Interfaces
Class
Description
A base class that can be used to implement the
MouseHandlerFX
interface.Handles mouse clicks on the
ChartCanvas by updating the anchor and
redrawing the chart.A canvas for displaying a
JFreeChart in JavaFX.A mouse event for a chart that is displayed in a (JavaFX)
ChartViewer.A mouse listener that can receive event notifications from a (JavaFX)
ChartViewer instance.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).An overlay for a
ChartViewer that draws crosshairs on a plot.Handles mouse move and click events on the
ChartCanvas by
dispatching ChartMouseEventFX events to listeners that are
registered with the ChartCanvas (listeners can also be registered
with a ChartViewer control).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).An overlay that can be added to a
ChartCanvas.Handles panning of charts on a
ChartCanvas.Handles scroll events (mouse wheel etc) on a
ChartCanvas.Handles the updating of tooltips on a
ChartCanvas.Handles drag zooming of charts on a
ChartCanvas.