Package | Description |
---|---|
org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
Modifier and Type | Class and Description |
---|---|
class |
AnchorHandlerFX
Handles mouse clicks on the
ChartCanvas by updating the anchor and
redrawing the chart. |
class |
DispatchHandlerFX
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). |
class |
PanHandlerFX
Handles panning of charts on a
ChartCanvas . |
class |
ScrollHandlerFX
Handles scroll events (mouse wheel etc) on a
ChartCanvas . |
class |
TooltipHandlerFX
Handles the updating of tooltips on a
ChartCanvas . |
class |
ZoomHandlerFX
Handles drag zooming of charts on a
ChartCanvas . |