- getAnchor() - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the anchor point.
- getCanvas() - Method in class org.jfree.chart.fx.ChartViewer
-
- getChart() - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the chart that is being displayed by this node.
- getChart() - Method in class org.jfree.chart.fx.ChartViewer
-
Returns the chart that is being displayed by this viewer.
- getChart() - Method in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Returns the chart that the mouse event relates to.
- getChartMouseListeners() - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns a (newly created) list containing the listeners currently
registered with the canvas.
- getContextMenu() - Method in class org.jfree.chart.fx.ChartViewer
-
Returns the context menu for this component.
- getEntity() - Method in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Returns the chart entity (if any) under the mouse point.
- getID() - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Returns the ID for the handler.
- getID() - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Returns the ID for the handler.
- getMouseHandler(String) - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the mouse handler with the specified ID, or null if
there is no handler with that ID.
- getRenderingInfo() - Method in class org.jfree.chart.fx.ChartCanvas
-
Returns the rendering info from the most recent drawing of the chart.
- getRenderingInfo() - Method in class org.jfree.chart.fx.ChartViewer
-
Returns the rendering info from the most recent drawing of the chart.
- getTrigger() - Method in class org.jfree.chart.fx.interaction.ChartMouseEventFX
-
Returns the mouse event that triggered this event.
- getZoomFactor() - Method in class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
Returns the zoom factor.
- getZoomFillPaint() - Method in class org.jfree.chart.fx.ChartViewer
-
Returns the current fill paint for the zoom rectangle.
- handleMouseClicked(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Handles a mouse clicked event.
- handleMouseClicked(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AnchorHandlerFX
-
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).
- handleMouseClicked(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.DispatchHandlerFX
-
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).
- handleMouseClicked(ChartCanvas, MouseEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Handles a mouse clicked event.
- handleMouseDragged(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Handles a mouse dragged event.
- handleMouseDragged(ChartCanvas, MouseEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Handles a mouse dragged event.
- handleMouseDragged(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.PanHandlerFX
-
Handles a mouse dragged event by calculating the distance panned and
updating the axes accordingly.
- handleMouseDragged(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.ZoomHandlerFX
-
Handles a mouse dragged event by updating the zoom rectangle displayed
in the ChartViewer.
- handleMouseMoved(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Handles a mouse moved event.
- handleMouseMoved(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.DispatchHandlerFX
-
- handleMouseMoved(ChartCanvas, MouseEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Handles a mouse moved event.
- handleMouseMoved(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.TooltipHandlerFX
-
Handles a mouse moved event by updating the tooltip.
- handleMousePressed(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Handles a mouse pressed event.
- handleMousePressed(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AnchorHandlerFX
-
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).
- handleMousePressed(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.DispatchHandlerFX
-
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).
- handleMousePressed(ChartCanvas, MouseEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Handles a mouse pressed event.
- handleMousePressed(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.PanHandlerFX
-
Handles a mouse pressed event by recording the initial mouse pointer
location.
- handleMousePressed(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.ZoomHandlerFX
-
Handles a mouse pressed event by recording the initial mouse pointer
location.
- handleMouseReleased(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Handles a mouse released event.
- handleMouseReleased(ChartCanvas, MouseEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Handles a mouse released event.
- handleMouseReleased(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.PanHandlerFX
-
- handleMouseReleased(ChartCanvas, MouseEvent) - Method in class org.jfree.chart.fx.interaction.ZoomHandlerFX
-
- handleScroll(ScrollEvent) - Method in class org.jfree.chart.fx.ChartCanvas
-
Handles a scroll event by passing it on to the registered handlers.
- handleScroll(ChartCanvas, ScrollEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Handles a scroll event.
- handleScroll(ChartCanvas, ScrollEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Handles a scroll event.
- handleScroll(ChartCanvas, ScrollEvent) - Method in class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
- hasMatchingModifiers(MouseEvent) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Returns true if the specified mouse event has modifier
keys that match this handler.
- hasMatchingModifiers(MouseEvent) - Method in interface org.jfree.chart.fx.interaction.MouseHandlerFX
-
Returns true if the specified mouse event has modifier
keys that match this handler.
- hideZoomRectangle() - Method in class org.jfree.chart.fx.ChartViewer
-
Hides the zoom rectangle.
- ScrollHandlerFX - Class in org.jfree.chart.fx.interaction
-
Handles scroll events (mouse wheel etc) on a
ChartCanvas.
- ScrollHandlerFX(String) - Constructor for class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
Creates a new instance with the specified ID.
- setAnchor(Point2D) - Method in class org.jfree.chart.fx.ChartCanvas
-
Set the anchor point and forces a redraw of the chart (the anchor point
is used to determine the position of the crosshairs on the chart, if
they are visible).
- setChart(JFreeChart) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the chart to be displayed by this node.
- setChart(JFreeChart) - Method in class org.jfree.chart.fx.ChartViewer
-
Sets the chart to be displayed by this viewer.
- setDomainZoomable(boolean) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the flag that controls whether or not domain axis zooming is
enabled.
- setEnabled(boolean) - Method in class org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
-
Sets the flag that controls the enabled/disabled state of the handler.
- setRangeZoomable(boolean) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the flag that controls whether or not range axis zooming is
enabled.
- setTooltip(String, double, double) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the tooltip text, with the (x, y) location being used for the
anchor.
- setTooltipEnabled(boolean) - Method in class org.jfree.chart.fx.ChartCanvas
-
Sets the flag that controls whether or not tooltips are enabled.
- setZoomFactor(double) - Method in class org.jfree.chart.fx.interaction.ScrollHandlerFX
-
Sets the zoom factor (a percentage amount by which the mouse wheel
movement will change the chart size).
- setZoomFillPaint(Paint) - Method in class org.jfree.chart.fx.ChartViewer
-
Sets the fill paint for the zoom rectangle.
- showZoomRectangle(double, double, double, double) - Method in class org.jfree.chart.fx.ChartViewer
-
Sets the size and location of the zoom rectangle and makes it visible
if it wasn't already visible..