Uses of Class
org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
| Package | Description |
|---|---|
| org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
-
Uses of AbstractMouseHandlerFX in org.jfree.chart.fx.interaction
Subclasses of AbstractMouseHandlerFX in org.jfree.chart.fx.interaction Modifier and Type Class Description classAnchorHandlerFXHandles mouse clicks on theChartCanvasby updating the anchor and redrawing the chart.classDispatchHandlerFXHandles mouse move and click events on theChartCanvasby dispatchingChartMouseEventFXevents to listeners that are registered with theChartCanvas(listeners can also be registered with aChartViewercontrol).classPanHandlerFXHandles panning of charts on aChartCanvas.classScrollHandlerFXHandles scroll events (mouse wheel etc) on aChartCanvas.classTooltipHandlerFXHandles the updating of tooltips on aChartCanvas.classZoomHandlerFXHandles drag zooming of charts on aChartCanvas.