Module org.jfree.chart.fx
Package org.jfree.chart.fx.interaction
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components.-
Interface Summary Interface 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). -
Class Summary Class Description AbstractMouseHandlerFX A base class that can be used to implement theMouseHandlerFXinterface.AnchorHandlerFX Handles mouse clicks on theChartCanvasby updating the anchor and redrawing the chart.ChartMouseEventFX A mouse event for a chart that is displayed in a (JavaFX)ChartViewer.DispatchHandlerFX Handles mouse move and click events on theChartCanvasby dispatchingChartMouseEventFXevents to listeners that are registered with theChartCanvas(listeners can also be registered with aChartViewercontrol).PanHandlerFX Handles panning of charts on aChartCanvas.ScrollHandlerFX Handles scroll events (mouse wheel etc) on aChartCanvas.TooltipHandlerFX Handles the updating of tooltips on aChartCanvas.ZoomHandlerFX Handles drag zooming of charts on aChartCanvas.