Package org.jfree.chart.fx.interaction
package org.jfree.chart.fx.interaction
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components.-
ClassDescriptionA base class that can be used to implement the
MouseHandlerFXinterface.Handles mouse clicks on theChartCanvasby updating the anchor and redrawing the chart.A mouse event for a chart that is displayed in a (JavaFX)ChartViewer.A mouse listener that can receive event notifications from a (JavaFX)ChartViewerinstance.Handles mouse move and click events on theChartCanvasby dispatchingChartMouseEventFXevents to listeners that are registered with theChartCanvas(listeners can also be registered with aChartViewercontrol).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).Handles panning of charts on aChartCanvas.Handles scroll events (mouse wheel etc) on aChartCanvas.Handles the updating of tooltips on aChartCanvas.Handles drag zooming of charts on aChartCanvas.