| Package | Description |
|---|---|
| org.jfree.chart.fx |
Contains the key classes
ChartViewer and
ChartCanvas. |
| org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
| org.jfree.chart.fx.overlay |
Contains classes that implement overlay functionality.
|
| Modifier and Type | Method and Description |
|---|---|
ChartCanvas |
ChartViewer.getCanvas()
Returns the
ChartCanvas embedded in this component. |
| Modifier and Type | Method and Description |
|---|---|
void |
MouseHandlerFX.handleMouseClicked(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse clicked event.
|
void |
DispatchHandlerFX.handleMouseClicked(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse clicked event by setting the anchor point for the
canvas and redrawing the chart (the anchor point is a reference point
used by the chart to determine crosshair lines).
|
void |
AnchorHandlerFX.handleMouseClicked(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse clicked event by setting the anchor point for the
canvas and redrawing the chart (the anchor point is a reference point
used by the chart to determine crosshair lines).
|
void |
AbstractMouseHandlerFX.handleMouseClicked(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse clicked event.
|
void |
ZoomHandlerFX.handleMouseDragged(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse dragged event by updating the zoom rectangle displayed
in the ChartViewer.
|
void |
PanHandlerFX.handleMouseDragged(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse dragged event by calculating the distance panned and
updating the axes accordingly.
|
void |
MouseHandlerFX.handleMouseDragged(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse dragged event.
|
void |
AbstractMouseHandlerFX.handleMouseDragged(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse dragged event.
|
void |
TooltipHandlerFX.handleMouseMoved(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse moved event by updating the tooltip.
|
void |
MouseHandlerFX.handleMouseMoved(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse moved event.
|
void |
DispatchHandlerFX.handleMouseMoved(ChartCanvas canvas,
javafx.scene.input.MouseEvent e) |
void |
AbstractMouseHandlerFX.handleMouseMoved(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse moved event.
|
void |
ZoomHandlerFX.handleMousePressed(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse pressed event by recording the initial mouse pointer
location.
|
void |
PanHandlerFX.handleMousePressed(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse pressed event by recording the initial mouse pointer
location.
|
void |
MouseHandlerFX.handleMousePressed(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse pressed event.
|
void |
DispatchHandlerFX.handleMousePressed(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse pressed event by recording the location of the mouse
pointer (so that later we can check that the click isn't part of a
drag).
|
void |
AnchorHandlerFX.handleMousePressed(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse pressed event by recording the location of the mouse
pointer (so that later we can check that the click isn't part of a
drag).
|
void |
AbstractMouseHandlerFX.handleMousePressed(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse pressed event.
|
void |
ZoomHandlerFX.handleMouseReleased(ChartCanvas canvas,
javafx.scene.input.MouseEvent e) |
void |
PanHandlerFX.handleMouseReleased(ChartCanvas canvas,
javafx.scene.input.MouseEvent e) |
void |
MouseHandlerFX.handleMouseReleased(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse released event.
|
void |
AbstractMouseHandlerFX.handleMouseReleased(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse released event.
|
void |
ScrollHandlerFX.handleScroll(ChartCanvas canvas,
javafx.scene.input.ScrollEvent e) |
void |
MouseHandlerFX.handleScroll(ChartCanvas canvas,
javafx.scene.input.ScrollEvent e)
Handles a scroll event.
|
void |
AbstractMouseHandlerFX.handleScroll(ChartCanvas canvas,
javafx.scene.input.ScrollEvent e)
Handles a scroll event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OverlayFX.paintOverlay(Graphics2D g2,
ChartCanvas chartCanvas)
Paints the content of the overlay onto the specified chart canvas.
|
void |
CrosshairOverlayFX.paintOverlay(Graphics2D g2,
ChartCanvas chartCanvas) |
Copyright © 2017 JFree.org. All rights reserved.