Uses of Interface
org.jfree.chart.fx.interaction.MouseHandlerFX
Packages that use MouseHandlerFX
Package
Description
Contains the key classes
ChartViewer and
ChartCanvas.Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components.-
Uses of MouseHandlerFX in org.jfree.chart.fx
Methods in org.jfree.chart.fx that return MouseHandlerFXModifier and TypeMethodDescriptionChartCanvas.getMouseHandler(String id) Returns the mouse handler with the specified ID, ornullif there is no handler with that ID.Methods in org.jfree.chart.fx with parameters of type MouseHandlerFXModifier and TypeMethodDescriptionvoidChartCanvas.addAuxiliaryMouseHandler(MouseHandlerFX handler) Adds a handler to the list of auxiliary handlers.voidChartCanvas.addMouseHandler(MouseHandlerFX handler) Adds a mouse handler to the list of available handlers (handlers that are candidates to take the position of live handler).voidChartCanvas.removeAuxiliaryMouseHandler(MouseHandlerFX handler) Removes a handler from the list of auxiliary handlers.voidChartCanvas.removeMouseHandler(MouseHandlerFX handler) Removes a handler from the list of available handlers. -
Uses of MouseHandlerFX in org.jfree.chart.fx.interaction
Classes in org.jfree.chart.fx.interaction that implement MouseHandlerFXModifier and TypeClassDescriptionclassA base class that can be used to implement theMouseHandlerFXinterface.classHandles mouse clicks on theChartCanvasby updating the anchor and redrawing the chart.classHandles mouse move and click events on theChartCanvasby dispatchingChartMouseEventFXevents to listeners that are registered with theChartCanvas(listeners can also be registered with aChartViewercontrol).classHandles panning of charts on aChartCanvas.classHandles scroll events (mouse wheel etc) on aChartCanvas.classHandles the updating of tooltips on aChartCanvas.classHandles drag zooming of charts on aChartCanvas.