Index

C D F G I L M O S U Z 
All Classes and Interfaces|All Packages|Serialized Form

C

Chart3DCanvas - Class in org.jfree.chart3d.fx
A canvas node for displaying a Chart3D in JavaFX.
Chart3DCanvas(Chart3D) - Constructor for class org.jfree.chart3d.fx.Chart3DCanvas
Creates a new canvas to display the supplied chart in JavaFX.
Chart3DViewer - Class in org.jfree.chart3d.fx
A control for displaying a Chart3D in JavaFX.
Chart3DViewer(Chart3D) - Constructor for class org.jfree.chart3d.fx.Chart3DViewer
Creates a new viewer to display the supplied chart in JavaFX.
Chart3DViewer(Chart3D, boolean) - Constructor for class org.jfree.chart3d.fx.Chart3DViewer
Creates a new viewer instance.
chartChanged(Chart3DChangeEvent) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Redraws the chart whenever a chart change event is received.

D

draw() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Draws the content of the canvas and updates the renderingInfo attribute with the latest rendering information.

F

FXChart3DMouseEvent - Class in org.jfree.chart3d.fx.interaction
A chart mouse event for the Chart3DViewer component.
FXChart3DMouseEvent(Object, EventType<? extends Event>, RenderedElement, MouseEvent) - Constructor for class org.jfree.chart3d.fx.interaction.FXChart3DMouseEvent
Creates a new event.

G

getCanvas() - Method in class org.jfree.chart3d.fx.Chart3DViewer
Returns the canvas used within this control to display the chart.
getChart() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the chart that is being displayed by this node.
getChart() - Method in class org.jfree.chart3d.fx.Chart3DViewer
Returns the chart that is being displayed by this node.
getElement() - Method in class org.jfree.chart3d.fx.interaction.FXChart3DMouseEvent
Returns the chart element under the mouse pointer.
getMargin() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the margin that is used when zooming to fit.
getMaxViewingDistanceMultiplier() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the multiplier used to calculate the maximum permitted distance between the viewing point and the origin.
getMinViewingDistance() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the minimum distance between the viewing point and the origin.
getPanIncrement() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the increment for panning left and right.
getRenderingInfo() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the rendering info from the most recent drawing of the chart.
getRotateIncrement() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the increment for rotating up and down.
getTrigger() - Method in class org.jfree.chart3d.fx.interaction.FXChart3DMouseEvent
Returns the mouse event that triggered this event.
getZoomMultiplier() - Method in class org.jfree.chart3d.fx.Chart3DViewer
Returns the multiplier used for the zoom in and out options in the context menu.

I

isResizable() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Return true to indicate the canvas is resizable.
isRotateViewEnabled() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns a flag that controls whether rotation by mouse dragging is enabled.
isTooltipEnabled() - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Returns the flag that controls whether tooltips are enabled.

L

layoutChildren() - Method in class org.jfree.chart3d.fx.Chart3DViewer
Called by the JavaFX layout mechanism, this method aligns the underlying chart canvas with the bounds of the viewer.

M

MOUSE_CLICKED - Static variable in class org.jfree.chart3d.fx.interaction.FXChart3DMouseEvent
Mouse clicked event type.
MOUSE_MOVED - Static variable in class org.jfree.chart3d.fx.interaction.FXChart3DMouseEvent
Mouse moved event type.

O

org.jfree.chart3d.fx - module org.jfree.chart3d.fx
Orson Charts FX extends Orson Charts to provide support for JavaFX.
org.jfree.chart3d.fx - package org.jfree.chart3d.fx
Custom viewing component (and support classes) for JavaFX.
org.jfree.chart3d.fx.interaction - package org.jfree.chart3d.fx.interaction
Interaction classes that are specific to JavaFX.

S

setChart(Chart3D) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the chart to be displayed by this node.
setChart(Chart3D) - Method in class org.jfree.chart3d.fx.Chart3DViewer
Sets the chart to be displayed by this node.
setMargin(double) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the margin (note that this will not have an immediate effect, it will only be applied on the next call to Chart3DCanvas.zoomToFit(double, double)).
setMaxViewingDistanceMultiplier(double) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the multiplier used to calculate the maximum viewing distance.
setMinViewingDistance(double) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the minimum between the viewing point and the origin.
setPanIncrement(double) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the increment for panning left and right (an angle measured in radians).
setRotateIncrement(double) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the increment for rotating up and down (an angle measured in radians).
setRotateViewEnabled(boolean) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the flag that controls whether rotation by mouse dragging is enabled.
setTooltipEnabled(boolean) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Sets the flag that controls whether tooltips are enabled.
setZoomMultiplier(double) - Method in class org.jfree.chart3d.fx.Chart3DViewer
Sets the zoom multiplier used for the zoom in and out options in the context menu.

U

updateTooltip(MouseEvent) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Updates the tooltip.

Z

zoomToFit(double, double) - Method in class org.jfree.chart3d.fx.Chart3DCanvas
Adjusts the viewing distance so that the chart fits the specified size.
C D F G I L M O S U Z 
All Classes and Interfaces|All Packages|Serialized Form