Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAxis3D - Class in org.jfree.chart3d.axis
-
A base class that can be used to create an
Axis3D
implementation. - AbstractAxis3D(String) - Constructor for class org.jfree.chart3d.axis.AbstractAxis3D
-
Creates a new label with the specified label.
- AbstractCategoryRenderer3D - Class in org.jfree.chart3d.renderer.category
-
A base class that can be used to implement renderers for a
CategoryPlot3D
. - AbstractCategoryRenderer3D() - Constructor for class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Default constructor.
- AbstractColorScale - Class in org.jfree.chart3d.renderer
-
An abstract class from which a
ColorScale
implementation can be derived. - AbstractColorScale(Range) - Constructor for class org.jfree.chart3d.renderer.AbstractColorScale
-
Creates a new color scale for the specified data value range.
- AbstractDataset3D - Class in org.jfree.chart3d.data
-
A base class that can be used to create new dataset classes.
- AbstractDataset3D() - Constructor for class org.jfree.chart3d.data.AbstractDataset3D
-
Default constructor - allocates storage for listeners that can be registered with the dataset.
- AbstractMarker - Class in org.jfree.chart3d.marker
-
A base class for implementing markers (includes the event notification mechanism).
- AbstractPlot3D - Class in org.jfree.chart3d.plot
-
A base class that can be used to create classes that implement
Plot3D
. - AbstractPlot3D() - Constructor for class org.jfree.chart3d.plot.AbstractPlot3D
-
Default constructor.
- AbstractRenderer3D - Class in org.jfree.chart3d.renderer
-
A base class for 3D renderers.
- AbstractRenderer3D() - Constructor for class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Default constructor.
- AbstractTableElement - Class in org.jfree.chart3d.table
-
A base class that can be used to implement a
TableElement
. - AbstractTableElement() - Constructor for class org.jfree.chart3d.table.AbstractTableElement
-
Creates a new instance.
- AbstractValueAxis3D - Class in org.jfree.chart3d.axis
-
A base class for implementing numerical axes.
- AbstractValueAxis3D(String, Range) - Constructor for class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Creates a new axis instance.
- AbstractXYZRenderer - Class in org.jfree.chart3d.renderer.xyz
-
An abstract base class that can be used to create new
XYZRenderer
subclasses. - AbstractXYZRenderer() - Constructor for class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Creates a new default instance.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.DownAction
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ExportToJPEGAction
-
Writes the content of the panel to a PNG image, using Java's ImageIO.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ExportToPDFAction
-
Writes the content of the panel to a PDF file, using Orson PDF.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ExportToPNGAction
-
Writes the content of the panel to a PNG image, using Java's ImageIO.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ExportToSVGAction
-
Writes the content of the panel to an SVG file, using JFreeSVG.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.LeftAction
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.RightAction
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.RollLeftAction
-
Rotates the orientation of the view point and repaints the panel.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.RollRightAction
-
Rotates the orientation of the view point and repaints the panel.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.UpAction
-
Performs the rotate up action.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ZoomInAction
-
Performs the zoom in action.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ZoomOutAction
-
Performs the zoom out action.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart3d.graphics3d.swing.ZoomToFitAction
-
Performs the zoom to fit action.
- add(double, double, double) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Adds a new data item to the series and sends a
Series3DChangeEvent
to all registered listeners. - add(String, Object3D) - Method in class org.jfree.chart3d.graphics3d.World
-
Adds an object to a specific partition.
- add(K, double) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Adds a value to the dataset (if there is already a value with the given key, the value is overwritten) and sends a
Dataset3DChangeEvent
to all registered listeners. - add(K, Number) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Adds a value to the dataset (if there is already a value with the given key, the value is overwritten) and sends a
Dataset3DChangeEvent
to all registered listeners. - add(KeyedValues3DItemKey) - Method in class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
-
Adds an item to the selection, returning
true
if the item is added andfalse
if the item already existed in the selection. - add(XYZDataItem) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Adds a new data item to the series and sends a
Series3DChangeEvent
to all registered listeners. - add(XYZItemKey) - Method in class org.jfree.chart3d.interaction.StandardXYZDataItemSelection
-
Adds an item to the selection, returns
true
if the item was added andfalse
if it already existed in the selection. - add(XYZSeries<S>) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Adds a series to the collection (note that the series key must be unique within the collection).
- add(Object3D) - Method in class org.jfree.chart3d.graphics3d.World
-
Adds an object to the world in the default partition.
- addAll(Collection<? extends KeyedValues3DItemKey>) - Method in class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
-
Adds a collection of items to the selection, returning
true
if the selection is changed, andfalse
if no changes were made. - addAll(Collection<XYZItemKey>) - Method in class org.jfree.chart3d.interaction.StandardXYZDataItemSelection
-
Adds all the items from the specified collection, returning
true
if the selection is updated orfalse
if all the supplied keys are already present in the selection. - addAll(Collection<Object3D>) - Method in class org.jfree.chart3d.graphics3d.World
-
Adds a collection of objects to the world (in the default partition).
- addChangeListener(Axis3DChangeListener) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Registers a listener so that it will receive axis change events.
- addChangeListener(Axis3DChangeListener) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Registers a listener so that it receives notification of changes to the axis.
- addChangeListener(Chart3DChangeListener) - Method in class org.jfree.chart3d.Chart3D
-
Registers a listener to receive notification of changes to the chart.
- addChangeListener(Dataset3DChangeListener) - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Registers an object to receive notification of changes to the dataset.
- addChangeListener(Dataset3DChangeListener) - Method in interface org.jfree.chart3d.data.Dataset3D
-
Registers a change listener to receive notification of changes to the dataset.
- addChangeListener(Series3DChangeListener) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Registers an object with this series, to receive notification whenever the series changes.
- addChangeListener(MarkerChangeListener) - Method in class org.jfree.chart3d.marker.AbstractMarker
-
Registers a listener to receive notification of changes to the marker.
- addChangeListener(MarkerChangeListener) - Method in interface org.jfree.chart3d.marker.Marker
-
Registers a listener to receive notification of changes to the marker.
- addChangeListener(Plot3DChangeListener) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Registers an object for notification of changes to the plot.
- addChangeListener(Plot3DChangeListener) - Method in interface org.jfree.chart3d.plot.Plot3D
-
Registers a listener to receive notification of changes to the plot.
- addChangeListener(Renderer3DChangeListener) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Registers an object for notification of changes to the renderer.
- addChangeListener(Renderer3DChangeListener) - Method in interface org.jfree.chart3d.renderer.Renderer3D
-
Registers a listener to receive notification of changes to the renderer.
- addChangeListener(ChartStyleChangeListener) - Method in interface org.jfree.chart3d.style.ChartStyle
-
Registers a listener to receive notification of changes to the chart style.
- addChangeListener(ChartStyleChangeListener) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Registers a listener to receive notification of changes to the chart.
- addChartMouseListener(Chart3DMouseListener) - Method in class org.jfree.chart3d.Chart3DPanel
-
Adds a listener to the list of objects listening for chart mouse events.
- addDoubleSidedFace(int[]) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Adds a double-sided face for the given vertices (specified by index value) and color.
- addElement(RenderedElement) - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Adds a rendered element to the rendering info.
- addElement(TableElement) - Method in interface org.jfree.chart3d.table.ContainerElement
-
Adds a sub-element to the container element.
- addElement(TableElement) - Method in class org.jfree.chart3d.table.FlowElement
-
Adds a sub-element to the list.
- addElement(TableElement) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Adds a sub-element to the list.
- addFace(int[]) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Adds a face for the given vertices (specified by index value).
- addFace(int[], String) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Adds a tagged face for the given vertices (specified by index value).
- addFace(Face) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Adds a face for this object.
- addOffsetElement(RenderedElement) - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Adds a rendered element to the list of offset elements.
- addSeriesAsRow(S, KeyedValues<C, ? extends Number>) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Adds a data series as a single row in the dataset.
- addSeriesAsRow(S, R, KeyedValues<C, ? extends Number>) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Adds a data series as a single row in the dataset.
- addValue(Number, S, R, C) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Adds a value for a series at the specified cell (referenced by row key and column key).
- addVertex(double, double, double) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Adds a new object vertex with the specified coordinates.
- addVertex(Point3D) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Adds a new object vertex.
- adjustedDataRange(Range) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Adjusts the range by adding the lower and upper margins and taking into account any other settings.
- adjustedDataRange(Range) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Adjusts the range by adding the lower and upper margins on the logarithmic range.
- adjustedDataRange(Range) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Adjusts the range by adding the lower and upper margins and taking into account also the
autoRangeStickyZero
flag. - afterDraw(TableElement, Graphics2D, Rectangle2D) - Method in interface org.jfree.chart3d.table.TableElementOnDraw
-
A callback method that is called after an element is drawn.
- ALL - Enum constant in enum class org.jfree.chart3d.renderer.ComposeType
-
Compose all items at once.
- ALL_HUES - Static variable in class org.jfree.chart3d.renderer.RainbowScale
-
A range to include all hues.
- Anchor2D - Class in org.jfree.chart3d.graphics2d
-
Represents an anchor point for a chart title and/or legend.
- Anchor2D() - Constructor for class org.jfree.chart3d.graphics2d.Anchor2D
-
Creates a default instance.
- Anchor2D(RefPt2D) - Constructor for class org.jfree.chart3d.graphics2d.Anchor2D
-
Creates a new
Anchor2D
instance with the specified reference point and offsets of(4.0, 4.0)
. - Anchor2D(RefPt2D, Offset2D) - Constructor for class org.jfree.chart3d.graphics2d.Anchor2D
-
Creates a new anchor.
- applyRotation(double, double, double) - Method in class org.jfree.chart3d.graphics3d.Rotate3D
-
Creates an returns a new point that is the rotation of the point
(x, y, z)
about the axis that was specified via the constructor. - applyRotation(double, double, double, double[]) - Method in class org.jfree.chart3d.graphics3d.Rotate3D
-
Returns the coordinates of a point that is the rotation of the point
(x, y, z)
about the axis that was specified via the constructor. - applyRotation(Point3D) - Method in class org.jfree.chart3d.graphics3d.Rotate3D
-
Creates and returns a new point that is the rotation of
p
about the axis that was specified via the constructor. - AreaRenderer3D - Class in org.jfree.chart3d.renderer.category
-
A renderer for creating 3D area charts from data in a
CategoryDataset3D
(for use with aCategoryPlot3D
). - AreaRenderer3D() - Constructor for class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Default constructor.
- autoAdjustDimensions - Variable in class org.jfree.chart3d.plot.AbstractPlot3D
-
A flag that controls whether or not the plot dimensions (in the 3D model) are adjusted automatically.
- AXIS_LABEL - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
An axis label (the main label for an axis, not a tick label).
- Axis3D - Interface in org.jfree.chart3d.axis
-
An interface that must be supported by axes for 3D plots.
- Axis3DChangeEvent - Class in org.jfree.chart3d.axis
-
An event associated with a change to an
Axis3D
. - Axis3DChangeEvent(Object, Axis3D, boolean) - Constructor for class org.jfree.chart3d.axis.Axis3DChangeEvent
-
Creates a new event.
- Axis3DChangeEvent(Axis3D, boolean) - Constructor for class org.jfree.chart3d.axis.Axis3DChangeEvent
-
Creates a new event.
- Axis3DChangeListener - Interface in org.jfree.chart3d.axis
-
A listener for axis change events.
- axisChanged(Axis3DChangeEvent) - Method in interface org.jfree.chart3d.axis.Axis3DChangeListener
-
Called to inform that an axis change event has occurred.
- axisChanged(Axis3DChangeEvent) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Receives notification that one of the axes has been changed.
- axisChanged(Axis3DChangeEvent) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Receives notification that one of the plot's axes has changed, and responds by passing on a
Plot3DChangeEvent
to the plot's registered listeners (with the default set-up, this notifies the chart). - axisStr() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns a string representing the configured type of the axis ("row", "column", "value", "x", "y" or "z" - other values may be possible in the future).
- axisStr() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns a string representing the configured type of the axis.
- axisStr() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns "row" if the axis has been configured as a row axis, "column" if the axis has been configured as a column axis, and the empty string ("") if the axis has not yet been configured.
B
- BAND - Enum constant in enum class org.jfree.chart3d.marker.CategoryMarkerType
-
The marker is represented as a band covering the category width.
- BarRenderer3D - Class in org.jfree.chart3d.renderer.category
-
A renderer for creating 3D bar charts from a
CategoryDataset3D
(for use with aCategoryPlot3D
). - BarRenderer3D() - Constructor for class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Creates a new renderer with default attribute values.
- BarXYZRenderer - Class in org.jfree.chart3d.renderer.xyz
-
A renderer that draws 3D bars on an
XYZPlot
using data from anXYZDataset
. - BarXYZRenderer() - Constructor for class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Creates a new default instance.
- BASELINE_CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Baseline/center.
- BASELINE_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Baseline/left.
- BASELINE_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Baseline/right.
- beforeDraw(TableElement, Graphics2D, Rectangle2D) - Method in interface org.jfree.chart3d.table.TableElementOnDraw
-
A callback method that is called before an element is drawn.
- BLUE_TO_RED_RANGE - Static variable in class org.jfree.chart3d.renderer.RainbowScale
-
A hue subrange that restricts colors to the blue to red range.
- BOTTOM - Enum constant in enum class org.jfree.chart3d.table.VAlign
-
Bottom.
- BOTTOM_CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The middle of a rectangle at the bottom.
- BOTTOM_CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Bottom/center.
- BOTTOM_CENTER - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the bottom center with zero offset from the target rectangle bounds.
- BOTTOM_CENTER - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the bottom-center of the chart area.
- BOTTOM_CENTER - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the bottom-center of the chart area.
- BOTTOM_CENTER_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the bottom center of a target rectangle, without resizing it.
- BOTTOM_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The bottom-left corner of a rectangle.
- BOTTOM_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Bottom/left.
- BOTTOM_LEFT - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the bottom left with zero offset from the target rectangle bounds.
- BOTTOM_LEFT - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the bottom-left of the chart area.
- BOTTOM_LEFT - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the bottom-left of the chart area.
- BOTTOM_LEFT_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the bottom left of a target rectangle, without resizing it.
- BOTTOM_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The bottom-right corner of a rectangle.
- BOTTOM_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Bottom/right.
- BOTTOM_RIGHT - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the bottom right with zero offset from the target rectangle bounds.
- BOTTOM_RIGHT - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the bottom-right of the chart area.
- BOTTOM_RIGHT - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the bottom-right of the chart area.
- BOTTOM_RIGHT_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the bottom right of a target rectangle, without resizing it.
- BOUNDS - Static variable in class org.jfree.chart3d.graphics3d.RenderedElement
-
A key for the 'bounds' property (the value is a
Shape
).
C
- calcRollAngle() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the roll angle (orientation) for the view point.
- calculateAverageZValue(Point3D[]) - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns the average z-value.
- calculateEyeCoordinates(ViewPoint3D) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the eye coordinates of the object's vertices.
- calculateEyeCoordinates(ViewPoint3D) - Method in class org.jfree.chart3d.graphics3d.World
-
Returns an array containing the vertices for all objects in this world, transformed to eye coordinates.
- calculateLog(double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Calculates the log of the given
value
, using the current base. - calculateNormal(Point3D[]) - Method in class org.jfree.chart3d.graphics3d.Face
-
Calculates the normal vector for this face.
- calculateProjectedPoints(ViewPoint3D, double) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Calculates the projected points for the object's vertices, for the given viewpoint.
- calculateProjectedPoints(ViewPoint3D, double) - Method in class org.jfree.chart3d.graphics3d.World
-
Calculates the projected points in 2D-space for all the vertices of the objects in the world.
- calculateValue(double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Calculates the value from a given log value.
- CATEGORY_AXIS_TICK_LABEL - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
A category axis tick label.
- CategoryAxis3D - Interface in org.jfree.chart3d.axis
-
An axis that displays categories and is used with a
CategoryPlot3D
for the row and column axes. - CategoryColorSource - Interface in org.jfree.chart3d.renderer.category
-
A color source that can supply the colors for category plots.
- CategoryDataset3D<S,
R, - Interface in org.jfree.chart3d.data.categoryC> -
An interface for a dataset with multiple series of data in the form of
(rowKey, columnKey, value)
. - CategoryItemLabelGenerator - Interface in org.jfree.chart3d.label
-
An item label generator for category charts (this is used for tooltips and data item labels).
- CategoryLabelGenerator<S,
R, - Interface in org.jfree.chart3d.labelC> -
A label generator for category charts, used to create labels for the axes and for the chart legend.
- CategoryMarker - Class in org.jfree.chart3d.marker
-
A marker for a category on a
CategoryAxis3D
. - CategoryMarker(Comparable<?>) - Constructor for class org.jfree.chart3d.marker.CategoryMarker
-
Creates a marker for the specified category.
- CategoryMarkerType - Enum Class in org.jfree.chart3d.marker
-
An enumeration of the different types of
CategoryMarker
. - CategoryPlot3D - Class in org.jfree.chart3d.plot
-
A 3D plot with two category axes (x and z) and a numerical y-axis that can display data from a
CategoryDataset3D
. - CategoryPlot3D(CategoryDataset3D, CategoryRenderer3D, CategoryAxis3D, CategoryAxis3D, ValueAxis3D) - Constructor for class org.jfree.chart3d.plot.CategoryPlot3D
-
Creates a new plot with the supplied dataset, renderer and axes.
- CategoryRenderer3D - Interface in org.jfree.chart3d.renderer.category
-
Defines the methods that all renderers must support to work with a
CategoryPlot3D
. - CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The center of a rectangle.
- CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Middle/center.
- CENTER - Enum constant in enum class org.jfree.chart3d.table.HAlign
-
Center alignment.
- CENTER - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the center of the target rectangle.
- CENTER - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the center of the chart area (provided for completeness, you wouldn't normally anchor a chart title at the center).
- CENTER_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The middle of a rectangle at the left side.
- CENTER_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Middle/left.
- CENTER_LEFT - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the center left with zero offset from the target rectangle bounds.
- CENTER_LEFT - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the center-left of the chart area.
- CENTER_LEFT - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the center-left of the chart area.
- CENTER_LEFT_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the center left of a target rectangle, without resizing it.
- CENTER_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Aligns a source rectangle to the center of a target rectangle, without resizing it.
- CENTER_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The middle of a rectangle at the right side.
- CENTER_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Middle/right.
- CENTER_RIGHT - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the center right with zero offset from the target rectangle bounds.
- CENTER_RIGHT - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the center-right of the chart area.
- CENTER_RIGHT - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the center-right of the chart area.
- CENTER_RIGHT_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the center right of a target rectangle, without resizing it.
- CENTRAL - Enum constant in enum class org.jfree.chart3d.label.ItemLabelPositioning
-
A single label is placed centrally.
- Chart3D - Class in org.jfree.chart3d
-
A chart object for 3D charts (this is the umbrella object that manages all the components of the chart).
- Chart3D(String, String, Plot3D) - Constructor for class org.jfree.chart3d.Chart3D
-
Creates a 3D chart for the specified plot using the default chart style.
- Chart3D(String, String, Plot3D, ChartStyle) - Constructor for class org.jfree.chart3d.Chart3D
-
Creates a 3D chart for the specified plot using the supplied style.
- Chart3DChangeEvent - Class in org.jfree.chart3d
-
An event indicating some change in the attributes of a chart.
- Chart3DChangeEvent(Object, Chart3D) - Constructor for class org.jfree.chart3d.Chart3DChangeEvent
-
Creates a new event.
- Chart3DChangeEvent(Chart3D) - Constructor for class org.jfree.chart3d.Chart3DChangeEvent
-
Creates a new event.
- Chart3DChangeListener - Interface in org.jfree.chart3d
-
An interface for receiving notification of changes to a
Chart3D
instance. - Chart3DFactory - Class in org.jfree.chart3d
-
Utility methods for constructing common chart types.
- Chart3DHints - Class in org.jfree.chart3d
-
Special rendering hints that used internally by Orson Charts to provide links between rendered items and the chart elements that they represent.
- Chart3DHints.Key - Class in org.jfree.chart3d
-
A key for rendering hints that can be used with Orson Charts (in addition to the regular Java2D rendering hints).
- Chart3DMouseEvent - Class in org.jfree.chart3d.interaction
-
A mouse event for a chart that is displayed in a
Chart3DPanel
. - Chart3DMouseEvent(Chart3D, MouseEvent, RenderedElement) - Constructor for class org.jfree.chart3d.interaction.Chart3DMouseEvent
-
Constructs a new event.
- Chart3DMouseListener - Interface in org.jfree.chart3d.interaction
-
The interface that must be implemented by classes that wish to receive
Chart3DMouseEvent
notifications from aChart3DPanel
. - Chart3DPanel - Class in org.jfree.chart3d
-
A panel designed to display a
Chart3D
in a Swing-based desktop application. - Chart3DPanel(Chart3D) - Constructor for class org.jfree.chart3d.Chart3DPanel
-
Creates a new chart panel to display the specified chart.
- chartChanged(Chart3DChangeEvent) - Method in interface org.jfree.chart3d.Chart3DChangeListener
-
Called to inform that a chart change event has occurred.
- chartChanged(Chart3DChangeEvent) - Method in class org.jfree.chart3d.Chart3DPanel
-
Receives notification when the chart has been modified, and responds by completely repainting the panel and chart.
- ChartElement - Interface in org.jfree.chart3d
-
A chart element used to implement the Visitor pattern for applying changes to the chart.
- ChartElementVisitor - Interface in org.jfree.chart3d
-
A visitor for a
ChartElement
. - chartMouseClicked(Chart3DMouseEvent) - Method in interface org.jfree.chart3d.interaction.Chart3DMouseListener
-
Callback method for receiving notification of a mouse click on a chart.
- chartMouseMoved(Chart3DMouseEvent) - Method in interface org.jfree.chart3d.interaction.Chart3DMouseListener
-
Callback method for receiving notification of a mouse movement on a chart.
- ChartStyle - Interface in org.jfree.chart3d.style
-
A chart style provides styling attributes for a chart.
- ChartStyleChangeEvent - Class in org.jfree.chart3d.style
-
An event that signals a change to a
ChartStyle
. - ChartStyleChangeEvent(Object, ChartStyle) - Constructor for class org.jfree.chart3d.style.ChartStyleChangeEvent
-
Creates a new event.
- ChartStyleChangeEvent(ChartStyle) - Constructor for class org.jfree.chart3d.style.ChartStyleChangeEvent
-
Creates a new event.
- ChartStyleChangeListener - Interface in org.jfree.chart3d.style
-
An interface for receiving notification of changes to a
ChartStyle
instance. - ChartStyler - Class in org.jfree.chart3d.style
-
A
ChartElementVisitor
that applies a chart style to the elements of a chart. - ChartStyler(ChartStyle) - Constructor for class org.jfree.chart3d.style.ChartStyler
-
Creates a new instance.
- ChartStyles - Class in org.jfree.chart3d.style
-
Some predefined chart styles.
- ChartStyles() - Constructor for class org.jfree.chart3d.style.ChartStyles
- CLASS - Static variable in interface org.jfree.chart3d.table.TableElement
-
A property key for the class of a table element.
- CLASS_KEY - Static variable in class org.jfree.chart3d.graphics3d.Object3D
-
The key for storing the object class as an optional property for this object.
- clear() - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Clears all the data.
- clear() - Method in class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
-
Clears the item selection (that is, removes all items contained in the selection).
- clear() - Method in class org.jfree.chart3d.interaction.StandardXYZDataItemSelection
-
Clears the selection.
- clear(String) - Method in class org.jfree.chart3d.graphics3d.World
-
Clears any objects belonging to the specified partition.
- clearProperties() - Method in class org.jfree.chart3d.graphics3d.RenderedElement
-
Clears all properties for this element.
- clone() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns a clone of the chart style.
- clone() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns a clone of the chart style (note that the change listeners are not cloned).
- COLOR_PREFIX - Static variable in class org.jfree.chart3d.graphics3d.Object3D
-
A prefix used for setting color properties for an object.
- Colors - Class in org.jfree.chart3d
-
A utility class that creates and returns color swatches that can be used in charts.
- ColorScale - Interface in org.jfree.chart3d.renderer
-
A color scale converts a data value into a color according to some predefined color scale.
- ColorScaleElement - Class in org.jfree.chart3d.legend
-
A
TableElement
that displays aColorScale
. - ColorScaleElement(ColorScale, Orientation, double, double, Font, Color) - Constructor for class org.jfree.chart3d.legend.ColorScaleElement
-
Creates a new
ColorScaleElement
with the specified attributes. - ColorScaleLegendBuilder - Class in org.jfree.chart3d.legend
-
A legend builder that creates a legend representing a
ColorScale
. - ColorScaleLegendBuilder() - Constructor for class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Creates a new instance.
- ColorScaleRenderer - Interface in org.jfree.chart3d.renderer
-
An interface that should be implemented by renderers that use a
ColorScale
- this provides a mechanism for theColorScaleLegendBuilder
to find the color scale. - ColorSource<K> - Interface in org.jfree.chart3d.plot
-
A color source for use by the
PiePlot3D
class. - compareTo(KeyedValues3DItemKey<S, R, C>) - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
- compareTo(XYZItemKey<S>) - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
- componentHidden(ComponentEvent) - Method in class org.jfree.chart3d.Chart3DPanel
- componentMoved(ComponentEvent) - Method in class org.jfree.chart3d.Chart3DPanel
- componentResized(ComponentEvent) - Method in class org.jfree.chart3d.Chart3DPanel
- componentShown(ComponentEvent) - Method in class org.jfree.chart3d.Chart3DPanel
- compose(World, double, double, double) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
- compose(World, double, double, double) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Adds 3D objects representing the current data for the plot to the specified world.
- compose(World, double, double, double) - Method in interface org.jfree.chart3d.plot.Plot3D
-
Adds 3D objects representing the current data for the plot to the specified world.
- compose(World, double, double, double) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Adds 3D objects representing the current data for the plot to the specified world.
- composeAll(XYZPlot, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Adds objects to the
world
to represent all the data items that this renderer is responsible for. - composeAll(XYZPlot, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Composes the entire representation of the function in the supplied
world
. - composeAll(XYZPlot, World, Dimension3D, double, double, double) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Composes all the 3D objects that this renderer needs to present.
- composeItem(double, double, CategoryDataset3D, int, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Performs the actual work of composing a bar to represent one item in the dataset.
- composeItem(CategoryDataset3D, int, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Constructs and places one item from the specified dataset into the given world.
- composeItem(CategoryDataset3D, int, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Constructs and places one item from the specified dataset into the given world.
- composeItem(CategoryDataset3D, int, int, int, World, Dimension3D, double, double, double) - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Constructs and places one item from the specified dataset into the given world.
- composeItem(CategoryDataset3D, int, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Constructs and places one item from the specified dataset into the given world.
- composeItem(CategoryDataset3D, int, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.category.StackedBarRenderer3D
-
Constructs and places one item from the specified dataset into the given world.
- composeItem(XYZDataset, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Adds a single bar representing one item from the dataset.
- composeItem(XYZDataset, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.xyz.LineXYZRenderer
-
Adds a single line representing one item from the dataset.
- composeItem(XYZDataset, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Constructs and places one item from the specified dataset into the given world.
- composeItem(XYZDataset, int, int, World, Dimension3D, double, double, double) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Throws an
UnsupportedOperationException
because this renderer does not support per-item rendering. - composeItem(XYZDataset, int, int, World, Dimension3D, double, double, double) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Constructs and places one item from the specified dataset into the given world.
- ComposeType - Enum Class in org.jfree.chart3d.renderer
-
An enumeration of the different methods used by renderers for composing the items in a chart.
- configureAsColumnAxis(CategoryPlot3D) - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Configure the axis as a column axis for the specified plot.
- configureAsColumnAxis(CategoryPlot3D) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Configures the axis to be used as a column axis for the specified plot.
- configureAsRowAxis(CategoryPlot3D) - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Configure the axis as a row axis for the specified plot.
- configureAsRowAxis(CategoryPlot3D) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Configures the axis to be used as a row axis for the specified plot.
- configureAsValueAxis(CategoryPlot3D) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Configures the axis to be used as the value axis for the specified plot.
- configureAsValueAxis(CategoryPlot3D) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Configure the axis as a value axis for the specified plot.
- configureAsXAxis(XYZPlot) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Configures the axis to be used as the x-axis for the specified plot.
- configureAsXAxis(XYZPlot) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Configure the axis as an x-axis for the specified plot.
- configureAsYAxis(XYZPlot) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Configures the axis to be used as the y-axis for the specified plot.
- configureAsYAxis(XYZPlot) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Configure the axis as a y-axis for the specified plot.
- configureAsZAxis(XYZPlot) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Configures the axis to be used as the z-axis for the specified plot.
- configureAsZAxis(XYZPlot) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Configure the axis as an z-axis for the specified plot.
- ContainerElement - Interface in org.jfree.chart3d.table
-
A
TableElement
that contains other elements (provides theaddElement()
method). - contains(double) - Method in class org.jfree.chart3d.data.Range
-
Returns
true
if the range includes the specified value, andfalse
otherwise. - CONVERT_TO_NAN - Enum constant in enum class org.jfree.chart3d.data.NullConversion
-
Convert the
null
toDouble.NaN
. - CONVERT_TO_ZERO - Enum constant in enum class org.jfree.chart3d.data.NullConversion
-
Convert the
null
to zero. - COORDS_3DP_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
A label template that will display the (x, y, z) coordinates with 3 decimal places.
- count(KeyedValues3D<S, ?, ?, ?>, S) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the count of the non-
null
entries in the dataset for the specified series. - COUNT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
A label template that will display the series key followed by the number of data items for the series (in brackets).
- countForColumn(KeyedValues3D<?, ?, C, ?>, C) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the count of the non-
null
entries in the dataset for the specified column (all series). - countForRow(KeyedValues3D<?, R, ?, ?>, R) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the count of the non-
null
entries in the dataset for the specified row (all series). - createAboveLeftViewPoint(double) - Static method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Creates and returns a view point for looking at a chart from the front and above and to the left.
- createAboveRightViewPoint(double) - Static method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Creates and returns a view point for looking at a chart from the front and above and to the right.
- createAboveViewPoint(double) - Static method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Creates and returns a view point for looking at a chart from the front and above.
- createAreaChart(String, String, CategoryDataset3D, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns an area chart based on the supplied dataset.
- createBar(double, double, double, double, double, double, Color, Color, Color, boolean) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a bar with the specified dimensions and color.
- createBarChart(String, String, CategoryDataset3D, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a bar chart based on the supplied dataset.
- createBlueOceanColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Blue Ocean" settings.
- createBox(double, double, double, double, double, double, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a box centered on
(x, y, z)
with the specified dimensions. - createCube(double, double, double, double, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a cube centered on
(x, y, z)
with the specifiedsize
. - createDefaultFont(int, int) - Static method in class org.jfree.chart3d.style.StandardChartStyle
-
Creates a default font with the specified
style
andsize
. - createFancyDarkColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Fancy (dark background)" settings.
- createFancyLightColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Fancy (light background)" settings.
- createFluoColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Fluo" settings.
- createGreenMintColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Green Mint" settings.
- createIceCubeColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Ice Cube" settings.
- createIceCubeStyle() - Static method in class org.jfree.chart3d.style.ChartStyles
-
Creates and returns a new instance of the "Pastel" chart style.
- createIndigoNightColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Indigo Night" settings.
- createIntenseColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Intense" settings.
- createLabelObject(String, Font, Color, Color, double, double, double, boolean, boolean) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a label object, which has a single transparent face in the Z-plane plus associated label attributes.
- createLegend(Plot3D, Anchor2D, Orientation, ChartStyle) - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Creates a new color scale legend with the specified orientation.
- createLegend(Plot3D, Anchor2D, Orientation, ChartStyle) - Method in interface org.jfree.chart3d.legend.LegendBuilder
-
Creates a legend for the specified plot.
- createLegend(Plot3D, Anchor2D, Orientation, ChartStyle) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Creates and returns a legend (instance of
TableElement
) that provides a visual key for the data series in the specified plot. - createLineChart(String, String, CategoryDataset3D, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a line chart based on the supplied dataset.
- createLogicalFontStyle() - Static method in class org.jfree.chart3d.style.ChartStyles
-
Creates and returns a new instance of the "Logical Font" chart style.
- createOchreSandColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Ochre Sand" settings.
- createOctahedron(double, double, double, double, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates an octahedron.
- createOrson1Style() - Static method in class org.jfree.chart3d.style.ChartStyles
-
Creates and returns a new instance of the "Orson 1" chart style.
- createOrson2Style() - Static method in class org.jfree.chart3d.style.ChartStyles
-
Creates and returns a new instance of the "Orson 2" chart style.
- createPastelColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Pastel" settings.
- createPastelStyle() - Static method in class org.jfree.chart3d.style.ChartStyles
-
Creates and returns a new instance of the "Pastel" chart style.
- createPath(Point2D[]) - Method in class org.jfree.chart3d.graphics3d.Face
-
Creates and returns a path for the outline of this face.
- createPieChart(String, String, PieDataset3D<? extends Comparable>) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a pie chart based on the supplied dataset.
- createPieLabelMarkers(double, double, double, double, double, double) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns two 3D objects (sheets in the y-plane) that can be used as alignment anchors for the labels of a pie segment.
- createPieSegment(double, double, double, double, double, double, double, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a pie segment with the specified attributes.
- createPimpColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Pimp" settings.
- createPoint3D(double, double, double) - Static method in class org.jfree.chart3d.graphics3d.Point3D
-
Creates a new
Point3D
instance from spherical coordinates. - createPurpleWineColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Purple Wine" settings.
- createRedRosesColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Red Roses" settings.
- createScatterChart(String, String, XYZDataset, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a scatter plot based on the supplied dataset (containing one or more series of
(x, y, z)
values). - createShadesColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Shades" settings.
- createSphere(double, int, double, double, double, Color, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates an approximation of a sphere.
- createStackedBarChart(String, String, CategoryDataset3D, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a stacked bar chart based on the supplied dataset.
- createSurfaceChart(String, String, Function3D, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates a surface chart for the specified function.
- createTarnishColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Tarnish" settings.
- createTetrahedron(double, double, double, double, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a tetrahedron.
- createTitle(String) - Static method in class org.jfree.chart3d.TitleUtils
-
Creates a chart title using the default font and alignment.
- createTitle(String, Font, String, Font, HAlign) - Static method in class org.jfree.chart3d.TitleUtils
-
Creates a chart title and subtitle using the specified fonts and alignment.
- createTitle(String, String) - Static method in class org.jfree.chart3d.TitleUtils
-
Creates a chart title and subtitle using default fonts and left alignment.
- createTitle(String, String, Anchor2D) - Static method in class org.jfree.chart3d.TitleUtils
-
Creates a chart title and subtitle (optional) using default fonts and alignment that is standard for the specified anchor point (that is, left alignment when the title is anchored left, center alignment when the title is anchored centrally, and right alignment when the title is anchored to the right).
- createXYZBarChart(String, String, XYZDataset, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a bar chart based on the supplied dataset (this is for special cases, most general cases will be covered by the
Chart3DFactory.createBarChart(String, String, CategoryDataset3D, String, String, String)
method). - createXYZLineChart(String, String, XYZDataset, String, String, String) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Creates and returns a line chart based on the supplied dataset.
- createYellowLimeColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of ten colors created using the "i want hue" utility, using the preset "Yellow Lime" settings.
- createYSheet(double, double, double, double, Color, boolean) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a square flat surface in the x-z plane (constant y) with a single face.
- createZSheet(double, double, double, double, Color) - Static method in class org.jfree.chart3d.graphics3d.Object3D
-
Creates a square flat surface in the x-y plane (constant z).
- cropLineToAxisAlignedBoundingBox(Line3D, double, double, double, double, double, double) - Static method in class org.jfree.chart3d.graphics3d.Line3D
-
Calculates and returns the line segment that is the result of cropping the specified line segment to fit within an axis aligned bounding box.
D
- DATA_ITEM - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
A data item within a chart.
- Dataset3D - Interface in org.jfree.chart3d.data
-
The base interface for datasets in Orson Charts.
- Dataset3DChangeEvent - Class in org.jfree.chart3d.data
-
A dataset change event.
- Dataset3DChangeEvent(Object, Object) - Constructor for class org.jfree.chart3d.data.Dataset3DChangeEvent
-
Creates a new dataset change event.
- Dataset3DChangeListener - Interface in org.jfree.chart3d.data
-
The interface through which dataset change events are passed.
- datasetChanged(Dataset3DChangeEvent) - Method in interface org.jfree.chart3d.data.Dataset3DChangeListener
-
Called to notify the listener that the source dataset has been changed.
- datasetChanged(Dataset3DChangeEvent) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Receives notification of a dataset change, and passes this event on wrapped in a
Plot3DChangeEvent
. - datasetChanged(Dataset3DChangeEvent) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Receives notification of a change to the dataset and handles this by adjusting the plot dimensions (according to the setting of the
autoAdjustDimensions
flag), reconfiguring the axes, and propagating aPlot3DChangeEvent
. - datasetChanged(Dataset3DChangeEvent) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Receives notification that the plot's dataset has changed, and responds by passing on a
Plot3DChangeEvent
to the plot's registered listeners (with the default set-up, this notifies the chart). - DataUtils - Class in org.jfree.chart3d.data
-
Some utility methods for working with the various datasets and data structures available in Orson Charts.
- DEFAULT_AXIS_LABEL_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default foreground color for axis labels.
- DEFAULT_AXIS_LABEL_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for axis labels.
- DEFAULT_AXIS_TICK_LABEL_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default foreground color for axis tick labels.
- DEFAULT_AXIS_TICK_LABEL_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for axis tick labels.
- DEFAULT_CHARTBOX_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default chartbox color.
- DEFAULT_COLUMN_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default visibility for gridlines perpendicular to the column-axis.
- DEFAULT_FILL_COLOR - Static variable in interface org.jfree.chart3d.marker.Marker
-
The default fill color for markers.
- DEFAULT_FONT - Static variable in class org.jfree.chart3d.table.TextElement
-
The default font.
- DEFAULT_GRIDLINE_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default gridline color.
- DEFAULT_GRIDLINE_STROKE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default gridline stroke.
- DEFAULT_LABEL_COLOR - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default axis label color (in most circumstances this will be overridden by the chart style).
- DEFAULT_LABEL_COLOR - Static variable in interface org.jfree.chart3d.marker.Marker
-
The default color for the marker labels.
- DEFAULT_LABEL_FONT - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default axis label font (in most circumstances this will be overridden by the chart style).
- DEFAULT_LABEL_OFFSET - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default label offset.
- DEFAULT_LEGEND_FOOTER_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default foreground color for the legend footer if there is one.
- DEFAULT_LEGEND_FOOTER_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for legend footers.
- DEFAULT_LEGEND_HEADER_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default foreground color for the legend header if there is one.
- DEFAULT_LEGEND_HEADER_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for legend headers.
- DEFAULT_LEGEND_ITEM_BACKGROUND_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default legend item background color.
- DEFAULT_LEGEND_ITEM_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default legend item color.
- DEFAULT_LEGEND_ITEM_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for legend item text.
- DEFAULT_LEGEND_ITEM_SHAPE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default legend item shape.
- DEFAULT_LINE_COLOR - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default color for the axis line.
- DEFAULT_LINE_COLOR - Static variable in interface org.jfree.chart3d.marker.Marker
-
The default line color for markers.
- DEFAULT_LINE_STROKE - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default stroke for the axis line.
- DEFAULT_LINE_STROKE - Static variable in interface org.jfree.chart3d.marker.Marker
-
The default line stroke for markers.
- DEFAULT_MARKER_FILL_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default fill color for markers.
- DEFAULT_MARKER_FONT - Static variable in interface org.jfree.chart3d.marker.Marker
-
The default font for marker labels.
- DEFAULT_MARKER_LABEL_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default foreground color for marker labels.
- DEFAULT_MARKER_LABEL_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for marker labels.
- DEFAULT_MARKER_LINE_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default color for marker lines.
- DEFAULT_MARKER_LINE_STROKE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default stroke for marker lines.
- DEFAULT_PARTITION_KEY - Static variable in class org.jfree.chart3d.graphics3d.World
-
The default partition key.
- DEFAULT_PROJ_DIST - Static variable in class org.jfree.chart3d.Chart3D
-
The default projection distance.
- DEFAULT_PROJ_DIST - Static variable in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
The default projection distance.
- DEFAULT_ROW_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default visibility for gridlines perpendicular to the row-axis.
- DEFAULT_SECTION_LABEL_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default color for pie section labels.
- DEFAULT_SECTION_LABEL_FONT - Static variable in class org.jfree.chart3d.plot.PiePlot3D
-
The default font for section labels on the chart.
- DEFAULT_SECTION_LABEL_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default font for pie section labels.
- DEFAULT_SMALLEST_VALUE - Static variable in class org.jfree.chart3d.axis.LogAxis3D
-
The default value for the smallest value attribute.
- DEFAULT_SUBTITLE_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default subtitle font.
- DEFAULT_SUBTITLE_FONT - Static variable in class org.jfree.chart3d.TitleUtils
-
The default sub-title font.
- DEFAULT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
The default template string (used in the default constructor, it is equivalent to
StandardCategoryItemLabelGenerator.SERIES_AND_COLUMN_KEYS_AND_VALUE_TEMPLATE
). - DEFAULT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
The default template string (used in the default constructor, it is equivalent to
StandardCategoryLabelGenerator.KEY_ONLY_TEMPLATE
). - DEFAULT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
The default template string (used in the default constructor, it is equivalent to
StandardPieLabelGenerator.PERCENT_TEMPLATE
). - DEFAULT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
The default label template.
- DEFAULT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
The default label template.
- DEFAULT_TEXT_BACKGROUND_COLOR - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default background color for the title and subtitle, and legend header and footer.
- DEFAULT_TICK_LABEL_COLOR - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default tick label color (in most circumstances this will be overridden by the chart style).
- DEFAULT_TICK_LABEL_FONT - Static variable in class org.jfree.chart3d.axis.AbstractAxis3D
-
The default tick label font (in most circumstances this will be overridden by the chart style).
- DEFAULT_TITLE_COLOR - Static variable in class org.jfree.chart3d.TitleUtils
-
The default foreground color for titles.
- DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default title font.
- DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart3d.TitleUtils
-
The default title font.
- DEFAULT_X_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default visibility for gridlines perpendicular to the x-axis.
- DEFAULT_Y_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default visibility for gridlines perpendicular to the y-axis.
- DEFAULT_Z_GRIDLINES_VISIBLE - Static variable in class org.jfree.chart3d.style.StandardChartStyle
-
The default visibility for gridlines perpendicular to the z-axis.
- DefaultDrawable3D - Class in org.jfree.chart3d.graphics3d
-
Provides a default implementation of the
Drawable3D
interface. - DefaultDrawable3D(World) - Constructor for class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Creates a new instance to display the content of the specified
world
. - DefaultKeyedValue<K,
T> - Class in org.jfree.chart3d.data -
A data item where a key is associated with a value (typically numerical).
- DefaultKeyedValue(K, T) - Constructor for class org.jfree.chart3d.data.DefaultKeyedValue
-
Creates a new instance.
- DefaultKeyedValues<K,
T> - Class in org.jfree.chart3d.data -
A list of
(key, value)
pairs. - DefaultKeyedValues() - Constructor for class org.jfree.chart3d.data.DefaultKeyedValues
-
Creates a new (empty) list of keyed values.
- DefaultKeyedValues(List<K>) - Constructor for class org.jfree.chart3d.data.DefaultKeyedValues
-
Creates a new instance with the specified keys (each associated with a
null
value). - DefaultKeyedValues2D<R,
C, - Class in org.jfree.chart3d.dataT> -
A two dimensional grid of (typically numerical) data that is accessible by row and column keys.
- DefaultKeyedValues2D() - Constructor for class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Creates a new (empty) instance.
- DefaultKeyedValues2D(List<R>, List<C>) - Constructor for class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Creates a new instance with the specified keys and all data values initialized to
null
. - DefaultKeyedValues3D<S,
R, - Class in org.jfree.chart3d.dataC, V> -
A three dimensional table of numerical values, implementing the
KeyedValues3D
interface. - DefaultKeyedValues3D() - Constructor for class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Creates a new (empty) table.
- deriveTextAnchor(RefPt2D, boolean) - Static method in class org.jfree.chart3d.marker.AbstractMarker
-
A utility method that returns a suitable text anchor for a given reference point.
- deriveTextAnchorForLine(RefPt2D, boolean) - Static method in class org.jfree.chart3d.marker.AbstractMarker
-
A utility method that returns a suitable text anchor for a given reference point relative to a line (rather than a rectangle which is the normal case).
- Dimension3D - Class in org.jfree.chart3d.graphics3d
-
A dimension in 3D (width, height and depth).
- Dimension3D(double, double, double) - Constructor for class org.jfree.chart3d.graphics3d.Dimension3D
-
Creates a new
Dimension3D
instance. - dimensions - Variable in class org.jfree.chart3d.plot.AbstractPlot3D
-
The plot dimensions in 3D space.
- DisplayPanel3D - Class in org.jfree.chart3d.graphics3d.swing
-
A panel for displaying 3D content, with a toolbar and popup menu to control the view.
- DisplayPanel3D(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Creates a new display panel for the given content, with a toolbar and popup menu configured.
- DisplayPanel3D(Panel3D, boolean, boolean) - Constructor for class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Creates a new display panel.
- Dot3D - Class in org.jfree.chart3d.graphics3d
-
A 3D object that is simply a dot (single vertex).
- Dot3D(float, float, float, Color) - Constructor for class org.jfree.chart3d.graphics3d.Dot3D
-
Creates a new
Dot3D
instance. - DoubleSidedFace - Class in org.jfree.chart3d.graphics3d
-
A double-sided face.
- DoubleSidedFace(Object3D, int[]) - Constructor for class org.jfree.chart3d.graphics3d.DoubleSidedFace
-
Creates a new double-sided face.
- DownAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles rotating the 3D view towards the bottom of the screen.
- DownAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.DownAction
-
Creates a new action associated with the specified panel.
- draw(Graphics2D, Point2D, Point2D, Point2D, List<TickData>, RenderingInfo, boolean) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Draws the axis along an arbitrary line (between
startPt
andendPt
). - draw(Graphics2D, Point2D, Point2D, Point2D, List<TickData>, RenderingInfo, boolean) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Draws the axis along an arbitrary line (between
startPt
andendPt
). - draw(Graphics2D, Point2D, Point2D, Point2D, List<TickData>, RenderingInfo, boolean) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Draws the axis.
- draw(Graphics2D, Point2D, Point2D, Point2D, List<TickData>, RenderingInfo, boolean) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Draws the axis to the supplied graphics target (
g2
, with the specified starting and ending points for the line. - draw(Graphics2D, Point2D, Point2D, Point2D, List<TickData>, RenderingInfo, boolean) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Draws the axis between the two points
pt0
andpt1
in Java2D space. - draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.Chart3D
-
Draws the chart to the specified output target.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Draws the current view to a
Graphics2D
instance. - draw(Graphics2D, Rectangle2D) - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Draws the scene to the supplied
Graphics2D
target and returns an object containing state information about the rendering. - draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.FlowElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.GridElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.ShapeElement
-
Draws the shape element within the specified bounds.
- draw(Graphics2D, Rectangle2D) - Method in interface org.jfree.chart3d.table.TableElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.TextElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Draws the element and all of its subelements within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in class org.jfree.chart3d.table.FlowElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in class org.jfree.chart3d.table.GridElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in class org.jfree.chart3d.table.ShapeElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in interface org.jfree.chart3d.table.TableElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in class org.jfree.chart3d.table.TextElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, Rectangle2D, TableElementOnDraw) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Draws the element within the specified bounds.
- draw(Graphics2D, MarkerData, boolean) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Handles drawing of the marker.
- draw(Graphics2D, MarkerData, boolean) - Method in interface org.jfree.chart3d.marker.Marker
-
Draws the marker based on the
markerData
which has been passed to the 3D engine to generate the required 2D projection points. - draw(Graphics2D, MarkerData, boolean) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Draws the marker.
- draw(Graphics2D, MarkerData, boolean) - Method in class org.jfree.chart3d.marker.RangeMarker
- Drawable3D - Interface in org.jfree.chart3d.graphics3d
-
A three dimensional scene that can be viewed from an arbitrary viewpoint and rendered to any
Graphics2D
instance. - drawAxisLabel(String, Graphics2D, Line2D, Point2D, double, RenderingInfo, boolean) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Draws the specified text as the axis label and returns a bounding shape (2D) for the text.
- drawItemLabels(World, CategoryDataset3D, KeyedValues3DItemKey, double, double, double, double, boolean) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Draws the item labels.
- drawItemLabels(World, CategoryDataset3D, KeyedValues3DItemKey, double, double, double, double, boolean) - Method in class org.jfree.chart3d.renderer.category.StackedBarRenderer3D
-
Draws the item labels.
- drawMarkerLabel(Graphics2D, String, double, double, Anchor2D, Line2D, boolean) - Method in class org.jfree.chart3d.marker.AbstractMarker
-
Draws a marker label.
- drawMarkerLabel(Graphics2D, String, double, double, Anchor2D, Line2D, Line2D, boolean) - Method in class org.jfree.chart3d.marker.AbstractMarker
-
Draws a marker label.
- dy - Variable in class org.jfree.chart3d.graphics3d.RenderingInfo
-
The y-translation.
E
- ElementDimension - Class in org.jfree.chart3d.table
-
An element dimension (in fact a simple implementation of the
Dimension2D
interface). - ElementDimension(double, double) - Constructor for class org.jfree.chart3d.table.ElementDimension
-
Creates a new dimension object.
- ElementInfo - Class in org.jfree.chart3d.table
-
An object that pairs an element with its dimension for one specific graphics target.
- ElementInfo(TableElement, Dimension2D) - Constructor for class org.jfree.chart3d.table.ElementInfo
-
Creates a new instance.
- equals(Object) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
- equals(Object) - Method in class org.jfree.chart3d.axis.IntegerTickSelector
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.axis.LogAxis3D
- equals(Object) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.axis.NumberTickSelector
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.Chart3D
-
Tests this chart for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.DefaultKeyedValue
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
- equals(Object) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
-
Tests this key for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.KeyedValuesItemKey
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.Range
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Tests this dataset for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.xyz.XYZDataItem
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Tests this series for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Tests this dataset for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics2d.Anchor2D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics2d.Fit2D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics3d.Offset2D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics3d.Offset3D
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Tests this instance for equality to an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Tests this view point for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
- equals(Object) - Method in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
Tests this label generator for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
Tests this label generator for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
Tests this label generator for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
Tests this label generator for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
Tests this label generator for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.legend.ColorScaleElement
- equals(Object) - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Tests this builder for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Tests this legend builder for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.marker.CategoryMarker
- equals(Object) - Method in class org.jfree.chart3d.marker.NumberMarker
- equals(Object) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Tests this marker for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Tests this plot for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Tests this plot for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Tests this plot for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.plot.StandardColorSource
-
Tests this paint source for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.plot.StandardFontSource
-
Tests this paint source for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Tests this plot instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.AbstractColorScale
-
Tests this color scale for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.category.StackedBarRenderer3D
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
-
Tests this color source for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.FixedColorScale
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.GradientColorScale
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.RainbowScale
-
Tests this color scale for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.xyz.LineXYZRenderer
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.xyz.StandardXYZColorSource
-
Tests this paint source for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Tests this renderer for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.ElementDimension
-
Tests this dimension for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.FlowElement
-
Tests this element for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.GradientRectanglePainter
-
Tests this instance for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.GridElement
-
Tests this element for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.StandardRectanglePainter
-
Tests this painter for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.TextElement
-
Tests this element for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Tests this element for equality with an arbitrary object.
- ExportFormat - Enum Class in org.jfree.chart3d.export
-
An enumeration of the different export formats supported by Orson Charts.
- ExportFormats - Class in org.jfree.chart3d.export
-
Utility methods related to export formats.
- ExportFormats() - Constructor for class org.jfree.chart3d.export.ExportFormats
- ExportToJPEGAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles saving the content of a panel to a JPEG image.
- ExportToJPEGAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.ExportToJPEGAction
-
Creates a new action instance.
- ExportToPDFAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles saving the content of a panel to a PDF file using Orson PDF.
- ExportToPDFAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.ExportToPDFAction
-
Creates a new action.
- ExportToPNGAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles saving the content of a panel to a PNG image.
- ExportToPNGAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.ExportToPNGAction
-
Creates a new action instance.
- ExportToSVGAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles saving the content of a panel to a Scalable Vector Graphics (SVG) file using JFreeSVG.
- ExportToSVGAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.ExportToSVGAction
-
Creates a new action.
- ExportUtils - Class in org.jfree.chart3d.export
-
Export utility methods.
- ExportUtils() - Constructor for class org.jfree.chart3d.export.ExportUtils
- extractXYZDatasetFromColumns(KeyedValues3D<S, R, C, ? extends Number>, C, C, C) - Static method in class org.jfree.chart3d.data.DataUtils
-
Creates an
XYZDataset
by extracting values from specified columns in aKeyedValues3D
instance, across all the available rows (items where any of the x, y or z values isnull
are skipped). - extractXYZDatasetFromColumns(KeyedValues3D<S, R, C, ? extends Number>, C, C, C, NullConversion, List<KeyedValues3DItemKey>) - Static method in class org.jfree.chart3d.data.DataUtils
-
Creates an
XYZDataset
by extracting values from specified columns in aKeyedValues3D
instance. - extractXYZDatasetFromRows(KeyedValues3D<S, R, C, ? extends Number>, R, R, R) - Static method in class org.jfree.chart3d.data.DataUtils
-
Creates an
XYZDataset
by extracting values from specified rows in aKeyedValues3D
instance, across all the available columns (items where any of the x, y or z values isnull
are skipped). - extractXYZDatasetFromRows(KeyedValues3D<S, R, C, ? extends Number>, R, R, R, NullConversion, List<KeyedValues3DItemKey>) - Static method in class org.jfree.chart3d.data.DataUtils
-
Creates an
XYZDataset
by extracting values from specified rows in aKeyedValues3D
instance.
F
- Face - Class in org.jfree.chart3d.graphics3d
-
Represents a face in one
Object3D
, defined in terms of vertex indices. - Face(Object3D, int[]) - Constructor for class org.jfree.chart3d.graphics3d.Face
-
Creates a new face with the specified vertices that is part of the 3D
owner
object. - fetchObjectAt(double, double) - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Fetches the object, if any, that is rendered at
(x, y)
. - fill(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.GradientRectanglePainter
-
Fills the specified
area
with a gradient paint created using the colors and anchor points of this painter. - fill(Graphics2D, Rectangle2D) - Method in interface org.jfree.chart3d.table.RectanglePainter
-
Fills the specified rectangle (where "fill" is some arbitrary drawing operation defined by the class that implements this interface).
- fill(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.StandardRectanglePainter
-
Fills the rectangle with the paint specified in the constructor.
- findElementAt(double, double) - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Finds the rendered element, if any, at the location
(x, y)
. - findStackedValueRange(Values3D<? extends Number>) - Static method in class org.jfree.chart3d.data.DataUtils
-
Finds the range of values in the dataset considering that each series is stacked on top of the other.
- findStackedValueRange(Values3D<? extends Number>, double) - Static method in class org.jfree.chart3d.data.DataUtils
-
Finds the range of values in the dataset considering that each series is stacked on top of the others, starting at the base value.
- findValueRange(Values3D<? extends Number>) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of values in the specified data structure (a three dimensional cube).
- findValueRange(Values3D<? extends Number>) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Returns the range of values that will be required on the value axis to see all the data from the dataset.
- findValueRange(Values3D<? extends Number>) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Returns the range (for the value axis) that is required for this renderer to show all the values in the specified data set.
- findValueRange(Values3D<? extends Number>) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Returns the range of values that will be required on the value axis to see all the data from the dataset.
- findValueRange(Values3D<? extends Number>) - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Returns the range that should be used on the value axis to display all the specified data using this renderer.
- findValueRange(Values3D<? extends Number>) - Method in class org.jfree.chart3d.renderer.category.StackedBarRenderer3D
-
Returns the range of values that will be required on the value axis to see all the data from the dataset.
- findValueRange(Values3D<? extends Number>, double) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of values in the specified data cube, or
null
if there is no data. - findValueRange(Values3D<? extends Number>, double, boolean) - Static method in class org.jfree.chart3d.data.DataUtils
-
/** Returns the range of values in the specified data cube, or
null
if there is no data. - findXRange(XYZDataset) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of x-values in the dataset by iterating over all values (and ignoring
Double.NaN
and infinite values). - findXRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the range that is required on the x-axis for this renderer to display all the items in the specified dataset.
- findXRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the range that needs to be set on the x-axis in order for this renderer to be able to display all the data in the supplied dataset.
- findXRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the current range for the x-axis - the method is overridden because this renderer does not use a dataset (it samples and plots a function directly).
- findXRange(XYZDataset) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Returns the range that should be set on the x-axis in order for this renderer to be able to display all the data in the supplied dataset.
- findXRange(XYZDataset, double) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of x-values in the dataset by iterating over all values (and ignoring
Double.NaN
values). - findXRange(XYZDataset, double, boolean) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of x-values in the dataset by iterating over all values (and ignoring
Double.NaN
values). - findYRange(Function3D, Range, Range, int, int, boolean) - Static method in class org.jfree.chart3d.data.function.Function3DUtils
-
Returns the range of y-values in the function by sampling.
- findYRange(XYZDataset) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of y-values in the dataset by iterating over all values (and ignoring
Double.NaN
and infinite values). - findYRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the range that is required on the y-axis for this renderer to display all the items in the specified dataset.
- findYRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the range to use for the y-axis to ensure that all data values are visible on the chart.
- findYRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the range that the renderer requires on the y-axis to display all the data in the function.
- findYRange(XYZDataset) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Returns the range that should be set on the y-axis in order for this renderer to be able to display all the data in the supplied dataset.
- findYRange(XYZDataset, double) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of y-values in the dataset by iterating over all values (and ignoring
Double.NaN
values). - findYRange(XYZDataset, double, boolean) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of y-values in the dataset by iterating over all values (and ignoring
Double.NaN
values). - findZRange(XYZDataset) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of z-values in the dataset by iterating over all values (and ignoring
Double.NaN
and infinite values). - findZRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the range that is required on the z-axis for this renderer to display all the items in the specified dataset.
- findZRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the range to use for the z-axis to ensure that all data values are visible on the chart.
- findZRange(XYZDataset) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the current range for the z-axis - the method is overridden because this renderer does not use a dataset (it samples and plots a function directly).
- findZRange(XYZDataset) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Returns the range that should be set on the z-axis in order for this renderer to be able to display all the data in the supplied dataset.
- findZRange(XYZDataset, double) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of z-values in the dataset by iterating over all values (and ignoring
Double.NaN
values). - findZRange(XYZDataset, double, boolean) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the range of z-values in the dataset by iterating over all values (and ignoring
Double.NaN
values). - fireChangeEvent() - Method in class org.jfree.chart3d.Chart3D
-
Sends a
Chart3DChangeEvent
to all registered listeners. - fireChangeEvent() - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Sends a
Dataset3DChangeEvent
to all registered listeners, unless thenotify
flag is set tofalse
in which case this method does nothing. - fireChangeEvent() - Method in class org.jfree.chart3d.marker.AbstractMarker
-
Sends a
MarkerChangeEvent
to all registered listeners. - fireChangeEvent() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sends a
ChartStyleChangeEvent
to all registered listeners. - fireChangeEvent(boolean) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sends an
Axis3DChangeEvent
to all registered listeners. - fireChangeEvent(boolean) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Sends a
Plot3DChangeEvent
to all registered listeners. - fireChangeEvent(boolean) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Sends a
Renderer3DChangeEvent
to all registered listeners. - fireDatasetChanged() - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Notifies all registered listeners that the dataset has changed.
- fireSeriesChanged() - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
General method for signaling to registered listeners that the series has been changed.
- fit(Dimension2D, Rectangle2D) - Method in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a rectangle of the specified dimension to the target rectangle, aligning and scaling according to the attributes of this instance.
- Fit2D - Class in org.jfree.chart3d.graphics2d
-
A specification for the alignment and fitting of one rectangle (the source rectangle) with reference to another (the target rectangle).
- Fit2D(Anchor2D, Scale2D) - Constructor for class org.jfree.chart3d.graphics2d.Fit2D
-
Creates a new instance.
- FixedColorScale - Class in org.jfree.chart3d.renderer
-
A
ColorScale
that returns the same color for every value on the scale. - FixedColorScale(Color) - Constructor for class org.jfree.chart3d.renderer.FixedColorScale
-
Creates a new
FixedColorScale
instance. - FlowElement - Class in org.jfree.chart3d.table
-
A table element that displays a list of sub-elements in a flow layout.
- FlowElement() - Constructor for class org.jfree.chart3d.table.FlowElement
-
Creates a new instance (equivalent to
new FlowElement(HAlign.CENTER, 2)
). - FlowElement(HAlign, int) - Constructor for class org.jfree.chart3d.table.FlowElement
-
Creates a new instance with the specified attributes.
- FontSource<K> - Interface in org.jfree.chart3d.plot
-
An object that supplies
Font
instances associated with keys. - FRONT_AND_BACK - Enum constant in enum class org.jfree.chart3d.label.ItemLabelPositioning
-
Labels are placed at the front and the back (typically only one of the two is visible at any time).
- Function3D - Interface in org.jfree.chart3d.data.function
-
Represents a function
y = f(x, z)
. - Function3DUtils - Class in org.jfree.chart3d.data.function
-
Utility methods related to
Function3D
.
G
- generateColumnLabel(CategoryDataset3D<S, R, C>, C) - Method in interface org.jfree.chart3d.label.CategoryLabelGenerator
-
Generates a label for one column in a
CategoryDataset3D
. - generateColumnLabel(CategoryDataset3D<S, R, C>, C) - Method in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
Generates a label for one column in a
CategoryDataset3D
. - generateItemLabel(CategoryDataset3D, Comparable<?>, Comparable<?>, Comparable<?>) - Method in interface org.jfree.chart3d.label.CategoryItemLabelGenerator
-
Generates a label for one series in a
CategoryDataset3D
. - generateItemLabel(CategoryDataset3D, Comparable<?>, Comparable<?>, Comparable<?>) - Method in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
Generates the item label for one data item in a category chart.
- generateItemLabel(XYZDataset, Comparable<?>, int) - Method in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
Generates a label for the specified data item.
- generateItemLabel(XYZDataset, Comparable<?>, int) - Method in interface org.jfree.chart3d.label.XYZItemLabelGenerator
-
Generates an item label for one data item in an
XYZDataset
. - generateLabel(PieDataset3D, Comparable<?>) - Method in interface org.jfree.chart3d.label.PieLabelGenerator
-
Returns a label for one data item in a pie chart.
- generateLabel(PieDataset3D, Comparable<?>) - Method in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
Generates the label for one section in a pie chart.
- generateMarkerData() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Generates and returns a list of marker data items for the axis.
- generateMarkerData() - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Returns a list of marker data instances for the markers that fall within the current axis range.
- generateMarkerData() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Generates and returns a list of marker data items for the axis.
- generateMarkerData() - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Returns a list of marker data instances for the markers that fall within the current axis range.
- generateRowLabel(CategoryDataset3D<S, R, C>, R) - Method in interface org.jfree.chart3d.label.CategoryLabelGenerator
-
Generates a label for one row in a
CategoryDataset3D
. - generateRowLabel(CategoryDataset3D<S, R, C>, R) - Method in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
Generates a label for one row in a
CategoryDataset3D
. - generateSeriesLabel(CategoryDataset3D<S, R, C>, S) - Method in interface org.jfree.chart3d.label.CategoryLabelGenerator
-
Generates a label for one series in a
CategoryDataset3D
. - generateSeriesLabel(CategoryDataset3D<S, R, C>, S) - Method in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
Generates the label for one series in a category chart.
- generateSeriesLabel(XYZDataset<S>, S) - Method in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
Generates a series label.
- generateSeriesLabel(XYZDataset<S>, S) - Method in interface org.jfree.chart3d.label.XYZLabelGenerator
-
Generates a label for one series in a
XYZDataset
. - generateTickData(double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Generates tick data for the axis, assuming the specified tick unit (a log increment in this case).
- generateTickData(double) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Generates a list of tick data items for the specified tick unit.
- generateTickData(double) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Generates a list of tick data items for the specified tick unit.
- generateTickDataForColumns(CategoryDataset3D) - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Generates the tick data for the axis (assumes the axis is being used as the row axis).
- generateTickDataForColumns(CategoryDataset3D) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Generates the tick data for the axis (assumes the axis is being used as the row axis).
- generateTickDataForRows(CategoryDataset3D) - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Generates the tick data for the axis (assumes the axis is being used as the row axis).
- generateTickDataForRows(CategoryDataset3D) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Generates the tick data for the axis (assumes the axis is being used as the row axis).
- generateToolTipText(ItemKey) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Returns the tool tip text for the specified data item, or
null
if no tool tip is required. - generateToolTipText(ItemKey) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
- generateToolTipText(ItemKey) - Method in class org.jfree.chart3d.plot.PiePlot3D
- generateToolTipText(ItemKey) - Method in interface org.jfree.chart3d.plot.Plot3D
-
Returns the tool tip text for the specified data item, or
null
if no tool tip is required. - generateToolTipText(ItemKey) - Method in class org.jfree.chart3d.plot.XYZPlot
- getAnchor() - Method in class org.jfree.chart3d.graphics2d.Fit2D
-
Returns the anchor.
- getAnchor1() - Method in class org.jfree.chart3d.table.GradientRectanglePainter
-
Returns the anchor point used to find the starting point for the gradient (as specified via the constructor).
- getAnchor2() - Method in class org.jfree.chart3d.table.GradientRectanglePainter
-
Returns the anchor point used to find the ending point for the gradient (as specified via the constructor).
- getAnchorPoint(Rectangle2D) - Method in class org.jfree.chart3d.graphics2d.Anchor2D
-
Returns the anchor point for the given rectangle.
- getAnchorPt() - Method in class org.jfree.chart3d.axis.TickData
-
Returns the anchor point.
- getAngle() - Method in class org.jfree.chart3d.graphics3d.Rotate3D
-
Returns the angle of rotation, in radians.
- getAntiAlias() - Method in class org.jfree.chart3d.Chart3D
-
Returns a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
- getAutoRangeIncludesZero() - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Returns the flag that determines whether or not the auto range mechanism should force zero to be included in the range.
- getAutoRangeStickyZero() - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Returns the flag that controls the behaviour of the auto range mechanism when zero falls into the axis margins.
- getAxis() - Method in class org.jfree.chart3d.axis.Axis3DChangeEvent
-
Returns the axis associated with this event.
- getAxisLabelColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the foreground color for axis labels.
- getAxisLabelColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the foreground color for the axis label (the main label, not the tick labels).
- getAxisLabelFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the axis label font.
- getAxisLabelFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used for the axis label.
- getAxisTickLabelColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color used to draw the tick labels on the axis.
- getAxisTickLabelColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color used to draw the tick labels on the axis.
- getAxisTickLabelFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the axis tick label font.
- getAxisTickLabelFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used for the axis tick labels.
- getBackground() - Method in class org.jfree.chart3d.Chart3D
-
Returns the background painter (an object that is responsible for filling the background area before charts are rendered).
- getBackground() - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the background painter for the element.
- getBackgroundColor() - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Returns the background color.
- getBackgroundPainter() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the painter that fills the background for the chart.
- getBackgroundPainter() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the background painter.
- getBarLength() - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the bar length.
- getBarLength() - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Returns the length of the bar displaying the color scale.
- getBarWidth() - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the bar width.
- getBarWidth() - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Returns the width of the bar displaying the color scale.
- getBarXWidth() - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Returns the bar width as a percentage of the column width.
- getBarXWidth() - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the width of the bars in the direction of the x-axis, in the units of the x-axis.
- getBarZWidth() - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Returns the bar width as a percentage of the row width.
- getBarZWidth() - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the width of the bars in the direction of the z-axis, in the units of the z-axis.
- getBase() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the logarithmic base value.
- getBase() - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Returns the y-value for the base of the area.
- getBase() - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Returns the base value for the bars.
- getBase() - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the value for the base of the bars.
- getBaseColor() - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Returns the color used to paint the underside of the area polygons.
- getBaseColorSource() - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Returns the object used to fetch the color for the base of bars where the base of the bar is "cropped" (on account of the base value falling outside of the bounds of the y-axis).
- getBaseColorSource() - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the object used to fetch the color for the base of bars where the base of the bar is "cropped" (on account of the base value falling outside of the bounds of the y-axis).
- getBaseFormatter() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the formatter used for the log base value when it is displayed in tick labels.
- getBaseSymbol() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the base symbol, used in tick labels for the axis.
- getBrewerQualitativePairedN12Colors() - Static method in class org.jfree.chart3d.Colors
-
Returns a newly created array containing 12 colors from the the ColorBrewer tool.
- getBrewerQualitativeSet1N9Colors() - Static method in class org.jfree.chart3d.Colors
-
Returns a newly created array containing 9 colors from the the ColorBrewer tool.
- getBrewerQualitativeSet3N12Colors() - Static method in class org.jfree.chart3d.Colors
-
Returns a newly created array containing 11 colors from the the ColorBrewer tool.
- getCategory() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the category.
- getCategoryValue(Comparable<?>) - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Returns the numerical value along the axis that corresponds to the specified category.
- getCategoryValue(Comparable<?>) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the value for the specified category, or
Double.NaN
if the category is not registered on the axis. - getCategoryWidth() - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Returns the width of a single category in units corresponding to the current axis range.
- getCategoryWidth() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the width of a single category in the units of the axis range.
- getChart() - Method in class org.jfree.chart3d.Chart3DChangeEvent
-
Returns the chart that this event is associated with.
- getChart() - Method in class org.jfree.chart3d.Chart3DPanel
-
Returns the chart being displayed in this panel.
- getChart() - Method in class org.jfree.chart3d.interaction.Chart3DMouseEvent
-
Returns the chart that the mouse event relates to.
- getChart() - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Returns the chart that the plot is assigned to, if any.
- getChart() - Method in interface org.jfree.chart3d.plot.Plot3D
-
Returns the chart that the plot is assigned to, if any.
- getChartBoxColor() - Method in class org.jfree.chart3d.Chart3D
-
Returns the chart box color (the chart box is the visible, open-sided box inside which data is plotted for all charts except pie charts).
- getChartBoxColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color for the chart box, if any.
- getChartBoxColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color used for the
ChartBox3D
(for those charts that have one). - getChartStyle() - Method in class org.jfree.chart3d.style.ChartStyleChangeEvent
-
Returns the chart style that this event is associated with.
- getClipColorSource() - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Returns the color source used to determine the color used to highlight clipping in the chart elements.
- getClipColorSource() - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Returns the color source used to determine the color used to highlight clipping in the chart elements.
- getColor() - Method in class org.jfree.chart3d.graphics3d.Face
-
A convenience method that looks up and returns the color for this face (obtained by querying the object that owns the face).
- getColor() - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Returns a transparent color, so that the face is not visible.
- getColor() - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the default face color as specified in the constructor.
- getColor() - Method in interface org.jfree.chart3d.legend.LegendItemInfo
-
Returns the color used to represent a series.
- getColor() - Method in class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Returns the color for the legend item.
- getColor() - Method in class org.jfree.chart3d.table.TextElement
-
Returns the foreground color for the text element.
- getColor(int, int) - Method in class org.jfree.chart3d.renderer.xyz.StandardXYZColorSource
-
Returns the color to use for the specified item.
- getColor(int, int) - Method in interface org.jfree.chart3d.renderer.xyz.XYZColorSource
-
Returns the color for one item in the plot.
- getColor(int, int, int) - Method in interface org.jfree.chart3d.renderer.category.CategoryColorSource
-
Returns the color for one data item in the chart.
- getColor(int, int, int) - Method in class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
-
Returns the color to use for the specified item.
- getColor(K) - Method in interface org.jfree.chart3d.plot.ColorSource
-
Returns the color for one data item in the chart.
- getColor(K) - Method in class org.jfree.chart3d.plot.StandardColorSource
-
Returns the color associated with the specified key.
- getColor(Face) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the color for a specific face.
- getColor1() - Method in class org.jfree.chart3d.table.GradientRectanglePainter
-
Returns the first color for the gradient (as specified via the constructor).
- getColor2() - Method in class org.jfree.chart3d.table.GradientRectanglePainter
-
Returns the second color for the gradient (as specified via the constructor).
- getColors1() - Static method in class org.jfree.chart3d.Colors
-
Returns an array of four colors.
- getColors2() - Static method in class org.jfree.chart3d.Colors
-
Returns an array of four colors.
- getColorScale() - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the color scale.
- getColorScale() - Method in interface org.jfree.chart3d.renderer.ColorScaleRenderer
-
Returns the color scale used by the renderer.
- getColorScale() - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the color scale.
- getColorSource() - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Returns the color source for the renderer.
- getColorSource() - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Returns the color source for the renderer, which is an object that is responsible for providing the colors used by the renderer to draw data (and legend) items.
- getColorSource() - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the object that provides the color instances for items drawn by the renderer.
- getColorSource() - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Returns the color source for the renderer, which is an object that is responsible for providing the colors used by the renderer to draw data (and legend) items.
- getColumnAlignment() - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Returns the column alignment.
- getColumnAxis() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the column axis.
- getColumnAxisGridlinesVisible() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the column axis in category plots.
- getColumnAxisGridlinesVisible() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the column axis in category plots.
- getColumnCount() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the number of columns in the dataset.
- getColumnCount() - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the number of column keys in the data structure.
- getColumnCount() - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
- getColumnCount() - Method in interface org.jfree.chart3d.data.Values2D
-
Returns the number of columns in the grid.
- getColumnCount() - Method in interface org.jfree.chart3d.data.Values3D
-
Returns the number of items in the z-dimension.
- getColumnIndex(C) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the index of the specified column key, or
-1
if there is no matching key. - getColumnIndex(C) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the index corresponding to the specified column key.
- getColumnIndex(C) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the index for the specified column key, or
-1
if the key is not present in this data structure. - getColumnIndex(C) - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns the index of the specified key, or
-1
if there is no such key. - getColumnIndex(C) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the index of the specified column key, or
-1
if there is no matching key. - getColumnKey() - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
-
Returns the column key.
- getColumnKey(int) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the key for the specified column.
- getColumnKey(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the column key corresponding to the specified index.
- getColumnKey(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the column key with the specified index.
- getColumnKey(int) - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns the column key with the specified index.
- getColumnKey(int) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the column key with the specified index.
- getColumnKeys() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns a list of the column keys for the dataset.
- getColumnKeys() - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns a copy of the list of column keys.
- getColumnKeys() - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns a list of the column keys for the data.
- getColumnKeys() - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns a list of the column keys (the order is significant, since data values can be accessed by index as well as by key).
- getColumnKeys() - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns a list of the column keys for the dataset.
- getComposeType() - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the type of composition performed by this renderer.
- getComposeType() - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the compose-type for the renderer.
- getComposeType() - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Returns the type of composition performed by the renderer.
- getConfiguredType() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the configured type for the axis.
- getConfiguredType() - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Returns the type of use that the axis has been configured for.
- getContent() - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Returns a reference to the content panel.
- getCurrentTickLabelFormat() - Method in class org.jfree.chart3d.axis.IntegerTickSelector
- getCurrentTickLabelFormat() - Method in class org.jfree.chart3d.axis.NumberTickSelector
- getCurrentTickLabelFormat() - Method in interface org.jfree.chart3d.axis.TickSelector
-
Returns the tick formatter associated with the tick size that the cursor is currently referencing.
- getCurrentTickSize() - Method in class org.jfree.chart3d.axis.IntegerTickSelector
- getCurrentTickSize() - Method in class org.jfree.chart3d.axis.NumberTickSelector
- getCurrentTickSize() - Method in interface org.jfree.chart3d.axis.TickSelector
-
Returns the tick size that the cursor is currently referencing.
- getDataset() - Method in class org.jfree.chart3d.data.Dataset3DChangeEvent
-
Returns the dataset that this event is associated with.
- getDataset() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the dataset for the chart.
- getDataset() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the dataset.
- getDataset() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the dataset for the plot.
- getDataValue() - Method in class org.jfree.chart3d.axis.TickData
-
Returns the data value when the tick data is for a
NumberAxis3D
, andDouble.NaN
otherwise. - getDefaultAutoRange() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the default range used when the
autoAdjustRange
flag istrue
but the dataset contains no values. - getDefaultChartStyle() - Static method in class org.jfree.chart3d.Chart3DFactory
-
Returns a new instance of the default chart style (so that, by default, all charts will have an independent style instance).
- getDefaultColors() - Static method in class org.jfree.chart3d.Colors
-
Returns the default colors.
- getDefaultFont() - Method in class org.jfree.chart3d.plot.StandardFontSource
-
Returns the default font.
- getDepth() - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Returns the depth.
- getDepth() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the depth of the pie (the default value is 2.0).
- getDepth() - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Returns the depth (in 3D) for the area (in world units).
- getDescription() - Method in interface org.jfree.chart3d.legend.LegendItemInfo
-
Returns a longer description of the series (this could be used in tooltips, for example).
- getDescription() - Method in class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Returns the description for the legend item.
- getDesignSeedsPepper() - Static method in class org.jfree.chart3d.Colors
-
Returns an array of six colors (source: http://blog.design-seeds.com/generating-color/).
- getDesignSeedsShells() - Static method in class org.jfree.chart3d.Colors
-
Returns an array of six colors (source: http://blog.design-seeds.com/generating-color/).
- getDiagonalLength() - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Returns the length of a diagonal from one corner of the box to another.
- getDimension() - Method in class org.jfree.chart3d.table.ElementInfo
-
Returns the element's size.
- getDimensions() - Method in class org.jfree.chart3d.Chart3D
-
Returns the dimensions of the 3D object.
- getDimensions() - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Returns the dimensions of the 3D object.
- getDimensions() - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Returns the aggregate dimensions of the objects in the 3D scene.
- getDimensions() - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Returns the dimensions of the box in 3D space into which the plot will be composed.
- getDimensions() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the dimensions for the plot.
- getDimensions() - Method in interface org.jfree.chart3d.plot.Plot3D
-
Returns the dimensions for the plot in the 3D world in which it will be composed.
- getDoubleValue(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns the value for the specified item, as a double primitive, provided that the data value is an instance of
Number
. - getDoubleValue(int) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns the value for the specified item as a double primitive.
- getDoubleValue(int) - Method in interface org.jfree.chart3d.data.Values
-
Returns the value for the specified item as a double primitive, provided that the data type is a subclass of
Number
. - getDoubleValue(int, int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the data item at the specified position as a double primitive.
- getDoubleValue(int, int) - Method in interface org.jfree.chart3d.data.Values2D
-
Returns the data value at the specified position as a double primitive, or
Double.NaN
if the value is not an instance ofNumber
. - getDoubleValue(int, int, int) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the value for a series at the specified cell (referenced by row index and column index) as a double primitive.
- getDoubleValue(int, int, int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
- getDoubleValue(int, int, int) - Method in interface org.jfree.chart3d.data.Values3D
-
Returns the data item at the specified position as a double primitive.
- getDrawable() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the
Drawable3D
object that is displayed in this panel. - getDrawFaceOutlines() - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Returns the flag that controls whether or not the faces making up area segments will be drawn with outlines.
- getDrawFaceOutlines() - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the flag that controls whether or not the faces that make up the surface have their outlines drawn during rendering.
- getDX() - Method in class org.jfree.chart3d.graphics3d.Offset2D
-
Returns the x-offset.
- getDX() - Method in class org.jfree.chart3d.graphics3d.Offset3D
-
Returns the x-offset.
- getDX() - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Returns the x-translation amount.
- getDY() - Method in class org.jfree.chart3d.graphics3d.Offset2D
-
Returns the y-offset.
- getDY() - Method in class org.jfree.chart3d.graphics3d.Offset3D
-
Returns the y-offset.
- getDY() - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Returns the y-translation amount.
- getDZ() - Method in class org.jfree.chart3d.graphics3d.Offset3D
-
Returns the z-offset.
- getEarthColors() - Static method in class org.jfree.chart3d.Colors
-
Returns a palette of 7 colors with earth tones.
- getElement() - Method in class org.jfree.chart3d.interaction.Chart3DMouseEvent
-
Returns the interactive element (if any) under the mouse point.
- getElement() - Method in class org.jfree.chart3d.table.ElementInfo
-
Returns the element.
- getElementHinting() - Method in class org.jfree.chart3d.Chart3D
-
Returns the flag that controls whether or not element hints will be added to the
Graphics2D
output when the chart is rendered. - getElements() - Method in class org.jfree.chart3d.table.FlowElement
-
Returns a (new) list containing the elements in this flow layout.
- getElements() - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Returns a (new) list containing the elements in this flow layout.
- getEnd() - Method in class org.jfree.chart3d.graphics3d.Line3D
-
Returns the ending point for the line.
- getEnd() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the ending point for the range marker.
- getEndLine() - Method in class org.jfree.chart3d.marker.MarkerData
-
A convenience method that returns the end line data for a range marker.
- getFaceCount() - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the number of faces.
- getFaces() - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the faces for this object.
- getFaces() - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Returns the list of faces rendered.
- getFaces() - Method in class org.jfree.chart3d.graphics3d.World
-
Fetches the faces for all the objects in this world, updating the offset to match the current position.
- getFillColor() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the color used to fill the marker band.
- getFillColor() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the color used to fill the band representing the range for the marker.
- getFillColor() - Method in class org.jfree.chart3d.table.ShapeElement
-
Returns the fill color.
- getFont() - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Returns the font.
- getFont() - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the font used to display the labels on the color scale.
- getFont() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the font for the label.
- getFont() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the font for the label.
- getFont() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the font for the label.
- getFont() - Method in class org.jfree.chart3d.table.TextElement
-
Returns the font.
- getFont(K) - Method in interface org.jfree.chart3d.plot.FontSource
-
Returns a font based on the supplied key.
- getFont(K) - Method in class org.jfree.chart3d.plot.StandardFontSource
-
Returns the font for the specified key.
- getFontAwesomeFont(int) - Static method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Returns a font for "Font Awesome" (http://fontawesome.io) at the specified size.
- getFooter() - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Returns the footer text.
- getFooterAlignment() - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Returns the footer alignment.
- getGridlineColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color used to draw the gridlines.
- getGridlineColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color used for the gridlines.
- getGridlinePaintForColumns() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the paint used to draw the grid lines for the column axis, if they are visible.
- getGridlinePaintForRows() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the paint used to draw the gridlines for the row axis, if they are visible.
- getGridlinePaintForValues() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the paint for the gridlines associated with the value axis.
- getGridlinePaintX() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the paint used to draw the gridlines for the x-axis.
- getGridlinePaintY() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the paint used to draw the gridlines for the y-axis.
- getGridlinePaintZ() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the paint used to draw the gridlines for the z-axis.
- getGridlineStroke() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the stroke used to draw the gridlines.
- getGridlineStroke() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the stroke used to draw the gridlines.
- getGridlineStrokeForColumns() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the stroke for the gridlines associated with the column axis.
- getGridlineStrokeForRows() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the stroke for the gridlines associated with the row axis.
- getGridlineStrokeForValues() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the stroke for the gridlines associated with the value axis.
- getGridlineStrokeX() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the stroke used to draw the gridlines for the x-axis.
- getGridlineStrokeY() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the stroke used to draw the gridlines for the y-axis.
- getGridlineStrokeZ() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the stroke used to draw the gridlines for the z-axis.
- getGridlinesVisibleForColumns() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns
true
if gridlines are shown for the column axis andfalse
otherwise. - getGridlinesVisibleForRows() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns
true
if gridlines are shown for the column axis andfalse
otherwise. - getGridlinesVisibleForValues() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns
true
if gridlines are shown for the column axis andfalse
otherwise. - getHeader() - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Returns the header text.
- getHeaderAlignment() - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Returns the header alignment.
- getHeight() - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Returns the height.
- getHeight() - Method in class org.jfree.chart3d.table.ElementDimension
-
Returns the height.
- getHGap() - Method in class org.jfree.chart3d.table.FlowElement
-
Returns the horizontal gap between elements, specified in Java2D units.
- getHighColor() - Method in class org.jfree.chart3d.renderer.GradientColorScale
-
Returns the color for the high end of the data value range.
- getHorizontalAlignment() - Method in class org.jfree.chart3d.table.FlowElement
-
Returns the horizontal alignment of items within rows.
- getHorizontalAlignment() - Method in class org.jfree.chart3d.table.TextElement
-
Returns the horizontal alignment that will be used when rendering the text.
- getHorizontalRotationAxis() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns a vector at right angles to the viewing direction and the "up" vector (this axis can be used to rotate forward and backwards).
- getHueSubrange() - Method in class org.jfree.chart3d.renderer.RainbowScale
-
Returns the sub-range of hues used in this scale.
- getID() - Method in class org.jfree.chart3d.Chart3D
-
Returns the chart id.
- getIgnoreFixedColorScale() - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Returns the flag that controls whether or not a
FixedColorScale
will be ignored for the purposes of generating a legend. - getImage() - Method in class org.jfree.chart3d.table.StandardRectanglePainter
-
Returns the image.
- getImageFit() - Method in class org.jfree.chart3d.table.StandardRectanglePainter
-
Returns the image fit specification.
- getIndex(K) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns the index of the item with the specified key, or
-1
if there is no such item. - getIndex(K) - Method in interface org.jfree.chart3d.data.KeyedValues
-
Returns the index for the specified key, or
-1
if the key is not present in the list. - getIndex(K) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns the index for the specified key, or
-1
if the key is not present in the list. - getInsets() - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the insets.
- getIsolatedItemWidthPercent() - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Returns the width for isolated data items as a percentage of the category width.
- getItemCount() - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns the number of items in the list.
- getItemCount() - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns the number of items in the dataset.
- getItemCount() - Method in interface org.jfree.chart3d.data.Values
-
Returns the number of items in the dataset.
- getItemCount() - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns the number of items in the series.
- getItemCount(int) - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the number of items in a given series.
- getItemCount(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the number of items in the specified series.
- getItemIndex() - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
-
Returns the item index.
- getItemLabelBackgroundColor() - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Returns the background color for item labels.
- getItemLabelColor() - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Returns the foreground color used to display item labels.
- getItemLabelFont() - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Returns the font used to display item labels, if there are any.
- getItemLabelGenerator() - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Returns the item label generator for the renderer (possibly
null
). - getItemLabelGenerator() - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the item label generator for the renderer.
- getItemLabelOffsetPercent() - Method in class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Returns the item label offsets.
- getItemLabelOffsets() - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Returns the item label offsets.
- getItemLabelPositioning() - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Returns the item label positioning.
- getItems() - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns a list containing all the items for the dataset (a new list is created each time this method is called, so the list can be freely modified without affecting the state of this series).
- getItemSelection() - Method in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
Returns the item selection.
- getItemSelection() - Method in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
Returns the item selection (if this is non-
null
, labels will only be generated for the items in the selection). - getKey() - Method in class org.jfree.chart3d.axis.TickData
-
Returns the key when the tick data is for a
CategoryAxis3D
, andnull
otherwise. - getKey() - Method in class org.jfree.chart3d.data.DefaultKeyedValue
-
Returns the key.
- getKey() - Method in interface org.jfree.chart3d.data.KeyedValue
-
Returns the key (by design, this key is required to be non-
null
). - getKey() - Method in class org.jfree.chart3d.data.KeyedValuesItemKey
-
Returns the key.
- getKey() - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns the series key.
- getKey(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns the key for the item with the specified index.
- getKey(int) - Method in interface org.jfree.chart3d.data.KeyedValues
-
Returns the key for the specified item in the list.
- getKey(int) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns the key for the specified item in the list.
- getKeyLabel() - Method in class org.jfree.chart3d.axis.TickData
-
Returns the key label.
- getKeys() - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns a list of all the keys.
- getKeys() - Method in interface org.jfree.chart3d.data.KeyedValues
-
Returns a list of all the keys.
- getKeys() - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns a list of all the keys in the dataset.
- getLabel() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the axis label - the text that describes what the axis measures.
- getLabel() - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Returns the label.
- getLabel() - Method in interface org.jfree.chart3d.legend.LegendItemInfo
-
Returns the series label that will be displayed in the legend.
- getLabel() - Method in class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Returns the label for the legend item.
- getLabel() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the label for the marker (if this is
null
then no label is displayed). - getLabel() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the label for the marker (if this is
null
then no label is displayed). - getLabel() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the label for the marker (if this is
null
then no label is displayed). - getLabelAnchor() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the anchor for the label.
- getLabelAnchor() - Method in class org.jfree.chart3d.marker.MarkerData
-
Returns the label anchor.
- getLabelAnchor() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the anchor for the label.
- getLabelAnchor() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the anchor for the label.
- getLabelColor() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the color used for the label.
- getLabelColor() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the color used to draw the axis label.
- getLabelColor() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the label color.
- getLabelColor() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the label color.
- getLabelColor() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the label color.
- getLabelFaces(double, double, double) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns a list of label faces for the plot.
- getLabelFont() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the font used to display the main axis label.
- getLabelFont() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the font that is used to display the main axis label.
- getLabelOffset() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the offset between the tick labels and the axis label, measured in Java2D units.
- getLabelPoint() - Method in class org.jfree.chart3d.marker.MarkerData
-
Returns the label projection point.
- getLabelVertexIndex() - Method in class org.jfree.chart3d.marker.MarkerData
-
Returns the label vertex index.
- getLastClickPoint() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the last click point (possibly
null
). - getLegendAnchor() - Method in class org.jfree.chart3d.Chart3D
-
Returns the legend anchor.
- getLegendBuilder() - Method in class org.jfree.chart3d.Chart3D
-
Returns the legend builder.
- getLegendColor(int) - Method in interface org.jfree.chart3d.renderer.category.CategoryColorSource
-
Returns the color to be used in the legend to represent the specified series.
- getLegendColor(int) - Method in class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
-
Returns the color to use in the legend for the specified series.
- getLegendColor(int) - Method in class org.jfree.chart3d.renderer.xyz.StandardXYZColorSource
-
Returns the color to use in the legend for the specified series.
- getLegendColor(int) - Method in interface org.jfree.chart3d.renderer.xyz.XYZColorSource
-
Returns the color that represents the specified series.
- getLegendFooterBackgroundColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color used for the background of legend footer text (if any).
- getLegendFooterBackgroundColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the background color for the legend footer.
- getLegendFooterColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color used for the legend footer text (if any).
- getLegendFooterColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the foreground color for the legend footer.
- getLegendFooterFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the legend footer font.
- getLegendFooterFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font for the legend footer.
- getLegendHeaderBackgroundColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the background color for the legend header if there is one.
- getLegendHeaderBackgroundColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the background color for the legend header.
- getLegendHeaderColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the foreground color for the legend header if there is one.
- getLegendHeaderColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the foreground color for the legend header.
- getLegendHeaderFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the legend header font.
- getLegendHeaderFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used to display the legend header.
- getLegendInfo() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns a list containing legend item info, typically one item for each series in the chart.
- getLegendInfo() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns a list containing legend item info, typically one item for each series in the chart.
- getLegendInfo() - Method in interface org.jfree.chart3d.plot.Plot3D
-
Returns a list containing legend item info, typically one item for each series in the chart.
- getLegendInfo() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns a list containing legend item info, typically one item for each series in the chart.
- getLegendItemBackgroundColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the background color for legend items.
- getLegendItemBackgroundColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the background color for legend items.
- getLegendItemColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the foreground color for legend items.
- getLegendItemColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the foreground color used for the legend items.
- getLegendItemFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the legend item font.
- getLegendItemFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used for legend item text.
- getLegendItemShape() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the standard shape for legend items.
- getLegendItemShape() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the standard shape for legend items.
- getLegendLabelGenerator() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the legend label generator, an object that converts key values in the dataset into corresponding strings for presentation in the chart.
- getLegendLabelGenerator() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the object that creates legend labels for each section of the pie chart.
- getLegendLabelGenerator() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the legend label generator.
- getLegendOrientation() - Method in class org.jfree.chart3d.Chart3D
-
Returns the orientation for the legend.
- getLength() - Method in class org.jfree.chart3d.data.Range
-
Returns the length of the range.
- getLineColor() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the color used to draw the axis line.
- getLineColor() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the line color for the marker.
- getLineColor() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the color for the marker line.
- getLineHeight() - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Returns the line height in world units.
- getLineStroke() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the stroke used to draw the axis line.
- getLineStroke() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the line stroke.
- getLineStroke() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the stroke for the marker line.
- getLineWidth() - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Returns the line width in world units.
- getListeners(Class<T>) - Method in class org.jfree.chart3d.Chart3DPanel
-
Returns an array of the listeners of the given type registered with the panel.
- getLocale() - Static method in class org.jfree.chart3d.Resources
-
Returns the locale that is being used for supplying resources.
- getLowColor() - Method in class org.jfree.chart3d.renderer.GradientColorScale
-
Returns the color for the low end of the data value range.
- getLowerMargin() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the size of the lower margin that is added by the auto-range calculation, as a percentage of the data range.
- getLowerMargin() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the margin to leave at the lower end of the axis, as a percentage of the axis length.
- getMargin() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the margin, expressed as a percentage, that controls the amount of space to leave around the edges of the 3D content when the
zoomToFit()
method is called. - getMarker() - Method in class org.jfree.chart3d.marker.MarkerChangeEvent
-
Returns the marker associated with this event.
- getMarker(String) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the marker with the specified key, if there is one.
- getMarker(String) - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Returns the marker with the specified key, if there is one.
- getMarker(String) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the marker with the specified key, if there is one.
- getMarker(String) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Returns the marker with the specified key, if there is one.
- getMarkerFillColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color used to fill the band representing the marker range.
- getMarkerFillColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color used to fill the band representing the marker range.
- getMarkerKey() - Method in class org.jfree.chart3d.marker.MarkerData
-
Returns the marker key (allows retrieval of the original marker object when required).
- getMarkerLabelColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color for the marker labels.
- getMarkerLabelColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color for the marker labels.
- getMarkerLabelFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the font used to draw marker labels.
- getMarkerLabelFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used to draw marker labels.
- getMarkerLineColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the color used to draw marker lines.
- getMarkerLineColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color used to draw marker lines.
- getMarkerLineStroke() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the stroke used to draw marker lines.
- getMarkerLineStroke() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the stroke used to draw marker lines.
- getMarkers() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns a new map containing the markers assigned to this axis.
- getMarkers() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns a new map containing the markers that are assigned to this axis.
- getMax() - Method in class org.jfree.chart3d.data.Range
-
Returns the upper bound of the range.
- getMaxTickLabelLevels() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the maximum number of offset levels for the category labels on the axis.
- getMaxViewingDistanceMultiplier() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the multiplier for the maximum viewing distance (a multiple of the minimum viewing distance).
- getMin() - Method in class org.jfree.chart3d.data.Range
-
Returns the lower bound of the range.
- getMinAutoRangeLength() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the minimum length for the axis range when auto-calculated.
- getMinViewingDistance() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the minimum viewing distance.
- getNoScalingFitter(RefPt2D) - Static method in class org.jfree.chart3d.graphics2d.Fit2D
-
Returns a fitter for the specified reference point.
- getNotify() - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns the flag that controls whether or not change events are sent to registered listeners.
- getObjects() - Method in class org.jfree.chart3d.graphics3d.World
-
Returns a newly created list containing all the objects in the world model.
- getOffset() - Method in class org.jfree.chart3d.graphics2d.Anchor2D
-
Returns the offsets.
- getOffset() - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns the offset to add to the vertex indices.
- getOrientation() - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the orientation.
- getOutline() - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns
true
if an outline should be drawn for this face, andfalse
otherwise. - getOutline() - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the outline flag.
- getOutline(Face) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns
true
if an outline should be drawn for the specified face, andfalse
otherwise. - getOwner() - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns the object that this face belongs too (as passed to the constructor).
- getPaint() - Method in class org.jfree.chart3d.table.StandardRectanglePainter
-
Returns the paint that will be used to fill rectangles.
- getPanIncrement() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the angle delta for each pan left or right.
- getPhi() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns phi (calculated from the cartesian coordinates).
- getPhi() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the angle of the viewing point down from the z-axis.
- getPlot() - Method in class org.jfree.chart3d.Chart3D
-
Returns the plot, which manages the dataset, the axes (if any), the renderer (if any) and other attributes related to plotting data.
- getPlot() - Method in class org.jfree.chart3d.plot.Plot3DChangeEvent
-
Returns the plot from which the event came.
- getPlot() - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Returns the plot that the renderer is currently assigned to, if any.
- getPlot() - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Returns the plot that this renderer is assigned to.
- getPlot() - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Returns the plot that the renderer is assigned to, if any.
- getPlot() - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Returns the plot that this renderer is assigned to.
- getPoint() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the location of the view point.
- getPos() - Method in class org.jfree.chart3d.axis.TickData
-
Returns the position of the tick, as a percentage along the axis (for example, 0.5 is halfway along the axis).
- getPos() - Method in class org.jfree.chart3d.marker.MarkerLine
-
Returns the relative position of the line along the axis.
- getProjDistance() - Method in class org.jfree.chart3d.Chart3D
-
Returns the projection distance.
- getProjDistance() - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Returns the projection distance.
- getProjDistance() - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Returns the projection distance.
- getProjectedPoints() - Method in class org.jfree.chart3d.graphics3d.RenderingInfo
-
Returns the projected points.
- getProperties() - Method in interface org.jfree.chart3d.legend.LegendItemInfo
-
A map containing other properties for the legend item.
- getProperties() - Method in class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Returns the properties for the legend item.
- getProperty(String) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the value of the property with the specified key, or
null
if there is no property defined for that key. - getProperty(String) - Method in class org.jfree.chart3d.graphics3d.RenderedElement
-
Returns the value of the property with the specified key, or
null
). - getProperty(String) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the value of the property with the specified key, or
null
. - getProperty(String) - Method in interface org.jfree.chart3d.table.TableElement
-
Returns the value of the property with the specified key, or
null
. - getRadius() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the radius of the pie (the default value is 8.0).
- getRange() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the axis range.
- getRange() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the axis range (the minimum and maximum values displayed on the axis).
- getRange() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the range for the axis.
- getRange() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the range for the marker (in this case, a single value range).
- getRange() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the range of values for the marker.
- getRange() - Method in interface org.jfree.chart3d.marker.ValueMarker
-
Returns the range of values covered by the marker.
- getRange() - Method in class org.jfree.chart3d.renderer.AbstractColorScale
-
Returns the range of data values over which the scale is defined.
- getRange() - Method in interface org.jfree.chart3d.renderer.ColorScale
-
Returns the range over which the scale is defined.
- getRange() - Method in class org.jfree.chart3d.renderer.FixedColorScale
-
Returns the range
0.0
to1.0
always. - getRefPoint() - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the anchor point used to align the element with the bounding rectangle within which it is drawn.
- getRefPoint() - Method in interface org.jfree.chart3d.table.TableElement
-
Returns the reference point used to align the element with the bounding rectangle within which it is drawn.
- getRefPt() - Method in class org.jfree.chart3d.graphics2d.Anchor2D
-
Returns the reference point.
- getRenderer() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the renderer (very often you will need to cast this to a specific class to make customisations).
- getRenderer() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the renderer for the plot.
- getRenderer() - Method in class org.jfree.chart3d.renderer.Renderer3DChangeEvent
-
Returns the renderer that the event relates to.
- getRenderingHints() - Method in class org.jfree.chart3d.Chart3D
-
Returns the collection of rendering hints for the chart.
- getRenderingInfo() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the rendering info from the previous call to draw().
- getRho() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns rho (calculated from the cartesian coordinates).
- getRho() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the distance of the viewing point from the origin.
- getRollIncrement() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the angle delta for each roll operation.
- getRotateIncrement() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the angle delta for each rotate up or down.
- getRowAlignment() - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Returns the row alignment.
- getRowAxis() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the row axis.
- getRowAxisGridlinesVisible() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the row axis in category plots.
- getRowAxisGridlinesVisible() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the row axis in category plots.
- getRowCount() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the number of rows in the dataset.
- getRowCount() - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the number of row keys in the table.
- getRowCount() - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
- getRowCount() - Method in interface org.jfree.chart3d.data.Values2D
-
Returns the number of rows in the grid.
- getRowCount() - Method in interface org.jfree.chart3d.data.Values3D
-
Returns the number of items in the y-dimension.
- getRowIndex(R) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the index of the specified row key, or
-1
if there is no matching key. - getRowIndex(R) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the index corresponding to the specified row key.
- getRowIndex(R) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the index for the specified row key, or
-1
if the key is not present in this data structure. - getRowIndex(R) - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns the index of the specified key, or
-1
if there is no such key. - getRowIndex(R) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the index of the specified row key, or
-1
if there is no matching key. - getRowKey() - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
-
Returns the row key.
- getRowKey(int) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the key for the specified row.
- getRowKey(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the row key corresponding to the specified index.
- getRowKey(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the row key with the specified index.
- getRowKey(int) - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns the row key with the specified index.
- getRowKey(int) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the row key with the specified index.
- getRowKeys() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns a list of the row keys for the dataset.
- getRowKeys() - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns a copy of the list of row keys.
- getRowKeys() - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns a list of the row keys for the data.
- getRowKeys() - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns a list of the row keys (the order is significant, since data values can be accessed by index as well as by key).
- getRowKeys() - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns a list of the row keys for the dataset.
- getSampleCount() - Method in class org.jfree.chart3d.renderer.GradientColorScale
-
Returns the number of samples used by this color scale.
- getSampleCount() - Method in class org.jfree.chart3d.renderer.RainbowScale
-
Returns the number of samples used by this color scale.
- getSAPMultiColor() - Static method in class org.jfree.chart3d.Colors
-
Returns a set of colors sourced from http://www.sapdesignguild.org/goodies/diagram_guidelines/index.html.
- getScale() - Method in class org.jfree.chart3d.graphics2d.Fit2D
-
Returns the scaling.
- getSectionColorSource() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the color source for section colors.
- getSectionLabelColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the foreground color used for pie section labels.
- getSectionLabelColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color used to display pie section labels.
- getSectionLabelColorSource() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the color source for section labels.
- getSectionLabelFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the font used for pie section labels.
- getSectionLabelFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used for pie section labels.
- getSectionLabelFontSource() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the font source that is used to determine the font to use for the section labels.
- getSectionLabelGenerator() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the object that creates labels for each section of the pie chart.
- getSegmentCount() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the number of segments used when composing the 3D objects representing the pie chart.
- getSeries(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the series with the specified index.
- getSeries(Comparable<?>) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the series with the specified key, or
null
if there is no such series. - getSeriesCount() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the number of data series in the dataset.
- getSeriesCount() - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
- getSeriesCount() - Method in interface org.jfree.chart3d.data.Values3D
-
Returns the number of items in the x-dimension.
- getSeriesCount() - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the number of series in the dataset.
- getSeriesCount() - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the number of series in the collection.
- getSeriesIndex(S) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the index for the specified series key, or
-1
if the key is not defined in the dataset. - getSeriesIndex(S) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the index for the specified series key, or
-1
if the key is not present in this data structure. - getSeriesIndex(S) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the index of the specified series key, or
-1
if there is no matching key. - getSeriesIndex(S) - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the index of the specified series key, or
-1
if the key is not found. - getSeriesIndex(S) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the index of the series with the specified key, or
-1
if there is no series with the specified key. - getSeriesKey() - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
-
Returns the series key.
- getSeriesKey() - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
-
Returns the series key.
- getSeriesKey() - Method in interface org.jfree.chart3d.legend.LegendItemInfo
-
Returns the series key.
- getSeriesKey() - Method in class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Returns the series key.
- getSeriesKey(int) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the key for the specified series.
- getSeriesKey(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the series key with the specified index.
- getSeriesKey(int) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the series key with the specified index.
- getSeriesKey(int) - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the key for the specified series.
- getSeriesKey(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the key for the specified series.
- getSeriesKeys() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns a list of the series keys for the dataset.
- getSeriesKeys() - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns a list of the series keys for the data.
- getSeriesKeys() - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns a list of the series keys for the dataset.
- getSeriesKeys() - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns a list of the series-keys for the dataset.
- getSeriesKeys() - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns a new list containing all the series keys.
- getShape() - Method in interface org.jfree.chart3d.legend.LegendItemInfo
-
Returns the shape used to represent the series in the legend.
- getShape() - Method in class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Returns the shape for the legend item.
- getSize() - Method in class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Returns the size of the cubes (in world units) used to display each data item.
- getSmallestValue() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the smallest positive data value that will be represented on the axis.
- getStandardColors() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the standard colors for the style.
- getStandardColors() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the standard colors for the style.
- getStart() - Method in class org.jfree.chart3d.graphics3d.Line3D
-
Returns the starting point for the line.
- getStart() - Method in class org.jfree.chart3d.marker.RangeMarker
-
Returns the starting point for the range marker.
- getStartLine() - Method in class org.jfree.chart3d.marker.MarkerData
-
A convenience method that returns the start line data for a range marker.
- getStyle() - Method in class org.jfree.chart3d.Chart3D
-
Returns the chart style.
- getSubtitleBackgroundColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the background color for the chart subtitle.
- getSubtitleBackgroundColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the background color for the chart subtitle.
- getSubtitleColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the foreground color for the chart subtitle.
- getSubtitleColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the color for the chart subtitle.
- getSubtitleFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the subtitle font.
- getSubtitleFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the font used for the chart subtitle.
- getSunX() - Method in class org.jfree.chart3d.graphics3d.World
-
Returns the x-component of the sunlight vector.
- getSunY() - Method in class org.jfree.chart3d.graphics3d.World
-
Returns the y-component of the sunlight vector.
- getSunZ() - Method in class org.jfree.chart3d.graphics3d.World
-
Returns the z-component of the sunlight vector.
- getTag() - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns the tag for this face (always
null
for this class, subclasses may override). - getTag() - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the tag for this element.
- getTextColor() - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Returns the foreground color for the label text.
- getTextColor() - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the text color.
- getTheta() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns theta (calculated from the cartesian coordinates).
- getTheta() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the angle of rotation from the x-axis about the z-axis, in radians.
- getTickLabelColor() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the foreground color for the tick labels.
- getTickLabelColor() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the color used to draw the axis tick labels.
- getTickLabelFactor() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the tick label factor, a multiplier for the label height to determine the maximum number of tick labels that can be displayed.
- getTickLabelFactor() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the tick label factor.
- getTickLabelFont() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the font used to display the tick labels.
- getTickLabelFont() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the font that is used to display the tick labels.
- getTickLabelFormatter() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the tick label formatter.
- getTickLabelFormatter() - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Returns the tick label formatter.
- getTickLabelGenerator() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the tick label generator for the axis.
- getTickLabelOffset() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the tick label offset, the gap between the tick marks and the tick labels (in Java2D units).
- getTickLabelOffset() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the offset between the tick marks and the tick labels.
- getTickLabelOrientation() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the orientation for the tick labels.
- getTickLabelOrientation() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the orientation for the tick labels.
- getTickLabelsVisible() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the flag that controls whether or not the tick labels are drawn.
- getTickMarkLength() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the length of the tick marks (in Java2D units).
- getTickMarkLength() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the tick mark length (in Java2D units).
- getTickMarkPaint() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the paint used to draw the tick marks.
- getTickMarkPaint() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the paint used to draw the tick marks, if they are visible.
- getTickMarkStroke() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the stroke used to draw the tick marks.
- getTickMarkStroke() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the stroke used to draw the tick marks, if they are visible.
- getTickSelector() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the tick selector for the axis.
- getTickSelector() - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Returns the tick selector, an object that is responsible for choosing standard tick units for the axis.
- getTickSize() - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Returns the tick size to be used when the tick selector is
null
. - getTickSize() - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Returns the tick size (to be used when the tick selector is
null
). - getTitle() - Method in class org.jfree.chart3d.Chart3D
-
Returns the chart title.
- getTitleAnchor() - Method in class org.jfree.chart3d.Chart3D
-
Returns the title anchor.
- getTitleBackgroundColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the background color for the chart title.
- getTitleBackgroundColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the background color for the title.
- getTitleColor() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the foreground color for the chart title.
- getTitleColor() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the title color.
- getTitleFont() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the title font.
- getTitleFont() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the chart title font.
- getToolTipGenerator() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the tool tip generator.
- getToolTipGenerator() - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Returns the tool tip generator.
- getToolTipText(MouseEvent) - Method in class org.jfree.chart3d.Chart3DPanel
- getTopColorSource() - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Returns the object used to fetch the color for the top of bars where the top of the bar is "cropped" (on account of the data value falling outside of the bounds of the y-axis).
- getTopColorSource() - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Returns the object used to fetch the color for the top of bars where the top of the bar is "cropped" (on account of the data value falling outside of the bounds of the y-axis).
- getTranslate2D() - Method in class org.jfree.chart3d.Chart3D
-
Sets the offset in 2D-space for the rendering of the chart.
- getTranslate2D() - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
- getTranslate2D() - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Returns the 2D offset for the scene.
- getTrigger() - Method in class org.jfree.chart3d.interaction.Chart3DMouseEvent
-
Returns the mouse event that triggered this event.
- getType() - Method in class org.jfree.chart3d.graphics3d.RenderedElement
-
Returns the element type, as specified in the constructor.
- getType() - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Returns the marker type which determines whether the marker is drawn as a band (the default) or a line.
- getType() - Method in class org.jfree.chart3d.marker.MarkerData
-
Returns the type of marker data (value or range).
- getUpperMargin() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the size of the upper margin that is added by the auto-range calculation, as a percentage of the data range.
- getUpperMargin() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns the margin to leave at the upper end of the axis, as a percentage of the axis length.
- getV0() - Method in class org.jfree.chart3d.marker.MarkerLine
-
Returns the index of the vertex for the start of the line.
- getV1() - Method in class org.jfree.chart3d.marker.MarkerLine
-
Returns the index of the vertex for the end of the line.
- getValue() - Method in class org.jfree.chart3d.data.DefaultKeyedValue
-
Returns the value.
- getValue() - Method in interface org.jfree.chart3d.data.KeyedValue
-
Returns the value.
- getValue() - Method in class org.jfree.chart3d.marker.NumberMarker
-
Returns the value for the marker (the initial value comes from the constructor).
- getValue(double, double) - Method in interface org.jfree.chart3d.data.function.Function3D
-
Returns the value of the function ('y') for the specified inputs ('x' and 'z').
- getValue(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns the value for the specified item.
- getValue(int) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns the value for the specified item.
- getValue(int) - Method in interface org.jfree.chart3d.data.Values
-
Returns the value for the specified item.
- getValue(int, int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns the value from one cell in the table.
- getValue(int, int) - Method in interface org.jfree.chart3d.data.Values2D
-
Returns the data item at the specified position.
- getValue(int, int, int) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the value for a series at the specified cell (referenced by row index and column index).
- getValue(int, int, int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
- getValue(int, int, int) - Method in interface org.jfree.chart3d.data.Values3D
-
Returns the data item at the specified position.
- getValue(K) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Returns the value with the specified key.
- getValue(K) - Method in interface org.jfree.chart3d.data.KeyedValues
-
Returns the value associated with the specified key, or
null
. - getValue(K) - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns the value associated with the specified key, or
null
. - getValue(R, C) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Returns a value from one cell in the table.
- getValue(R, C) - Method in interface org.jfree.chart3d.data.KeyedValues2D
-
Returns the value (possibly
null
) associated with the specified keys. - getValue(S, R, C) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns the value for a series at the specified cell (referenced by row key and column key).
- getValue(S, R, C) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Returns the value for the specified data item.
- getValue(S, R, C) - Method in interface org.jfree.chart3d.data.KeyedValues3D
-
Returns the value for a given series, row and column.
- getValueAxis() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the value axis (the vertical axis in the plot).
- getValueLine() - Method in class org.jfree.chart3d.marker.MarkerData
-
A convenience method that returns the value line data for a value marker.
- getVertexCount() - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns the number of vertices in this face.
- getVertexCount() - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Returns the number of vertices for this object.
- getVertexCount() - Method in class org.jfree.chart3d.graphics3d.World
-
Returns the total number of vertices for all objects in this world.
- getVertexIndex() - Method in class org.jfree.chart3d.axis.TickData
-
Returns the vertex index that is the anchor point for the tick mark.
- getVertexIndex(int) - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns the index for the specified vertex.
- getVerticalAlignment() - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Returns the vertical alignment for the elements.
- getVerticalRotationAxis() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the vector that points "up" in relation to the orientation of the view point.
- getVGap() - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Returns the vertical gap between elements, in Java2D units.
- getViewPoint() - Method in class org.jfree.chart3d.Chart3D
-
Returns the view point.
- getViewPoint() - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Returns the view point.
- getViewPoint() - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Returns the point from which the 3D scene is viewed.
- getViewPoint() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Returns the view point that is maintained by the
Drawable3D
instance on display. - getWidth() - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Returns the width.
- getWidth() - Method in class org.jfree.chart3d.table.ElementDimension
-
Returns the width.
- getX() - Method in class org.jfree.chart3d.data.xyz.XYZDataItem
-
Returns the x-value.
- getX() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns the x-coordinate specified in the constructor.
- getX() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the x-coordinate of the viewing point.
- getX(int, int) - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the x-value for an item in a series.
- getX(int, int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the x-value for one item in a series.
- getXAxis() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the x-axis.
- getXAxisGridlinesVisible() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the x-axis (or column axis).
- getXAxisGridlinesVisible() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the flag that specifies whether or not gridlines are drawn for the x-axis.
- getXSamples() - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the number of samples the renderer will take along the x-axis when plotting the function.
- getXValue(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns the x-value for the specified item in the series.
- getY() - Method in class org.jfree.chart3d.data.xyz.XYZDataItem
-
Returns the y-value.
- getY() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns the y-coordinate specified in the constructor.
- getY() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the y-coordinate of the viewing point.
- getY(int, int) - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the y-value for an item in a series.
- getY(int, int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the y-value for one item in a series.
- getYAxis() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the y-axis.
- getYAxisGridlinesVisible() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the y-axis (or value axis).
- getYAxisGridlinesVisible() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the flag that specifies whether or not gridlines are drawn for the y-axis.
- getYDimensionOverride() - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Returns the y-dimension override.
- getYValue(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns the y-value for the specified item in the series.
- getZ() - Method in class org.jfree.chart3d.data.xyz.XYZDataItem
-
Returns the z-value.
- getZ() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns the z-coordinate specified in the constructor.
- getZ() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns the z-coordinate of the viewing point.
- getZ(int, int) - Method in interface org.jfree.chart3d.data.xyz.XYZDataset
-
Returns the z-value for an item in a series.
- getZ(int, int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns the z-value for one item in a series.
- getZAxis() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the z-axis.
- getZAxisGridlinesVisible() - Method in interface org.jfree.chart3d.style.ChartStyle
-
Returns the flag that controls whether or not gridlines are drawn perpendicular to the z-axis (or row axis).
- getZAxisGridlinesVisible() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns the flag that specifies whether or not gridlines are drawn for the z-axis.
- getZoomMultiplier() - Method in class org.jfree.chart3d.graphics3d.swing.ZoomInAction
-
Returns the zoom multiplier.
- getZoomMultiplier() - Method in class org.jfree.chart3d.graphics3d.swing.ZoomOutAction
-
Returns the zoom multiplier.
- getZSamples() - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Returns the number of samples the renderer will take along the z-axis when plotting the function and sends a
Renderer3DChangeEvent
to all registered listeners. - getZValue(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Returns the z-value for the specified item in the series.
- GradientColorScale - Class in org.jfree.chart3d.renderer
-
A color scale that runs a linear gradient between two colors.
- GradientColorScale(Range, Color, Color) - Constructor for class org.jfree.chart3d.renderer.GradientColorScale
-
Creates a new instance with the specified value range and colors.
- GradientRectanglePainter - Class in org.jfree.chart3d.table
-
A
RectanglePainter
that can fill a rectangle with a gradient (the gradient is generated using anchor points to fit any size rectangle on demand). - GradientRectanglePainter(Color, Anchor2D, Color, Anchor2D) - Constructor for class org.jfree.chart3d.table.GradientRectanglePainter
-
Creates a new instance.
- GridElement<R,
C> - Class in org.jfree.chart3d.table -
A table element that contains a grid of elements.
- GridElement() - Constructor for class org.jfree.chart3d.table.GridElement
-
Creates a new empty grid.
- GRIDLINE - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
A gridline in the chart.
H
- HALF_ASCENT_CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Half-ascent/center.
- HALF_ASCENT_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Half-ascent/left.
- HALF_ASCENT_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Half-ascent/right.
- HAlign - Enum Class in org.jfree.chart3d.table
-
Horizontal alignment options.
- hashCode() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns a hash code for this instance.
- hashCode() - Method in class org.jfree.chart3d.axis.LogAxis3D
- hashCode() - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Returns a hash code for this instance.
- hashCode() - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
- hashCode() - Method in class org.jfree.chart3d.data.Range
-
Returns a hash code for this instance.
- hashCode() - Method in class org.jfree.chart3d.data.xyz.XYZDataItem
- hashCode() - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
- hashCode() - Method in class org.jfree.chart3d.data.xyz.XYZSeries
- hashCode() - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
- hashCode() - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Returns a hash code for this instance.
- hashCode() - Method in class org.jfree.chart3d.graphics3d.Offset2D
-
Returns a hash code for this instance.
- hashCode() - Method in class org.jfree.chart3d.graphics3d.Offset3D
- hashCode() - Method in class org.jfree.chart3d.graphics3d.Point3D
- hashCode() - Method in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
- hashCode() - Method in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
- hashCode() - Method in class org.jfree.chart3d.label.StandardPieLabelGenerator
- hashCode() - Method in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
- hashCode() - Method in class org.jfree.chart3d.label.StandardXYZLabelGenerator
- hashCode() - Method in class org.jfree.chart3d.marker.CategoryMarker
- hashCode() - Method in class org.jfree.chart3d.marker.NumberMarker
- hashCode() - Method in class org.jfree.chart3d.marker.RangeMarker
- hashCode() - Method in class org.jfree.chart3d.plot.PiePlot3D
- hashCode() - Method in class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
- hashCode() - Method in class org.jfree.chart3d.table.GradientRectanglePainter
- hasListener(EventListener) - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Returns
true
if the specified object is registered with the dataset as a listener. - hasListener(EventListener) - Method in interface org.jfree.chart3d.data.Dataset3D
-
Returns
true
if the specified listener is registered with the dataset, andfalse
otherwise. - HORIZONTAL - Enum constant in enum class org.jfree.chart3d.Orientation
-
Horizontal orientation.
I
- IntegerTickSelector - Class in org.jfree.chart3d.axis
-
A
TickSelector
implementation that selects tick units in multiples of 1, 2 and 5 and only displays integer values. - IntegerTickSelector() - Constructor for class org.jfree.chart3d.axis.IntegerTickSelector
-
Creates a new instance.
- INTERACTIVE_ELEMENT_TYPE - Static variable in class org.jfree.chart3d.Chart3D
-
The key for a property that stores the interactive element type.
- InteractiveElementType - Enum Class in org.jfree.chart3d.interaction
-
The type for an interactive chart element.
- intersects(double, double) - Method in class org.jfree.chart3d.data.Range
-
Returns
true
if the range intersects the interval defined by the two bounds (the order of the bounds is not important), andfalse
otherwise. - intersects(Range) - Method in class org.jfree.chart3d.data.Range
-
Returns
true
if this range intersects with the specified range, andfalse
otherwise. - isAutoAdjustDimensions() - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Returns the flag that controls whether or not the plot dimensions are auto-adjusted when the dataset changes.
- isAutoAdjustRange() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the flag that controls whether or not the axis range is automatically updated in response to dataset changes.
- isBaseline() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the baseline level of the text bounds, andfalse
otherwise. - isBottom() - Method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns
true
if the reference point is at the bottom, andfalse
otherwise. - isBottom() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the bottom of the text bounds, andfalse
otherwise. - isColumnAxis() - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Returns
true
if this axis is being used as the column axis in a plot, andfalse
otherwise. - isColumnAxis() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns
true
if this axis has been configured as a column axis for the plot that it belongs to, andfalse
otherwise. - isCompatibleValue(Object) - Method in class org.jfree.chart3d.Chart3DHints.Key
-
Returns
true
ifval
is a value that is compatible with this key, andfalse
otherwise. - isFirstCategoryHalfWidth() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns
true
if the first category on the axis should occupy half the normal width, andfalse
otherwise. - isFrontFacing(Point2D[]) - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns
true
if this face is front facing, andfalse
otherwise. - isGridlinesVisibleX() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the flag that controls whether or not gridlines are shown for the x-axis.
- isGridlinesVisibleY() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the flag that controls whether or not gridlines are shown for the y-axis.
- isGridlinesVisibleZ() - Method in class org.jfree.chart3d.plot.XYZPlot
-
Returns the flag that controls whether or not gridlines are shown for the z-axis.
- isHalfAscent() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the half-ascent level of the text bounds, andfalse
otherwise. - isHalfHeight() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the half-height level of the text bounds, andfalse
otherwise. - isHorizontalCenter() - Method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns
true
if the reference point is at the center horizontally, andfalse
otherwise. - isHorizontalCenter() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is horizontally at the center of the text bounds, andfalse
otherwise. - isInverted() - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Returns the flag that determines whether or not the order of values on the axis is inverted.
- isInverted() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the flag that determines whether or not the order of values on the axis is inverted.
- isInverted() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns
true
if the axis inverts the order of the data items, andfalse
otherwise. - isJFreePDFAvailable() - Static method in class org.jfree.chart3d.export.ExportFormats
-
Returns
true
ifJFreePDF
is on the classpath, andfalse
otherwise. - isJFreeSVGAvailable() - Static method in class org.jfree.chart3d.export.ExportFormats
-
Returns
true
if JFreeSVG is on the classpath, andfalse
otherwise. - isLastCategoryHalfWidth() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns
true
if the last category on the axis should occupy half the normal width, andfalse
otherwise. - isLeft() - Method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns
true
if the reference point is at the left, andfalse
otherwise. - isLeft() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the left side of the text bounds, andfalse
otherwise. - isNotify() - Method in class org.jfree.chart3d.Chart3D
-
Returns a flag that controls whether or not change events are sent to registered listeners.
- isNotify() - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Returns a flag that controls whether or not change events are sent to registered listeners.
- isNotify() - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Returns a flag that controls whether or not change events are sent to registered listeners.
- isNotify() - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Returns a flag that controls whether or not change events are sent to registered listeners.
- isNotify() - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Returns a flag that controls whether or not change events are sent to registered listeners.
- isPegged() - Method in class org.jfree.chart3d.marker.MarkerLine
-
Returns
true
if the line is pegged, andfalse
otherwise. - isRight() - Method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns
true
if the reference point is at the right, andfalse
otherwise. - isRight() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the right side of the text bounds, andfalse
otherwise. - isRowAxis() - Method in interface org.jfree.chart3d.axis.CategoryAxis3D
-
Returns
true
if this axis is being used as the row axis in a plot, andfalse
otherwise. - isRowAxis() - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Returns
true
if this axis has been configured as a row axis for the plot that it belongs to, andfalse
otherwise. - isSelected(KeyedValues3DItemKey) - Method in interface org.jfree.chart3d.interaction.KeyedValues3DItemSelection
-
Returns
true
if the specified key exists in the selection, andfalse
otherwise. - isSelected(KeyedValues3DItemKey) - Method in class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
-
Returns
true
if the specified item is in the selection, andfalse
otherwise. - isSelected(XYZItemKey) - Method in class org.jfree.chart3d.interaction.StandardXYZDataItemSelection
-
Returns
true
if the item is present in the selection, andfalse
otherwise. - isSelected(XYZItemKey<S>) - Method in interface org.jfree.chart3d.interaction.XYZDataItemSelection
-
Returns
true
if the specified item is present in the selection, andfalse
otherwise. - isTop() - Method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns
true
if the reference point is at the top, andfalse
otherwise. - isTop() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns
true
if this anchor is at the top of the text bounds, andfalse
otherwise. - isVerticalCenter() - Method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns
true
if the reference point is at the center vertically, andfalse
otherwise. - isVisible() - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Returns the flag that determines whether or not the axis is drawn on the chart.
- isVisible() - Method in interface org.jfree.chart3d.axis.Axis3D
-
Returns the flag that determines whether or not the axis is drawn on the chart.
- ITEM_KEY - Static variable in class org.jfree.chart3d.graphics3d.Object3D
-
The key for storing item keys as property values.
- ItemKey - Interface in org.jfree.chart3d.data
-
A key that references a single data item in a dataset.
- itemKeysForColumn(KeyedValues3D<S, R, C, T>, C) - Static method in class org.jfree.chart3d.data.KeyedValues3DItemKeys
-
Returns a collection containing all the item keys for the specified column.
- itemKeysForRow(KeyedValues3D<S, R, C, T>, R) - Static method in class org.jfree.chart3d.data.KeyedValues3DItemKeys
-
Returns a collection containing all the item keys for the specified row.
- itemKeysForSeries(KeyedValues3D<S, R, C, T>, S) - Static method in class org.jfree.chart3d.data.KeyedValues3DItemKeys
-
Returns a collection containing all the item keys for the specified series.
- itemKeysForSeries(XYZDataset<S>, S) - Static method in class org.jfree.chart3d.data.xyz.XYZItemKeys
-
Returns a collection of item keys extracted from one series in the specified dataset.
- ItemLabelPositioning - Enum Class in org.jfree.chart3d.label
-
An enumeration of the item label positioning types.
J
- JPEG - Enum constant in enum class org.jfree.chart3d.export.ExportFormat
-
The JPEG image format.
- JSONUtils - Class in org.jfree.chart3d.data
-
Utility methods for interchange between datasets (
KeyedValues
,KeyedValues3D
andXYZDataset
) and JSON format strings. - JSONUtils() - Constructor for class org.jfree.chart3d.data.JSONUtils
K
- Key(int) - Constructor for class org.jfree.chart3d.Chart3DHints.Key
-
Creates a new key.
- KEY_AND_COORDS_3DP_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
A label template that will display the series key followed by the (x, y, z) coordinates with 3 decimal places.
- KEY_BEGIN_ELEMENT - Static variable in class org.jfree.chart3d.Chart3DHints
-
The key for a hint to signal the beginning of an element.
- KEY_END_ELEMENT - Static variable in class org.jfree.chart3d.Chart3DHints
-
The key for a hint that ends an element.
- KEY_ONLY_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
A template string that will show the series, row or column key only.
- KEY_ONLY_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
A template string that will show the section key only.
- KEY_ONLY_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
A label template that will display the series key only.
- KeyedValue<K,
T> - Interface in org.jfree.chart3d.data -
A
(key, value)
pair that is used as a building block for some data structures for the charts. - KeyedValues<K,
T> - Interface in org.jfree.chart3d.data -
A list of values that are associated with unique keys.
- KeyedValues2D<R,
C, - Interface in org.jfree.chart3d.dataT> -
A two dimensional grid of data values where each value is uniquely identified by two keys (the
rowKey
and thecolumnKey
). - KeyedValues3D<S,
R, - Interface in org.jfree.chart3d.dataC, T> -
A three dimensional cube of data values where each value is uniquely identified by three keys (the
seriesKey
,rowKey
andcolumnKey
). - KeyedValues3DItemKey<S,
R, - Class in org.jfree.chart3d.dataC> -
An object that references one data item in a
KeyedValues3D
data structure. - KeyedValues3DItemKey(S, R, C) - Constructor for class org.jfree.chart3d.data.KeyedValues3DItemKey
-
Creates a new instance.
- KeyedValues3DItemKeys - Class in org.jfree.chart3d.data
-
Utility methods related to the
KeyedValues3DItemKey
class. - KeyedValues3DItemSelection - Interface in org.jfree.chart3d.interaction
-
An object representing a set of selected items for a
KeyedValues3D
dataset. - KeyedValuesItemKey - Class in org.jfree.chart3d.data
-
An object that references one data item in a
KeyedValues3D
data structure. - KeyedValuesItemKey(Comparable<? extends Object>) - Constructor for class org.jfree.chart3d.data.KeyedValuesItemKey
-
Creates a new instance.
- KEYS_AND_VALUE_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
A template string that will show the series, row and column keys plus the data value.
L
- LabelFace - Class in org.jfree.chart3d.graphics3d
-
A face that carries a label (and is itself invisible).
- LabelFace(Object3D, int[], String, Font, Color, Color) - Constructor for class org.jfree.chart3d.graphics3d.LabelFace
-
Creates a new instance.
- LabelOrientation - Enum Class in org.jfree.chart3d.axis
-
The orientation of an axis label relative to the axis.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.legend.ColorScaleElement
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.FlowElement
-
Calculates the layout of the elements for the given bounds and constraints.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.GridElement
-
Performs a layout of this table element, returning a list of bounding rectangles for the element and its subelements.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.ShapeElement
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in interface org.jfree.chart3d.table.TableElement
-
Performs a layout of this table element, returning a list of bounding rectangles for the element and its subelements.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.TextElement
-
Performs a layout of this table element, returning a list of bounding rectangles for the element and its subelements.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.VerticalFlowElement
- LEFT - Enum constant in enum class org.jfree.chart3d.table.HAlign
-
Left alignment.
- LeftAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles rotating the 3D view towards the left of the screen.
- LeftAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.LeftAction
-
Creates a new action instance.
- LEGEND - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
The legend (see also
InteractiveElementType.LEGEND_ITEM
). - LEGEND_ITEM - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
An item within a legend (typically representing a series in the chart).
- LegendAnchor - Class in org.jfree.chart3d.legend
-
Predefined legend anchor points, provided for convenience.
- LegendBuilder - Interface in org.jfree.chart3d.legend
-
A legend builder is responsible for creating a legend for a chart.
- LegendItemInfo - Interface in org.jfree.chart3d.legend
-
Information about an item (typically a data series) that can be displayed in a legend.
- LINE - Enum constant in enum class org.jfree.chart3d.marker.CategoryMarkerType
-
The marker is represented as a line in the middle of the category.
- Line3D - Class in org.jfree.chart3d.graphics3d
-
A line segment in 3D space.
- Line3D(double, double, double, double, double, double) - Constructor for class org.jfree.chart3d.graphics3d.Line3D
-
Creates a new line in 3D space between the points
(x0, y0, z0)
and(x1, y1, z1)
. - Line3D(Point3D, Point3D) - Constructor for class org.jfree.chart3d.graphics3d.Line3D
-
Creates a new line in 3D space.
- LineObject3D - Class in org.jfree.chart3d.graphics3d
-
A line between two points in 3D space.
- LineObject3D(float, float, float, float, float, float, Color) - Constructor for class org.jfree.chart3d.graphics3d.LineObject3D
-
Creates a new
Line3D
instance. - LineRenderer3D - Class in org.jfree.chart3d.renderer.category
-
A renderer that can be used with the
CategoryPlot3D
class to create 3D lines charts from data in aCategoryDataset3D
. - LineRenderer3D() - Constructor for class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Creates a new instance with default attribute values.
- LineXYZRenderer - Class in org.jfree.chart3d.renderer.xyz
-
A renderer that draws 3D lines on an
XYZPlot
using data from anXYZDataset
. - LineXYZRenderer() - Constructor for class org.jfree.chart3d.renderer.xyz.LineXYZRenderer
-
Creates a new default instance.
- localString(String) - Static method in class org.jfree.chart3d.Resources
-
Returns a localised string.
- LogAxis3D - Class in org.jfree.chart3d.axis
-
A numerical axis with a logarithmic scale.
- LogAxis3D(String) - Constructor for class org.jfree.chart3d.axis.LogAxis3D
-
Creates a new log axis with a default base of 10.
M
- Marker - Interface in org.jfree.chart3d.marker
-
A base interface for all markers.
- MARKER - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
A marker.
- markerChanged(MarkerChangeEvent) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Receives notification of a change to a marker managed by this axis - the response is to fire a change event for the axis (to eventually trigger a repaint of the chart).
- markerChanged(MarkerChangeEvent) - Method in interface org.jfree.chart3d.marker.MarkerChangeListener
-
Called to inform that an marker change event has occurred.
- markerChanged(MarkerChangeEvent) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Receives notification of a change to the start or end marker for the range.
- MarkerChangeEvent - Class in org.jfree.chart3d.marker
-
An event associated with a change to a
Marker
. - MarkerChangeEvent(Object, Marker) - Constructor for class org.jfree.chart3d.marker.MarkerChangeEvent
-
Creates a new event.
- MarkerChangeEvent(Marker) - Constructor for class org.jfree.chart3d.marker.MarkerChangeEvent
-
Creates a new event.
- MarkerChangeListener - Interface in org.jfree.chart3d.marker
-
A listener for marker change events.
- MarkerData - Class in org.jfree.chart3d.marker
-
A record holder for data relating to markers that needs to be passed to the 3D engine.
- MarkerData(String, double) - Constructor for class org.jfree.chart3d.marker.MarkerData
-
Creates marker data for the case where there is a single line (for example, the
NumberMarker
class). - MarkerData(String, double, boolean, double, boolean) - Constructor for class org.jfree.chart3d.marker.MarkerData
-
Creates marker data for the case where there are two lines.
- MarkerData(MarkerData, int, int) - Constructor for class org.jfree.chart3d.marker.MarkerData
-
Creates a new instance based on an existing source that has type
MarkerDataType.VALUE
. - MarkerData(MarkerData, int, int, int, int) - Constructor for class org.jfree.chart3d.marker.MarkerData
-
Creates a new instance based on an existing source that has type
MarkerDataType.Range
. - MarkerDataType - Enum Class in org.jfree.chart3d.marker
-
An enumeration of the different types of
MarkerData
. - MarkerLine - Class in org.jfree.chart3d.marker
-
A data object that represents a line within a
MarkerData
structure. - MarkerLine(double, boolean) - Constructor for class org.jfree.chart3d.marker.MarkerLine
-
Creates a new marker line.
- MarkerLine(double, boolean, int, int) - Constructor for class org.jfree.chart3d.marker.MarkerLine
-
Creates a new marker line with vertex indices.
- MIDDLE - Enum constant in enum class org.jfree.chart3d.table.VAlign
-
Middle.
- mouseClicked(MouseEvent) - Method in class org.jfree.chart3d.Chart3DPanel
-
Receives a mouse event and passes it on to registered
Chart3DMouseListener
s along with the underlying rendered element if any. - mouseClicked(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
This method does nothing.
- mouseClicked(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mouseDragged(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mouseEntered(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
This method does nothing.
- mouseEntered(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mouseExited(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
This method does nothing.
- mouseExited(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mouseMoved(MouseEvent) - Method in class org.jfree.chart3d.Chart3DPanel
-
Receives a mouse event and passes it on to registered
Chart3DMouseListener
s along with the underlying rendered element if any. - mouseMoved(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mousePressed(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Checks if the popup is triggered in which case it is displayed.
- mousePressed(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mouseReleased(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Checks if the popup is triggered in which case it is displayed.
- mouseReleased(MouseEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
- mouseWheelMoved(MouseWheelEvent) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Receives notification of a mouse wheel movement and responds by moving the viewpoint in or out (zooming).
- moveUpDown(double) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Moves the viewing point up or down on the viewing sphere.
N
- next() - Method in class org.jfree.chart3d.axis.IntegerTickSelector
-
Move the cursor to the next (larger) tick size, if there is one.
- next() - Method in class org.jfree.chart3d.axis.NumberTickSelector
-
Move the cursor to the next (larger) tick size, if there is one.
- next() - Method in interface org.jfree.chart3d.axis.TickSelector
-
Move the cursor to the next (larger) tick size, if there is one.
- NONE - Enum constant in enum class org.jfree.chart3d.graphics2d.Scale2D
-
No scaling.
- notifyListeners(Axis3DChangeEvent) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Notifies all registered listeners that the axis has been modified.
- notifyListeners(Chart3DChangeEvent) - Method in class org.jfree.chart3d.Chart3D
-
Notifies all registered listeners that the chart has been modified.
- notifyListeners(Dataset3DChangeEvent) - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Notifies all registered listeners that the dataset has changed, unless the
notify
flag is set tofalse
in which case this method does nothing. - notifyListeners(Series3DChangeEvent) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Sends a change event to all registered listeners.
- notifyListeners(Plot3DChangeEvent) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Notifies all registered listeners that the plot has been modified.
- notifyListeners(Renderer3DChangeEvent) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Notifies all registered listeners that the plot has been modified.
- notifyListeners(ChartStyleChangeEvent) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Notifies all registered listeners that the chart style has been modified.
- NullConversion - Enum Class in org.jfree.chart3d.data
-
Options for handling
null
values during dataset extraction (SKIP, CONVERT_TO_NAN, CONVERT_TO_ZERO, THROW_EXCEPTION). - NumberAxis3D - Class in org.jfree.chart3d.axis
-
A numerical axis for use with 3D plots (implements
ValueAxis3D
). - NumberAxis3D(String) - Constructor for class org.jfree.chart3d.axis.NumberAxis3D
-
Creates a new axis with the specified label and default attributes.
- NumberAxis3D(String, Range) - Constructor for class org.jfree.chart3d.axis.NumberAxis3D
-
Creates a new axis with the specified label and range.
- NumberMarker - Class in org.jfree.chart3d.marker
-
A marker used to mark one value on an axis.
- NumberMarker(double) - Constructor for class org.jfree.chart3d.marker.NumberMarker
-
Creates a new marker.
- NumberTickSelector - Class in org.jfree.chart3d.axis
-
A
TickSelector
implementation that selects tick units in multiples of 1, 2 and 5. - NumberTickSelector() - Constructor for class org.jfree.chart3d.axis.NumberTickSelector
-
Creates a new instance.
- NumberTickSelector(boolean) - Constructor for class org.jfree.chart3d.axis.NumberTickSelector
-
Creates a new instance, with the option to display the tick values as percentages.
O
- Object3D - Class in org.jfree.chart3d.graphics3d
-
An object defined in 3D space by (a) a list of coordinates, and (b) a list of faces.
- Object3D(Color) - Constructor for class org.jfree.chart3d.graphics3d.Object3D
-
Creates a new object, initially with no vertices or faces.
- Object3D(Color, boolean) - Constructor for class org.jfree.chart3d.graphics3d.Object3D
-
Creates a new object, initially with no vertices or faces.
- Offset2D - Class in org.jfree.chart3d.graphics3d
-
An offset
(dx, dy)
in two dimensional space. - Offset2D() - Constructor for class org.jfree.chart3d.graphics3d.Offset2D
-
Default constructor (
(0, 0)
). - Offset2D(double, double) - Constructor for class org.jfree.chart3d.graphics3d.Offset2D
-
Creates a new instance.
- Offset3D - Class in org.jfree.chart3d.graphics3d
-
An offset
(dx, dy, dz)
in three dimensional space. - Offset3D() - Constructor for class org.jfree.chart3d.graphics3d.Offset3D
-
Default constructor (
(0, 0)
). - Offset3D(double, double, double) - Constructor for class org.jfree.chart3d.graphics3d.Offset3D
-
Creates a new instance.
- optimalDistance(Dimension2D, Dimension3D, double) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Calculate the distance that would render a box of the given dimensions within a screen area of the specified size.
- org.jfree.chart3d - module org.jfree.chart3d
-
Orson Charts is a chart library for the Java(tm) platform (module name
org.jfree.chart3d
) that can generate a wide variety of 3D charts for use in client-side applications (JavaFX and Swing) and server-side applications (with export to SVG, PDF, PNG and JPEG formats). - org.jfree.chart3d - package org.jfree.chart3d
- org.jfree.chart3d.axis - package org.jfree.chart3d.axis
- org.jfree.chart3d.data - package org.jfree.chart3d.data
-
Core data structures used as the building blocks for datasets in Orson Charts.
- org.jfree.chart3d.data.category - package org.jfree.chart3d.data.category
-
Datasets that can be used by the
CategoryPlot3D
class. - org.jfree.chart3d.data.function - package org.jfree.chart3d.data.function
-
Representation of functions in the form
y = f(x, z)
. - org.jfree.chart3d.data.xyz - package org.jfree.chart3d.data.xyz
-
Datasets that can be used by the
XYZPlot
class. - org.jfree.chart3d.export - package org.jfree.chart3d.export
-
Classes for exporting charts.
- org.jfree.chart3d.graphics2d - package org.jfree.chart3d.graphics2d
-
Utility classes related to 2D graphics.
- org.jfree.chart3d.graphics3d - package org.jfree.chart3d.graphics3d
-
The core 3D graphics rendering engine which is fully implemented using the Java2D (Graphics2D) API.
- org.jfree.chart3d.graphics3d.swing - package org.jfree.chart3d.graphics3d.swing
-
Components to display 3D graphics in Swing applications.
- org.jfree.chart3d.interaction - package org.jfree.chart3d.interaction
-
Classes that support user interaction with charts.
- org.jfree.chart3d.label - package org.jfree.chart3d.label
-
Classes related to chart labels.
- org.jfree.chart3d.legend - package org.jfree.chart3d.legend
-
Classes related to chart legends.
- org.jfree.chart3d.marker - package org.jfree.chart3d.marker
-
Provides value and range marker support for the axes on category and XYZ plots.
- org.jfree.chart3d.plot - package org.jfree.chart3d.plot
-
Standard plot types (
PiePlot3D
,CategoryPlot3D
andXYZPlot
) that can be used with theChart3D
class. - org.jfree.chart3d.renderer - package org.jfree.chart3d.renderer
-
Base package for renderer support.
- org.jfree.chart3d.renderer.category - package org.jfree.chart3d.renderer.category
-
Renderers that can be used with the
CategoryPlot3D
class. - org.jfree.chart3d.renderer.xyz - package org.jfree.chart3d.renderer.xyz
-
Renderers that can be used with the
XYZPlot
class. - org.jfree.chart3d.style - package org.jfree.chart3d.style
-
Classes for controlling chart styles.
- org.jfree.chart3d.table - package org.jfree.chart3d.table
-
Classes and interfaces for constructing tables for display to the user.
- Orientation - Enum Class in org.jfree.chart3d
-
General enumeration of orientations.
- ORIGIN - Static variable in class org.jfree.chart3d.graphics3d.Point3D
-
The origin
(0, 0, 0)
.
P
- paintComponent(Graphics) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Paints the panel by asking the drawable to render a 2D projection of the objects it is managing.
- Panel3D - Class in org.jfree.chart3d.graphics3d.swing
-
A panel that displays a set of 3D objects from a particular viewing point.
- Panel3D(Drawable3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Creates a new panel with the specified
Drawable3D
to display. - panLeftRight(double) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Rotates the view point around from left to right by the specified angle and repaints the 3D scene.
- panLeftRight(double) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Moves the viewing point left or right around the 3D scene.
- PARALLEL - Enum constant in enum class org.jfree.chart3d.axis.LabelOrientation
-
Labels are drawn parallel to the axis line.
- PDF - Enum constant in enum class org.jfree.chart3d.export.ExportFormat
-
The Acrobat Portable Document Format.
- peggedValue(double) - Method in class org.jfree.chart3d.data.Range
-
Returns either (a) the supplied value, if it falls within the range, or (b) the range minimum or maximum value, whichever is closest to value.
- PER_ITEM - Enum constant in enum class org.jfree.chart3d.renderer.ComposeType
-
Compose each item individually.
- percent(double) - Method in class org.jfree.chart3d.data.Range
-
Returns the value as a percentage along the range.
- percent(double, boolean) - Method in class org.jfree.chart3d.data.Range
-
Returns the value as a percentage along the range, with optionally the result inverted (that is, p becomes 1.0 - p).
- PERCENT_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
A template string that will show the section key followed by the percentage in brackets (with zero decimal places).
- PERCENT_TEMPLATE_2DP - Static variable in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
A template string that will show the section key followed by the percentage in brackets (with two decimal places precision).
- PERPENDICULAR - Enum constant in enum class org.jfree.chart3d.axis.LabelOrientation
-
Labels are drawn perpendicular to the axis line.
- PieDataset3D<K> - Interface in org.jfree.chart3d.data
-
The interface through which the
PiePlot3D
class obtains data for pie charts. - PieLabelGenerator - Interface in org.jfree.chart3d.label
-
A label generator for pie charts.
- PiePlot3D - Class in org.jfree.chart3d.plot
-
A plot for creating 3D pie charts.
- PiePlot3D(PieDataset3D<? extends Comparable>) - Constructor for class org.jfree.chart3d.plot.PiePlot3D
-
Creates a new pie plot in 3D.
- Plot3D - Interface in org.jfree.chart3d.plot
-
A plot for a
Chart3D
. - Plot3DChangeEvent - Class in org.jfree.chart3d.plot
-
An event used to signal a change to a
Plot3D
. - Plot3DChangeEvent(Object, Plot3D, boolean) - Constructor for class org.jfree.chart3d.plot.Plot3DChangeEvent
-
Creates a new event.
- Plot3DChangeListener - Interface in org.jfree.chart3d.plot
-
An interface used to receive change events from
Plot3D
instances. - plotChanged(Plot3DChangeEvent) - Method in class org.jfree.chart3d.Chart3D
-
Receives notification of a plot change event, refreshes the 3D model (world) and passes the event on, wrapped in a
Chart3DChangeEvent
, to all registered listeners. - plotChanged(Plot3DChangeEvent) - Method in interface org.jfree.chart3d.plot.Plot3DChangeListener
-
Receives notification that a plot has changed.
- PNG - Enum constant in enum class org.jfree.chart3d.export.ExportFormat
-
The PNG image format.
- Point3D - Class in org.jfree.chart3d.graphics3d
-
A point in 3D space (this class is also used to represent vectors in 3D space).
- Point3D(double, double, double) - Constructor for class org.jfree.chart3d.graphics3d.Point3D
-
Creates a new point in 3D space.
- preferredSize(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the preferred size for this element.
- preferredSize(Graphics2D, Rectangle2D) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the preferred size of the element (including insets).
- preferredSize(Graphics2D, Rectangle2D) - Method in interface org.jfree.chart3d.table.TableElement
-
Calculates the preferred size for the element, with reference to the specified bounds.
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Returns the preferred size for this element.
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Returns the preferred size of the element (including insets).
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.FlowElement
-
Returns the preferred size of the element (including insets).
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.GridElement
-
Returns the preferred size of the element (including insets).
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.ShapeElement
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in interface org.jfree.chart3d.table.TableElement
-
Returns the preferred size of the element, subject to the supplied constraints.
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.TextElement
-
Returns the preferred size of the element (including insets).
- preferredSize(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Returns the preferred size for the element.
- previous() - Method in class org.jfree.chart3d.axis.IntegerTickSelector
-
Move the cursor to the previous (smaller) tick size, if there is one.
- previous() - Method in class org.jfree.chart3d.axis.NumberTickSelector
-
Move the cursor to the previous (smaller) tick size, if there is one.
- previous() - Method in interface org.jfree.chart3d.axis.TickSelector
-
Move the cursor to the previous (smaller) tick size, if there is one.
- put(K, T) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Adds a value or, if there is an existing value with the same key, updates an existing value.
R
- RainbowScale - Class in org.jfree.chart3d.renderer
-
A color scale that returns all the colors of the rainbow.
- RainbowScale(Range) - Constructor for class org.jfree.chart3d.renderer.RainbowScale
-
Creates a new rainbow scale for the specified value range, with 256 color samples in the blue to red range.
- RainbowScale(Range, int, Range) - Constructor for class org.jfree.chart3d.renderer.RainbowScale
-
Creates a new rainbow scale for the specified value range, with the given number of samples and hues restricted to the specified range.
- range - Variable in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
The axis range.
- Range - Class in org.jfree.chart3d.data
-
Represents a range of data values (instances are immutable).
- Range(double, double) - Constructor for class org.jfree.chart3d.data.Range
-
Creates a new range instance.
- RANGE - Enum constant in enum class org.jfree.chart3d.marker.MarkerDataType
-
A value range.
- RangeMarker - Class in org.jfree.chart3d.marker
-
A marker that marks a range of values on an axis.
- RangeMarker(double, double) - Constructor for class org.jfree.chart3d.marker.RangeMarker
-
Creates a new range marker for the given bounds.
- RangeMarker(double, double, String) - Constructor for class org.jfree.chart3d.marker.RangeMarker
-
Creates a new range marker for the given bounds.
- readKeyedValues(Reader) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Parses characters from the supplied reader and returns the corresponding
KeyedValues
instance. - readKeyedValues(String) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Parses the supplied JSON string into a
KeyedValues
instance. - readKeyedValues2D(Reader) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Reads a data table from a JSON format string coming from the specified reader.
- readKeyedValues2D(String) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Reads a data table from a JSON format string.
- readKeyedValues3D(Reader) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Parses character data from the reader and (if possible) creates a
KeyedValues3D
instance. - readKeyedValues3D(String) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Parses the supplied string and (if possible) creates a
KeyedValues3D
instance. - readXYZDataset(Reader) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Parses character data from the reader and (if possible) creates an {XYZDataset} instance that represents the data.
- readXYZDataset(String) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Parses the string and (if possible) creates an {XYZDataset} instance that represents the data.
- receive(ChartElementVisitor) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Receives a
ChartElementVisitor
. - receive(ChartElementVisitor) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Receives a
ChartElementVisitor
. - receive(ChartElementVisitor) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Receives a
ChartElementVisitor
. - receive(ChartElementVisitor) - Method in class org.jfree.chart3d.Chart3D
-
Receives a visitor.
- receive(ChartElementVisitor) - Method in interface org.jfree.chart3d.ChartElement
-
Receives a visitor to the element.
- receive(ChartElementVisitor) - Method in class org.jfree.chart3d.marker.AbstractMarker
-
Receives a visitor.
- receive(ChartElementVisitor) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Accepts a
ChartElementVisitor
. - receive(ChartElementVisitor) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Accepts a visitor for the plot.
- receive(ChartElementVisitor) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Receives a visitor.
- receive(ChartElementVisitor) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Receives a visitor.
- receive(ChartElementVisitor) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Receives a
ChartElementVisitor
. - receive(TableElementVisitor) - Method in class org.jfree.chart3d.legend.ColorScaleElement
-
Receives a visitor.
- receive(TableElementVisitor) - Method in class org.jfree.chart3d.table.FlowElement
-
Receives a visitor.
- receive(TableElementVisitor) - Method in class org.jfree.chart3d.table.GridElement
-
Receives a visitor by calling the visitor's
visit()
method for each of the children in the grid, and finally for the grid itself. - receive(TableElementVisitor) - Method in class org.jfree.chart3d.table.ShapeElement
-
Receives a visitor.
- receive(TableElementVisitor) - Method in interface org.jfree.chart3d.table.TableElement
-
Receives a
TableElementVisitor
. - receive(TableElementVisitor) - Method in class org.jfree.chart3d.table.TextElement
-
Receives a visitor.
- receive(TableElementVisitor) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Receives a
TableElementVisitor
(the visitor will be received by all the elements in the flow). - RectanglePainter - Interface in org.jfree.chart3d.table
-
An object that can paint a rectangular region with a color, gradient, image or anything.
- RefPt2D - Enum Class in org.jfree.chart3d.graphics2d
-
An enumeration of reference points within a rectangle.
- registerForTooltips() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Registers this component with the tool tip manager.
- remove(int) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Removes the item with the specified index.
- remove(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Removes a data item from the series and sends a
Series3DChangeEvent
to all registered listeners. - remove(int) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Removes a series from the collection and sends a
Dataset3DChangeEvent
to all registered listeners. - remove(K) - Method in class org.jfree.chart3d.data.DefaultKeyedValues
-
Removes the item with the specified key, if there is one.
- remove(KeyedValues3DItemKey) - Method in class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
-
Removes an item from the selection returning
true
if the item was removed andfalse
if it did not exist within the selection. - remove(XYZItemKey) - Method in class org.jfree.chart3d.interaction.StandardXYZDataItemSelection
-
Removes an item from the selection, returning
true
if the item was removed andfalse
if it was not present in the selection. - remove(XYZSeries) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Removes a series from the collection and sends a
Dataset3DChangeEvent
to all registered listeners. - removeAll() - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Removes all the series from the collection and sends a
Dataset3DChangeEvent
to all registered listeners. - removeChangeListener(Axis3DChangeListener) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Unregisters a listener so that it will no longer receive axis change events.
- removeChangeListener(Axis3DChangeListener) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Deregisters a listener so that it no longer receives notification of changes to the axis.
- removeChangeListener(Chart3DChangeListener) - Method in class org.jfree.chart3d.Chart3D
-
Deregisters a listener so that it no longer receives notification of changes to the chart.
- removeChangeListener(Dataset3DChangeListener) - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Deregisters an object so that it no longer receives notification of changes to the dataset.
- removeChangeListener(Dataset3DChangeListener) - Method in interface org.jfree.chart3d.data.Dataset3D
-
De-registers a change listener so that it no longer receives notification of changes to the dataset.
- removeChangeListener(Series3DChangeListener) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Deregisters an object, so that it not longer receives notification whenever the series changes.
- removeChangeListener(MarkerChangeListener) - Method in class org.jfree.chart3d.marker.AbstractMarker
-
Deregisters a listener so that it no longer receives notification of changes to the marker.
- removeChangeListener(MarkerChangeListener) - Method in interface org.jfree.chart3d.marker.Marker
-
Deregisters a listener so that it no longer receives notification of changes to the marker.
- removeChangeListener(Plot3DChangeListener) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Unregisters an object for notification of changes to the plot.
- removeChangeListener(Plot3DChangeListener) - Method in interface org.jfree.chart3d.plot.Plot3D
-
De-registers a listener so that it no longer receives notification of changes to the plot.
- removeChangeListener(Renderer3DChangeListener) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Unregisters an object for notification of changes to the renderer.
- removeChangeListener(Renderer3DChangeListener) - Method in interface org.jfree.chart3d.renderer.Renderer3D
-
Deregisters a listener so that it no longer receives notification of changes to the renderer.
- removeChangeListener(ChartStyleChangeListener) - Method in interface org.jfree.chart3d.style.ChartStyle
-
Deregisters a listener so that it no longer receives notification of chart changes.
- removeChangeListener(ChartStyleChangeListener) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Deregisters a listener so that it no longer receives notification of changes to the chart.
- removeChartMouseListener(Chart3DMouseListener) - Method in class org.jfree.chart3d.Chart3DPanel
-
Removes a listener from the list of objects listening for chart mouse events.
- RenderedElement - Class in org.jfree.chart3d.graphics3d
-
Represents an item or element that has been rendered by the graphics engine.
- RenderedElement(Object, Shape) - Constructor for class org.jfree.chart3d.graphics3d.RenderedElement
-
Creates a new interactive element with the specified type.
- renderedElementToString(RenderedElement) - Static method in class org.jfree.chart3d.Chart3D
-
Returns a string representing the
element
, primarily for debugging purposes. - Renderer3D - Interface in org.jfree.chart3d.renderer
-
A renderer is an object responsible for constructing objects in a 3D model that correspond to data items in a dataset.
- Renderer3DChangeEvent - Class in org.jfree.chart3d.renderer
-
An event containing information about a change to a
Renderer3D
. - Renderer3DChangeEvent(Object, Renderer3D, boolean) - Constructor for class org.jfree.chart3d.renderer.Renderer3DChangeEvent
-
Creates a new change event.
- Renderer3DChangeEvent(Renderer3D, boolean) - Constructor for class org.jfree.chart3d.renderer.Renderer3DChangeEvent
-
Creates a new change event.
- Renderer3DChangeListener - Interface in org.jfree.chart3d.renderer
-
An interface through which notification of changes to a
Renderer3D
can be received. - rendererChanged(Renderer3DChangeEvent) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Receives notification that the renderer has been modified in some way.
- rendererChanged(Renderer3DChangeEvent) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Receives notification that the plot's renderer has changed, and responds by passing on a
Plot3DChangeEvent
to the plot's registered listeners (with the default set-up, this notifies the chart). - rendererChanged(Renderer3DChangeEvent) - Method in interface org.jfree.chart3d.renderer.Renderer3DChangeListener
-
Called to signal a change to a renderer.
- RenderingInfo - Class in org.jfree.chart3d.graphics3d
-
Rendering info returned from the
Drawable3D
draw()
method. - RenderingInfo(List<Face>, Point2D[], double, double) - Constructor for class org.jfree.chart3d.graphics3d.RenderingInfo
-
Creates a new instance.
- requiresWorldUpdate() - Method in class org.jfree.chart3d.axis.Axis3DChangeEvent
-
Returns the flag that indicates whether or not this change will require the 3D world to be updated.
- requiresWorldUpdate() - Method in class org.jfree.chart3d.plot.Plot3DChangeEvent
-
Returns the flag indicating whether or not this change event requires the world to be updated/recreated.
- requiresWorldUpdate() - Method in class org.jfree.chart3d.renderer.Renderer3DChangeEvent
-
Returns the flag that indicates whether or not this change will require the 3D world to be updated.
- resolveAnchorWithPercentOffset(double, double, double, double) - Method in class org.jfree.chart3d.graphics2d.Anchor2D
-
Resolves the anchor to a specific point relative to a rectangle defined by the points (startX, startY) and (endX, endY).
- Resources - Class in org.jfree.chart3d
-
Provides centralised access to localised resources.
- Resources() - Constructor for class org.jfree.chart3d.Resources
- RIGHT - Enum constant in enum class org.jfree.chart3d.table.HAlign
-
Right alignment.
- RightAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles rotating the 3D view towards the right of the screen.
- RightAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.RightAction
-
Creates a new action instance.
- roll(double) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Rolls the view while leaving the location of the view point unchanged.
- RollLeftAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles rolling the 3D view counter-clockwise around an axis from the viewing point to the origin.
- RollLeftAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.RollLeftAction
-
Creates a new action instance.
- RollRightAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles rolling the 3D view clockwise around an axis from the viewing point to the origin.
- RollRightAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.RollRightAction
-
Creates a new action instance.
- Rotate3D - Class in org.jfree.chart3d.graphics3d
-
Performs rotations about along an arbitrary axis (defined by two
Point3D
instances). - Rotate3D(Point3D, Point3D, double) - Constructor for class org.jfree.chart3d.graphics3d.Rotate3D
-
Creates a new instance that will rotate points about the axis passing through points a and b, by the specified angle.
S
- sampleFunction(Function3D, String, double, double, double, double, double, double) - Static method in class org.jfree.chart3d.data.xyz.XYZDatasetUtils
-
Creates an
XYZDataset
by sampling aFunction3D
over a specified range. - sampleFunction(Function3D, String, Range, double, Range, double) - Static method in class org.jfree.chart3d.data.xyz.XYZDatasetUtils
-
Creates an
XYZDataset
by sampling aFunction3D
over a specified range. - SCALE_BOTH - Enum constant in enum class org.jfree.chart3d.graphics2d.Scale2D
-
Scale both horizontally and vertically.
- SCALE_HORIZONTAL - Enum constant in enum class org.jfree.chart3d.graphics2d.Scale2D
-
Scale horizontally (but not vertically).
- SCALE_TO_FIT_TARGET - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Scale the source rectangle to fit the target rectangle.
- SCALE_VERTICAL - Enum constant in enum class org.jfree.chart3d.graphics2d.Scale2D
-
Scale vertically (but not horizontally).
- Scale2D - Enum Class in org.jfree.chart3d.graphics2d
-
Scaling options for fitting rectangles.
- ScatterXYZRenderer - Class in org.jfree.chart3d.renderer.xyz
-
A renderer for 3D scatter plots.
- ScatterXYZRenderer() - Constructor for class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Creates a new instance with default attribute values.
- SECTION_LABEL - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
The section label for a pie chart.
- select(double) - Method in class org.jfree.chart3d.axis.IntegerTickSelector
-
Selects and returns a standard tick size that is greater than or equal to the specified reference value and, ideally, as close to it as possible (to minimise the number of iterations used by axes to determine the tick size to use).
- select(double) - Method in class org.jfree.chart3d.axis.NumberTickSelector
-
Selects and returns a standard tick size that is greater than or equal to the specified reference value and, ideally, as close to it as possible (to minimise the number of iterations used by axes to determine the tick size to use).
- select(double) - Method in interface org.jfree.chart3d.axis.TickSelector
-
Selects and returns a standard tick size that is greater than or equal to the specified reference value and, ideally, as close to it as possible (to minimise the number of iterations used by axes to determine the tick size to use).
- selectTick(Graphics2D, Point2D, Point2D, Point2D) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Selects a standard tick unit on the logarithmic range.
- selectTick(Graphics2D, Point2D, Point2D, Point2D) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Selects a tick size that is appropriate for drawing the axis from
pt0
topt1
. - selectTick(Graphics2D, Point2D, Point2D, Point2D) - Method in interface org.jfree.chart3d.axis.ValueAxis3D
-
Selects an appropriate tick size and format for the axis based on the axis being rendered from
pt0
topt1
. - SERIES_AND_COLUMN_KEYS_AND_VALUE_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
A template that shows the series key, column key and value (the row key is omitted because it is often the same as the series key).
- SERIES_KEY - Static variable in class org.jfree.chart3d.Chart3D
-
The key for a property that stores the series key.
- Series3DChangeEvent - Class in org.jfree.chart3d.data
-
An event that signals a change to a series (the "3D" in the name is to differentiate this class from the similar event object in JFreeChart).
- Series3DChangeEvent(Object) - Constructor for class org.jfree.chart3d.data.Series3DChangeEvent
-
Constructs a new event.
- Series3DChangeListener - Interface in org.jfree.chart3d.data
-
Methods for receiving notification of changes to a data series.
- seriesChanged(Series3DChangeEvent) - Method in interface org.jfree.chart3d.data.Series3DChangeListener
-
Called when an observed series changes in some way.
- seriesChanged(Series3DChangeEvent) - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Called when an observed series changes in some way.
- setAnchorPt(Point2D) - Method in class org.jfree.chart3d.axis.TickData
-
Sets the anchor point.
- setAngle(double) - Method in class org.jfree.chart3d.graphics3d.Rotate3D
-
Sets the angle of rotation (in radians) and (internally) updates the values of the transformation matrix ready for the next call(s) to the
applyRotation
methods. - setAntiAlias(boolean) - Method in class org.jfree.chart3d.Chart3D
-
Sets a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
- setAutoAdjustDimensions(boolean) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the flag that controls whether the plot's dimensions are automatically calculated and, if
true
, sends a change event to all registered listeners. - setAutoAdjustRange(boolean) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the flag that controls whether or not the axis range is automatically updated in response to dataset changes, and sends an
Axis3DChangeEvent
to all registered listeners. - setAutoRangeIncludeZero(boolean) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Sets the flag that controls whether or not the auto range mechanism should force zero to be included in the axis range, and sends an
Axis3DChangeEvent
to all registered listeners. - setAutoRangeStickyZero(boolean) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Sets the flag that controls the behaviour of the auto range mechanism when zero falls into the axis margins.
- setAxisLabelColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the foreground color for the axis label and sends a
ChartStyleChangeEvent
to all registered listeners. - setAxisLabelFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the font used for the axis label and sends a
ChartStyleChangeEvent
to all registered listeners. - setAxisTickLabelColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the foreground color for the axis tick labels and sends a
ChartStyleChangeEvent
to all registered listeners. - setAxisTickLabelFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the font used for the axis tick labels and sends a
ChartStyleChangeEvent
to all registered listeners. - setBackground(RectanglePainter) - Method in class org.jfree.chart3d.Chart3D
-
Sets the background painter and sends a
Chart3DChangeEvent
to all registered listeners. - setBackground(RectanglePainter) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Sets the background for the element.
- setBackgroundColor(Color) - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Sets the background color.
- setBackgroundColor(Color) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Sets the background painter to fill the element with the specified color.
- setBackgroundPainter(RectanglePainter) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the background painter.
- setBarLength(double) - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Sets the length of the bar displaying the color scale.
- setBarWidth(double) - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Sets the width of the bar displaying the color scale.
- setBarXWidth(double) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Sets the the bar width as a percentage of the column width and fires a
Renderer3DChangeEvent
. - setBarXWidth(double) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Sets the width of the bars in the direction of the x-axis and sends a
Renderer3DChangeEvent
to all registered listeners. - setBarZWidth(double) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Sets the the bar width as a percentage of the row width and fires a
Renderer3DChangeEvent
. - setBarZWidth(double) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Sets the width of the bars in the direction of the z-axis and sends a
Renderer3DChangeEvent
to all registered listeners. - setBase(double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the logarithmic base value and sends an
Axis3DChangeEvent
to all registered listeners. - setBase(double) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Sets the base value and sends a change event to all registered listeners.
- setBase(double) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Sets the base value for the bars and fires a
Renderer3DChangeEvent
. - setBase(double) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Sets the base value for the bars and sends a
Renderer3DChangeEvent
to all registered listeners. - setBaseColor(Color) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Sets the color for the underside of the area shapes and sends a change event to all registered listeners.
- setBaseColorSource(CategoryColorSource) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Sets the object that determines the color to use for the base of bars where the base value falls outside the axis range, and sends a
Renderer3DChangeEvent
to all registered listeners. - setBaseColorSource(XYZColorSource) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Sets the object that determines the color to use for the base of bars where the base value falls outside the axis range, and sends a
Renderer3DChangeEvent
to all registered listeners. - setBaseFormatter(NumberFormat) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the formatter for the log base value and sends an
Axis3DChangeEvent
to all registered listeners. - setBaseSymbol(String) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the base symbol and sends an
Axis3DChangeEvent
to all registered listeners. - setCategory(Comparable<?>) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the category for the marker and sends a change event to all registered listeners.
- setChart(Chart3D) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Sets the chart that the plot is assigned to.
- setChart(Chart3D) - Method in interface org.jfree.chart3d.plot.Plot3D
-
Sets the chart that the plot is assigned to.
- setChartBoxColor(Color) - Method in class org.jfree.chart3d.Chart3D
-
Sets the chart box color and sends a
Chart3DChangeEvent
to all registered listeners. - setChartBoxColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the color used for the chart box and sends a
ChartStyleChangeEvent
to all registered listeners. - setClipColorSource(CategoryColorSource) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Sets the color source that determines the color used to highlight clipping in the chart elements, and sends a
Renderer3DChangeEvent
to all registered listeners. - setClipColorSource(CategoryColorSource) - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Sets the color source that determines the color used to highlight clipping in the chart elements, and sends a
Renderer3DChangeEvent
to all registered listeners. - setColor(Color) - Method in class org.jfree.chart3d.table.TextElement
-
Sets the foreground color for the text element.
- setColor(K, Color) - Method in interface org.jfree.chart3d.plot.ColorSource
-
Sets the color associated with the specified key.
- setColor(K, Color) - Method in class org.jfree.chart3d.plot.StandardColorSource
-
Sets the color for the specified key.
- setColors(Color...) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Sets a new color source for the renderer using the specified colors and sends a
Renderer3DChangeEvent
to all registered listeners. - setColors(Color...) - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Sets the colors for the renderer.
- setColors(Color...) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Sets a new color source for the renderer using the specified colors and sends a
Renderer3DChangeEvent
to all registered listeners. - setColors(Color...) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Sets the colors for the renderer.
- setColorScale(ColorScale) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Sets the color scale and sends a
Renderer3DChangeEvent
to all registered listeners. - setColorSource(CategoryColorSource) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Sets the color source for the renderer and sends a
Renderer3DChangeEvent
to all registered listeners. - setColorSource(CategoryColorSource) - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Sets the color source for the renderer and sends a
Renderer3DChangeEvent
to all registered listeners. - setColorSource(XYZColorSource) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Sets the color source and sends a
Renderer3DChangeEvent
to all registered listeners. - setColorSource(XYZColorSource) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Sets the color source for the renderer and sends a
Renderer3DChangeEvent
to all registered listeners. - setColumnAlignment(VAlign) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Sets the column alignment (to override the default alignment that is derived from the legend anchor point).
- setColumnAxis(CategoryAxis3D) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the column axis and sends a
Plot3DChangeEvent
to all registered listeners. - setDataset(CategoryDataset3D) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the dataset and sends a
Plot3DChangeEvent
to all registered listeners. - setDataset(PieDataset3D<? extends Comparable>) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the dataset and notifies registered listeners that the dataset has been updated.
- setDataset(XYZDataset) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the dataset and sends a change event notification to all registered listeners.
- setDefaultAutoRange(Range) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the default range used when the
autoAdjustRange
flag istrue
but the dataset contains no values, and sends anAxis3DChangeEvent
to all registered listeners. - setDefaultChartStyle(ChartStyle) - Static method in class org.jfree.chart3d.Chart3DFactory
-
Sets the style that will be used when creating new charts.
- setDefaultFont(Font) - Method in class org.jfree.chart3d.plot.StandardFontSource
-
Sets the default font.
- setDepth(double) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the depth of the pie chart and sends a change event to all registered listeners.
- setDepth(double) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Sets the depth (in 3D) and sends a change event to all registered listeners.
- setDimensions(Dimension3D) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the dimensions (in 3D space) for the plot, resets the
autoAdjustDimensions
flag tofalse
, and sends aPlot3DChangeEvent
to all registered listeners. - setDimensions(Dimension3D) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the dimensions for the plot and notifies registered listeners that the plot dimensions have been changed.
- setDrawFaceOutlines(boolean) - Method in class org.jfree.chart3d.renderer.category.AreaRenderer3D
-
Sets the flag that controls whether or not outlines are drawn for the faces making up the area segments and sends a change event to all registered listeners.
- setDrawFaceOutlines(boolean) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Sets a flag that controls whether or not the faces that make up the surface are drawn (as well as filled) and sends a
Renderer3DChangeEvent
to all registered listeners. - setElement(TableElement, R, C) - Method in class org.jfree.chart3d.table.GridElement
-
Adds (or updates) a cell in the grid.
- setElementHinting(boolean) - Method in class org.jfree.chart3d.Chart3D
-
Sets the flag that controls whether or not element hints will be added to the
Graphics2D
output when the chart is rendered and sends a change event to all registered listeners. - setEndPoint(Point2D) - Method in class org.jfree.chart3d.marker.MarkerLine
-
Sets the projected ending point for the line.
- setExportFormats(ExportFormat...) - Method in class org.jfree.chart3d.graphics3d.swing.DisplayPanel3D
-
Sets the list of export formats that will be shown in the popup menu.
- setFillColor(Color) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the color used to fill the marker band and sends a change event to all registered listeners.
- setFillColor(Color) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Sets the color used to fill the band representing the range for the marker and sends a change event to all registered listeners.
- setFillColor(Color) - Method in class org.jfree.chart3d.table.ShapeElement
-
Sets the fill color.
- setFirstCategoryHalfWidth(boolean) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the flag that controls whether the first category on the axis occupies a full or half width, and sends an
Axis3DChangeEvent
to all registered listeners. - setFont(Font) - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Sets the font.
- setFont(Font) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the font for the marker label and sends a change event to all registered listeners.
- setFont(Font) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the font for the marker label and sends a change event to all registered listeners.
- setFont(Font) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Sets the font for the marker label and sends a change event to all registered listeners.
- setFont(Font) - Method in class org.jfree.chart3d.table.TextElement
-
Sets the font.
- setFont(K, Font) - Method in interface org.jfree.chart3d.plot.FontSource
-
Sets the font associated with a key.
- setFont(K, Font) - Method in class org.jfree.chart3d.plot.StandardFontSource
-
Sets the font associated with the specified key.
- setFooter(String) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Sets the footer text.
- setFooterAlignment(HAlign) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Sets the footer alignment.
- setGridlineColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the color for the gridlines and sends a
ChartStyleChangeEvent
to all registered listeners. - setGridlinePaintForColumns(Paint) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the paint used to draw the grid lines for the column axis, if they are visible, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinePaintForRows(Paint) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the paint used for the row axis gridlines and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinePaintForValues(Paint) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the paint used for the value axis gridlines and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinePaintX(Paint) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the paint used to draw the gridlines for the x-axis, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinePaintY(Paint) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the paint used to draw the gridlines for the y-axis, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinePaintZ(Paint) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the paint used to draw the gridlines for the z-axis, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlineStroke(Stroke) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the stroke used for gridlines and sends a
ChartStyleChangeEvent
to all registered listeners. - setGridlineStrokeForColumns(Stroke) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the stroke used to draw the grid lines for the column axis, if they are visible, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlineStrokeForRows(Stroke) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the stroke used to draw the gridlines for the row axis, if they are visible, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlineStrokeForValues(Stroke) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the stroke used to draw the grid lines for the value axis, if they are visible, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlineStrokeX(Stroke) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the stroke used to draw the gridlines for the x-axis, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlineStrokeY(Stroke) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the stroke used to draw the gridlines for the y-axis, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlineStrokeZ(Stroke) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the stroke used to draw the gridlines for the z-axis, and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinesVisibleForColumns(boolean) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the flag that controls whether or not gridlines are shown for the column axis and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinesVisibleForRows(boolean) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the flag that controls whether or not gridlines are shown for the row axis and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinesVisibleForValues(boolean) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the flag that controls whether or not gridlines are shown for the value axis and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinesVisibleX(boolean) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the flag that controls whether or not gridlines are shown for the x-axis and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinesVisibleY(boolean) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the flag that controls whether or not gridlines are shown for the y-axis and sends a
Plot3DChangeEvent
to all registered listeners. - setGridlinesVisibleZ(boolean) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the flag that controls whether or not gridlines are shown for the z-axis and sends a
Plot3DChangeEvent
to all registered listeners. - setHeader(String) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Sets the header text.
- setHeaderAlignment(HAlign) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Sets the header alignment.
- setHGap(int) - Method in class org.jfree.chart3d.table.FlowElement
-
Sets the horizontal gap between elements.
- setHorizontalAligment(HAlign) - Method in class org.jfree.chart3d.table.TextElement
-
Sets the horizontal alignment.
- setHorizontalAlignment(HAlign) - Method in class org.jfree.chart3d.table.FlowElement
-
Sets the horizontal alignment.
- setID(String) - Method in class org.jfree.chart3d.Chart3D
-
Sets the chart id.
- setIgnoreFixedColorScale(boolean) - Method in class org.jfree.chart3d.legend.ColorScaleLegendBuilder
-
Sets the flag that controls whether or not a
FixedColorScale
will be ignored for the purposes of generating a legend. - setInsets(Insets) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Sets the insets.
- setInverted(boolean) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the flag that determines whether or not the order of values on the axis is inverted, and sends an
Axis3DChangeEvent
to all registered listeners. - setInverted(boolean) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the flag that determines whether or not the order of values on the axis is inverted, and sends an
Axis3DChangeEvent
to all registered listeners. - setInverted(boolean) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the flag that controls whether or not the axis inverts the order of the data items and sends an
Axis3DChangeEvent
to all registered listeners. - setIsolatedItemWidthPercent(double) - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Sets the width for isolated data items as a percentage of the category width and sends a change event to all registered listeners.
- setItemLabelBackgroundColor(Color) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Sets the background color and sends a change event to all registered listeners.
- setItemLabelColor(Color) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Sets the foreground color used to display item labels and sends a change event to all registered listeners.
- setItemLabelFont(Font) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Sets the font used to display item labels and sends a change event to all registered listeners.
- setItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Sets the item label generator for the renderer and sends a change event to all registered listeners.
- setItemLabelGenerator(XYZItemLabelGenerator) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Sets the item label generator and sends a change event to all registered listeners.
- setItemLabelOffsetPercent(Offset3D) - Method in class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Sets the item label offsets and sends a change event to all registered listeners.
- setItemLabelOffsets(Offset3D) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Sets the item label offsets and sends a change event to all registered listeners.
- setItemLabelPositioning(ItemLabelPositioning) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Sets the item label positioning and sends a change event to all registered listeners.
- setItemSelection(StandardKeyedValues3DItemSelection) - Method in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
Sets the item selection (labels will be created by this generator only for data items that are contained in the collection).
- setItemSelection(XYZDataItemSelection) - Method in class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
Sets the item selection, which can be used to specify a subset of the data items that should have item labels generated.
- setLabel(String) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the axis label and sends an
Axis3DChangeEvent
to all registered listeners. - setLabel(String) - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Sets the label.
- setLabel(String) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the label and sends a change event to all registered listeners.
- setLabel(String) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the label and sends a change event to all registered listeners.
- setLabel(String) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Sets the label and sends a change event to all registered listeners.
- setLabelAnchor(Anchor2D) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the anchor for the label and sends a change event to all registered listeners.
- setLabelAnchor(Anchor2D) - Method in class org.jfree.chart3d.marker.MarkerData
-
Sets the label anchor.
- setLabelAnchor(Anchor2D) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the anchor for the label and sends a change event to all registered listeners.
- setLabelAnchor(Anchor2D) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Sets the anchor for the label and sends a change event to all registered listeners.
- setLabelColor(Color) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the color used to draw the axis label and sends an
Axis3DChangeEvent
to all registered listeners. - setLabelColor(Color) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the color used to draw the axis label and sends an
Axis3DChangeEvent
to all registered listeners. - setLabelColor(Color) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the label color and sends a change event to all registered listeners.
- setLabelColor(Color) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the label color and sends a change event to all registered listeners.
- setLabelColor(Color) - Method in class org.jfree.chart3d.marker.RangeMarker
-
Sets the label color and sends a change event to all registered listeners.
- setLabelFont(Font) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the font used to display the main axis label and sends an
Axis3DChangeEvent
to all registered listeners. - setLabelFont(Font) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the font for the axis label (the main label, not the tick labels) and sends an
Axis3DChangeEvent
to all registered listeners. - setLabelOffset(double) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the offset between the tick labels and the axis label and sends an
Axis3DChangeEvent
to all registered listeners. - setLabelVertexIndex(int) - Method in class org.jfree.chart3d.marker.MarkerData
-
Sets the label vertex index.
- setLastCategoryHalfWidth(boolean) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the flag that controls whether the last category on the axis occupies a full or half width, and sends an
Axis3DChangeEvent
to all registered listeners. - setLegendAnchor(Anchor2D) - Method in class org.jfree.chart3d.Chart3D
-
Sets the legend anchor and sends a
Chart3DChangeEvent
to all registered listeners. - setLegendBuilder(LegendBuilder) - Method in class org.jfree.chart3d.Chart3D
-
Sets the legend builder and sends a change event to all registered listeners.
- setLegendFooterBackgroundColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the background color for the legend footer and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendFooterColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the foreground color for the legend footer and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendFooterFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the legend footer font and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendHeaderBackgroundColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the background color for the legend header and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendHeaderColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the foreground color for the legend header and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendHeaderFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the legend header font and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendItemBackgroundColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the background color for legend items and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendItemColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the foreground color used for legend item text and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendItemFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the legend item font and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendItemShape(Shape) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the default shape for legend items and sends a
ChartStyleChangeEvent
to all registered listeners. - setLegendLabelGenerator(CategoryLabelGenerator) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the legend label generator and sends a
Plot3DChangeEvent
to all registered listeners. - setLegendLabelGenerator(PieLabelGenerator) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the object that creates legend labels for each section of the pie chart, and sends a
Plot3DChangeEvent
to all registered listeners. - setLegendLabelGenerator(XYZLabelGenerator) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the legend label generator and sends a
Plot3DChangeEvent
to all registered listeners. - setLegendOrientation(Orientation) - Method in class org.jfree.chart3d.Chart3D
-
Sets the legend orientation and sends a
Chart3DChangeEvent
to all registered listeners. - setLegendPosition(Anchor2D, Orientation) - Method in class org.jfree.chart3d.Chart3D
-
Sets the legend position (both the anchor point and the orientation) and sends a
Chart3DChangeEvent
to all registered listeners. - setLineColor(Color) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the color used to draw the axis line and sends an
Axis3DChangeEvent
to all registered listeners. - setLineColor(Color) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the line color for the marker and sends a change event to all registered listeners.
- setLineColor(Color) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the color for the marker line and sends a change event to all registered listeners.
- setLineHeight(double) - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Sets the line height (in world units) and sends a
Renderer3DChangeEvent
to all registered listeners. - setLineStroke(Stroke) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the stroke used to draw the axis line and sends an
Axis3DChangeEvent
to all registered listeners. - setLineStroke(Stroke) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the line stroke and sends a change event to all registered listeners.
- setLineStroke(Stroke) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the stroke for the marker line and sends a change event to all registered listeners.
- setLineWidth(double) - Method in class org.jfree.chart3d.renderer.category.LineRenderer3D
-
Sets the line width (in world units) and sends a
Renderer3DChangeEvent
to all registered listeners. - setLocale(Locale) - Static method in class org.jfree.chart3d.Resources
-
Sets the locale to use for supplying resources.
- setLowerMargin(double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the size of the lower margin that will be added by the auto-range calculation and sends an
Axis3DChangeEvent
to all registered listeners. - setLowerMargin(double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the margin to leave at the lower end of the axis and sends an
Axis3DChangeEvent
to all registered listeners. - setMargin(double) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Sets the margin that controls the amount of space to leave around the edges of the 3D content when the
zoomToFit()
method is called. - setMarker(String, CategoryMarker) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the marker for the specified key and sends a change event to all registered listeners.
- setMarker(String, ValueMarker) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the marker for the specified key and sends a change event to all registered listeners.
- setMarkerFillColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the marker fill color and sends a change event to all registered listeners.
- setMarkerLabelColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the color for the marker labels and sends a change event to all registered listeners.
- setMarkerLabelFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the marker label font and sends a change event to all registered listeners.
- setMarkerLineColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the marker line color and sends a change event to all registered listeners.
- setMarkerLineStroke(Stroke) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the stroke for the marker lines and sends a change event to all registered listeners.
- setMaxTickLabelLevels(int) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the maximum number of offset levels for the category labels on the axis and sends a change event to all registered listeners.
- setMaxViewingDistanceMultiplier(double) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Sets the multiplier used to calculate the maximum viewing distance.
- setMinAutoRangeLength(double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the minimum length for the axis range when it is auto-calculated and sends a change event to all registered listeners.
- setNotify(boolean) - Method in class org.jfree.chart3d.Chart3D
-
Sets a flag that controls whether or not listeners receive
Chart3DChangeEvent
notifications. - setNotify(boolean) - Method in class org.jfree.chart3d.data.AbstractDataset3D
-
Sets a flag that controls whether or not listeners receive
Dataset3DChangeEvent
notifications. - setNotify(boolean) - Method in class org.jfree.chart3d.data.xyz.XYZSeries
-
Sets the flag that controls whether or not change events are sent to registered listeners.
- setNotify(boolean) - Method in class org.jfree.chart3d.plot.AbstractPlot3D
-
Sets a flag that controls whether or not listeners receive
Plot3DChangeEvent
notifications. - setNotify(boolean) - Method in class org.jfree.chart3d.renderer.AbstractRenderer3D
-
Sets a flag that controls whether or not listeners receive
Renderer3DChangeEvent
notifications. - setNotify(boolean) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets a flag that controls whether or not listeners receive
ChartStyleChangeEvent
notifications. - setOffset(int) - Method in class org.jfree.chart3d.graphics3d.Face
-
Sets the offset to add to the vertex indices.
- setOutline(boolean) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Sets the outline flag.
- setPanIncrement(double) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Sets the standard increment for panning left and right (a rotation specified in radians).
- setPlot(CategoryPlot3D) - Method in class org.jfree.chart3d.renderer.category.AbstractCategoryRenderer3D
-
Sets the plot that the renderer is assigned to.
- setPlot(CategoryPlot3D) - Method in interface org.jfree.chart3d.renderer.category.CategoryRenderer3D
-
Sets the plot that the renderer is assigned to.
- setPlot(XYZPlot) - Method in class org.jfree.chart3d.renderer.xyz.AbstractXYZRenderer
-
Sets the plot that the renderer is assigned to.
- setPlot(XYZPlot) - Method in interface org.jfree.chart3d.renderer.xyz.XYZRenderer
-
Sets the plot that the renderer is assigned to.
- setProjDistance(double) - Method in class org.jfree.chart3d.Chart3D
-
Sets the projection distance and sends a change event to all registered listeners.
- setProjDistance(double) - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Sets the projection distance.
- setProjDistance(double) - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Sets the projection distance.
- setProperty(String, Object) - Method in class org.jfree.chart3d.graphics3d.Object3D
-
Sets the value of a property, overwriting any existing value.
- setProperty(String, Object) - Method in class org.jfree.chart3d.graphics3d.RenderedElement
-
Sets the value for a property.
- setProperty(String, Object) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Sets the value of the property with the specified key.
- setProperty(String, Object) - Method in interface org.jfree.chart3d.table.TableElement
-
Sets the value of the property with the specified key.
- setRadius(double) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the radius of the pie chart and sends a change event to all registered listeners.
- setRange(double, double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the axis range and sends an
Axis3DChangeEvent
to all registered listeners. - setRange(double, double) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the axis range and sends an
Axis3DChangeEvent
to all registered listeners. - setRange(double, double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the range for the axis.
- setRange(double, double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the range for the axis and sends an
Axis3DChangeEvent
to all registered listeners. - setRange(Range) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the axis range (bounds) and sends an
Axis3DChangeEvent
to all registered listeners. - setRange(Range) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the axis range and sends an
Axis3DChangeEvent
to all registered listeners. - setRange(Range) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the range for the axis.
- setRange(Range) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the range for the axis and sends an
Axis3DChangeEvent
to all registered listeners. - setRefPoint(RefPt2D) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Sets the reference point.
- setRenderer(CategoryRenderer3D) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the renderer and sends a change event to all registered listeners.
- setRenderer(XYZRenderer) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the renderer for the plot and sends a
Plot3DChangeEvent
to all registered listeners. - setRenderingHints(RenderingHints) - Method in class org.jfree.chart3d.Chart3D
-
Sets the rendering hints for the chart.
- setRho(double) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Sets the distance of the viewing point from the origin.
- setRollIncrement(double) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Sets the roll increment in radians.
- setRotateIncrement(double) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Sets the vertical (up and down) rotation increment (in radians).
- setRowAlignment(HAlign) - Method in class org.jfree.chart3d.legend.StandardLegendBuilder
-
Sets the row alignment (to override the default alignment that is derived from the legend anchor point).
- setRowAxis(CategoryAxis3D) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the row axis and sends a
Plot3DChangeEvent
to all registered listeners. - setSectionColors(Color...) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets a new color source for the plot using the specified colors and sends a
Plot3DChangeEvent
to all registered listeners. - setSectionColorSource(ColorSource) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the color source and sends a
Plot3DChangeEvent
to all registered listeners. - setSectionLabelColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the color used for the pie section labels and sends a
ChartStyleChangeEvent
to all registered listeners. - setSectionLabelColorSource(ColorSource) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the color source for the section labels and sends a
Plot3DChangeEvent
to all registered listeners. - setSectionLabelFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the font used for the pie section labels and sends a
ChartStyleChangeEvent
to all registered listeners. - setSectionLabelFontSource(FontSource) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the font source and sends a
Plot3DChangeEvent
to all registered listeners. - setSectionLabelGenerator(PieLabelGenerator) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the object that creates labels for each section of the pie chart, and sends a
Plot3DChangeEvent
to all registered listeners. - setSegmentCount(int) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the number of segments used when composing the pie chart and sends a
Plot3DChangeEvent
to all registered listeners. - setSize(double) - Method in class org.jfree.chart3d.renderer.xyz.ScatterXYZRenderer
-
Sets the size (in world units) of the cubes used to represent each data item and sends a
Renderer3DChangeEvent
to all registered listeners. - setSize(double, double) - Method in class org.jfree.chart3d.table.ElementDimension
-
Sets the size.
- setSmallestValue(double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the smallest positive data value that will be represented on the axis and sends an
Axis3DChangeEvent
to all registered listeners. - setStandardColors(Color...) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the standard colors for the chart and sends a
ChartStyleChangeEvent
to all registered listeners. - setStartPoint(Point2D) - Method in class org.jfree.chart3d.marker.MarkerLine
-
Sets the projected starting point for the line.
- setStyle(ChartStyle) - Method in class org.jfree.chart3d.Chart3D
-
Sets (and applies) the specified chart style.
- setSubtitleBackgroundColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the background color for the chart subtitle and sends a change event to all registered listeners.
- setSubtitleColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the color for the chart subtitle and sends a change event to all registered listeners.
- setSubtitleFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the font used for the chart subtitle and sends a
ChartStyleChangeEvent
to all registered listeners. - setSunSource(double, double, double) - Method in class org.jfree.chart3d.graphics3d.World
-
Sets the light source point.
- setSunSource(Point3D) - Method in class org.jfree.chart3d.graphics3d.World
-
Sets the light source point.
- setTag(String) - Method in class org.jfree.chart3d.table.AbstractTableElement
-
Sets the tag.
- setTextColor(Color) - Method in class org.jfree.chart3d.graphics3d.LabelFace
-
Sets the foreground color for the label text.
- setTickLabelColor(Color) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the foreground color for the tick labels and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelColor(Color) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the color used to draw the axis tick labels and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelFactor(double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the tick label factor and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelFactor(double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the tick label factor and sends a change event to all registered listeners.
- setTickLabelFont(Font) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the font used to display tick labels and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelFont(Font) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the font for the tick labels and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelFormatter(Format) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the formatter for the tick labels and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelFormatter(Format) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Sets the formatter for the tick labels and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelGenerator(CategoryLabelGenerator) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the tick label generator for the axis and sends a change event to all registered listeners.
- setTickLabelOffset(double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the tick label offset and sends an
Axis3DChangeEvent
to all registered listeners. - setTickLabelOffset(double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the offset between the tick marks and the tick labels and sends a
Axis3DChangeEvent
to all registered listeners. - setTickLabelOrientation(LabelOrientation) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the orientation for the tick labels and sends a change event to all registered listeners.
- setTickLabelOrientation(LabelOrientation) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the orientation for the tick labels and sends a change event to all registered listeners.
- setTickLabelsVisible(boolean) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the flag that controls whether or not the tick labels are drawn, and sends a change event to all registered listeners.
- setTickMarkLength(double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the length of the tick marks and sends an
Axis3DChangeEvent
to all registered listeners. - setTickMarkLength(double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the tick mark length (in Java2D units) and sends an
Axis3DChangeEvent
to all registered listeners. - setTickMarkPaint(Paint) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the paint used to draw the tick marks and sends an
Axis3DChangeEvent
to all registered listeners. - setTickMarkPaint(Paint) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the paint used to draw the tick marks and sends an
Axis3DChangeEvent
to all registered listeners. - setTickMarkStroke(Stroke) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the stroke used to draw the tick marks and sends an
Axis3DChangeEvent
to all registered listeners. - setTickMarkStroke(Stroke) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the stroke used to draw the tick marks and sends an
Axis3DChangeEvent
to all registered listeners. - setTickSelector(TickSelector) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the tick selector and sends an
Axis3DChangeEvent
to all registered listeners. - setTickSelector(TickSelector) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Sets the tick selector and sends an
Axis3DChangeEvent
to all registered listeners. - setTickSize(double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Sets the tick size and sends an
Axis3DChangeEvent
to all registered listeners. - setTickSize(double) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Sets the tick size and sends an
Axis3DChangeEvent
to all registered listeners. - setTitle(String) - Method in class org.jfree.chart3d.Chart3D
-
Sets the chart title and sends a
Chart3DChangeEvent
to all registered listeners. - setTitle(String, Font, Color) - Method in class org.jfree.chart3d.Chart3D
-
Sets the chart title and sends a
Chart3DChangeEvent
to all registered listeners. - setTitle(TableElement) - Method in class org.jfree.chart3d.Chart3D
-
Sets the chart title and sends a
Chart3DChangeEvent
to all registered listeners. - setTitleAnchor(Anchor2D) - Method in class org.jfree.chart3d.Chart3D
-
Sets the title anchor and sends a
Chart3DChangeEvent
to all registered listeners. - setTitleBackgroundColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the background color for the title and sends a change event to all registered listeners.
- setTitleColor(Color) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the foreground color for the chart title and sends a change event to all registered listeners.
- setTitleFont(Font) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the font used for the chart title and sends a
ChartStyleChangeEvent
to all registered listeners. - setToolTipGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the tool tip generator and sends a
Plot3DChangeEvent
to all registered listeners. - setToolTipGenerator(PieLabelGenerator) - Method in class org.jfree.chart3d.plot.PiePlot3D
-
Sets the tool tip generator and sends a change event to all registered listeners.
- setTopColorSource(CategoryColorSource) - Method in class org.jfree.chart3d.renderer.category.BarRenderer3D
-
Sets the object used to fetch the color for the top of bars where the top of the bar is "cropped", and sends a
Renderer3DChangeEvent
to all registered listeners. - setTopColorSource(XYZColorSource) - Method in class org.jfree.chart3d.renderer.xyz.BarXYZRenderer
-
Sets the object used to fetch the color for the top of bars where the top of the bar is "cropped", and sends a
Renderer3DChangeEvent
to all registered listeners. - setTranslate2D(Offset2D) - Method in class org.jfree.chart3d.Chart3D
-
Sets the offset in 2D-space for the rendering of the chart and sends a change event to all registered listeners.
- setTranslate2D(Offset2D) - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
- setTranslate2D(Offset2D) - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Sets the translation offset.
- setType(CategoryMarkerType) - Method in class org.jfree.chart3d.marker.CategoryMarker
-
Sets the marker type and sends a change event to all registered listeners.
- setUpperMargin(double) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Sets the size of the upper margin that will be added by the auto-range calculation and sends an
Axis3DChangeEvent
to all registered listeners. - setUpperMargin(double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Sets the margin to leave at the upper end of the axis and sends an
Axis3DChangeEvent
to all registered listeners. - setV0(int) - Method in class org.jfree.chart3d.marker.MarkerLine
-
Sets the index of the vertex for the start of the line.
- setV1(int) - Method in class org.jfree.chart3d.marker.MarkerLine
-
Sets the index of the vertex for the end of the line.
- setValue(double) - Method in class org.jfree.chart3d.marker.NumberMarker
-
Sets the value for the marker and sends a change event to all registered listeners.
- setValue(Number, S, R, C) - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Sets the value for a series at the specified cell (referenced by row key and column key).
- setValue(T) - Method in class org.jfree.chart3d.data.DefaultKeyedValue
-
Sets the value.
- setValue(T, R, C) - Method in class org.jfree.chart3d.data.DefaultKeyedValues2D
-
Sets a value for one cell in the table.
- setValue(V, S, R, C) - Method in class org.jfree.chart3d.data.DefaultKeyedValues3D
-
Sets the value for an item in a series, overwriting any existing value.
- setValueAxis(ValueAxis3D) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the value axis and sends a
Plot3DChangeEvent
to all registered listeners. - setVertexIndex(int) - Method in class org.jfree.chart3d.axis.TickData
-
Sets the vertex index.
- setVerticalAlignment(VAlign) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Sets the vertical alignment of elements within columns,
- setVGap(int) - Method in class org.jfree.chart3d.table.VerticalFlowElement
-
Sets the vertical gap between elements.
- setViewPoint(ViewPoint3D) - Method in class org.jfree.chart3d.Chart3D
-
Sets the view point.
- setViewPoint(ViewPoint3D) - Method in class org.jfree.chart3d.graphics3d.DefaultDrawable3D
-
Sets the view point.
- setViewPoint(ViewPoint3D) - Method in interface org.jfree.chart3d.graphics3d.Drawable3D
-
Sets a new view point.
- setViewPoint(ViewPoint3D) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Sets a new view point and repaints the panel.
- setVisible(boolean) - Method in class org.jfree.chart3d.axis.AbstractAxis3D
-
Sets the flag that determines whether or not the axis is drawn on the chart and sends an
Axis3DChangeEvent
to all registered listeners. - setVisible(boolean) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Sets the flag that determines whether or not the axis is drawn on the chart and sends an
Axis3DChangeEvent
to all registered listeners. - setXAxis(ValueAxis3D) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the x-axis and sends a
Plot3DChangeEvent
to all registered listeners. - setXAxisGridlinesVisible(boolean) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the flag that controls whether or not gridlines are drawn for the x-axis and sends a
ChartStyleChangeEvent
to all registered listeners. - setXSamples(int) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Sets the number of samples the renderer will take along the x-axis when plotting the function and sends a
Renderer3DChangeEvent
to all registered listeners. - setYAxis(ValueAxis3D) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the y-axis and sends a
Plot3DChangeEvent
to all registered listeners. - setYAxisGridlinesVisible(boolean) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the flag that controls whether or not gridlines are drawn for the y-axis and sends a
ChartStyleChangeEvent
to all registered listeners. - setYDimensionOverride(Double) - Method in class org.jfree.chart3d.plot.CategoryPlot3D
-
Sets the y-dimension override and, if the
autoAdjustDimensions
flag is set, recalculates the dimensions and sends aPlot3DChangeEvent
to all registered listeners. - setZAxis(ValueAxis3D) - Method in class org.jfree.chart3d.plot.XYZPlot
-
Sets the z-axis and sends a
Plot3DChangeEvent
to all registered listeners. - setZAxisGridlinesVisible(boolean) - Method in class org.jfree.chart3d.style.StandardChartStyle
-
Sets the flag that controls whether or not gridlines are drawn for the z-axis and sends a
ChartStyleChangeEvent
to all registered listeners. - setZoomMultiplier(double) - Method in class org.jfree.chart3d.graphics3d.swing.ZoomInAction
-
Sets the zoom multiplier (the current viewing distance is multiplied by this factor to determine the new viewing distance).
- setZoomMultiplier(double) - Method in class org.jfree.chart3d.graphics3d.swing.ZoomOutAction
-
Sets the zoom multiplier (the current viewing distance is multiplied by this factor to determine the new viewing distance).
- setZSamples(int) - Method in class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Sets the number of samples the renderer will take along the z-axis when plotting the function and sends a
Renderer3DChangeEvent
to all registered listeners. - ShapeElement - Class in org.jfree.chart3d.table
-
A table element that displays a shape.
- ShapeElement(Shape, Color) - Constructor for class org.jfree.chart3d.table.ShapeElement
-
Creates a new shape element.
- SKIP - Enum constant in enum class org.jfree.chart3d.data.NullConversion
-
Skip the item that contains the
null
value. - StackedBarRenderer3D - Class in org.jfree.chart3d.renderer.category
-
A renderer that can be used with the
CategoryPlot3D
class to create 3D stacked bar charts from data in aCategoryDataset3D
. - StackedBarRenderer3D() - Constructor for class org.jfree.chart3d.renderer.category.StackedBarRenderer3D
-
Creates a default constructor.
- stackSubTotal(Values3D<? extends Number>, double, int, int, int) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the positive and negative subtotals of the values for all the series preceding the specified series.
- StandardCategoryAxis3D - Class in org.jfree.chart3d.axis
-
An axis that displays categories.
- StandardCategoryAxis3D() - Constructor for class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Default constructor.
- StandardCategoryAxis3D(String) - Constructor for class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Creates a new axis with the specified label.
- StandardCategoryColorSource - Class in org.jfree.chart3d.renderer.category
-
A standard implementation of the
CategoryColorSource
interface. - StandardCategoryColorSource() - Constructor for class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
-
Creates a new instance with default colors.
- StandardCategoryColorSource(Color...) - Constructor for class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
-
Creates a new instance with the supplied sequence of colors.
- StandardCategoryDataset3D<S,
R, - Class in org.jfree.chart3d.data.categoryC> -
A standard implementation of the
CategoryDataset3D
interface. - StandardCategoryDataset3D() - Constructor for class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Creates a new (empty) dataset.
- StandardCategoryItemLabelGenerator - Class in org.jfree.chart3d.label
-
A default implementation of the
CategoryItemLabelGenerator
interface. - StandardCategoryItemLabelGenerator() - Constructor for class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
The default constructor.
- StandardCategoryItemLabelGenerator(String) - Constructor for class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
Creates a new instance with the specified template string (which will be passed to a
java.util.Formatter
instance when generating labels). - StandardCategoryLabelGenerator<S,
R, - Class in org.jfree.chart3d.labelC> -
A default implementation of the
CategoryLabelGenerator
interface. - StandardCategoryLabelGenerator() - Constructor for class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
The default constructor.
- StandardCategoryLabelGenerator(String) - Constructor for class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
Creates a new instance with the specified template string (which will be passed to a
java.util.Formatter
instance when generating labels). - StandardChartStyle - Class in org.jfree.chart3d.style
-
A standard implementation of the
ChartStyle
interface. - StandardChartStyle() - Constructor for class org.jfree.chart3d.style.StandardChartStyle
-
Creates a new instance with default attributes.
- StandardChartStyle(StandardChartStyle) - Constructor for class org.jfree.chart3d.style.StandardChartStyle
-
A copy constructor that creates a new style that is a copy of an existing style (note that the existing style listeners are not copied).
- StandardColorSource<K> - Class in org.jfree.chart3d.plot
-
A standard implementation of the
ColorSource
interface. - StandardColorSource() - Constructor for class org.jfree.chart3d.plot.StandardColorSource
-
Creates a new instance with default colors.
- StandardColorSource(Color...) - Constructor for class org.jfree.chart3d.plot.StandardColorSource
-
Creates a new instance with the supplied sequence of colors.
- StandardFontSource<K> - Class in org.jfree.chart3d.plot
-
A standard implementation of the
FontSource
interface. - StandardFontSource() - Constructor for class org.jfree.chart3d.plot.StandardFontSource
-
Creates a new instance with default fonts.
- StandardFontSource(Font) - Constructor for class org.jfree.chart3d.plot.StandardFontSource
-
Creates a new font source with the specified default font.
- StandardKeyedValues3DItemSelection - Class in org.jfree.chart3d.interaction
-
An object that tracks selected items from a
KeyedValues3D
dataset. - StandardKeyedValues3DItemSelection() - Constructor for class org.jfree.chart3d.interaction.StandardKeyedValues3DItemSelection
-
Creates a new item selection instance, initially with no selections.
- StandardLegendBuilder - Class in org.jfree.chart3d.legend
-
The standard legend builder, which creates a simple legend with a flow layout and optional header and footer text.
- StandardLegendBuilder() - Constructor for class org.jfree.chart3d.legend.StandardLegendBuilder
-
Creates a builder for a simple legend with no header and no footer.
- StandardLegendBuilder(String, String) - Constructor for class org.jfree.chart3d.legend.StandardLegendBuilder
-
Creates a builder for a simple legend with the specified header and/or footer.
- StandardLegendItemInfo - Class in org.jfree.chart3d.legend
-
A standard implementation of the
LegendItemInfo
interface. - StandardLegendItemInfo(Comparable<?>, String, Color) - Constructor for class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Creates a new instance.
- StandardLegendItemInfo(Comparable<?>, String, String, Color, Shape) - Constructor for class org.jfree.chart3d.legend.StandardLegendItemInfo
-
Creates a new instance with the specified attributes.
- StandardPieDataset3D<K> - Class in org.jfree.chart3d.data
-
A dataset that can be used with a
PiePlot3D
. - StandardPieDataset3D() - Constructor for class org.jfree.chart3d.data.StandardPieDataset3D
-
Creates a new (empty) dataset.
- StandardPieLabelGenerator - Class in org.jfree.chart3d.label
-
A default implementation of the
PieLabelGenerator
interface. - StandardPieLabelGenerator() - Constructor for class org.jfree.chart3d.label.StandardPieLabelGenerator
-
The default constructor, uses
StandardPieLabelGenerator.DEFAULT_TEMPLATE
for the template string. - StandardPieLabelGenerator(String) - Constructor for class org.jfree.chart3d.label.StandardPieLabelGenerator
-
Creates a new instance with the specified template string (which will be passed to a
java.util.Formatter
instance when generating labels). - StandardRectanglePainter - Class in org.jfree.chart3d.table
-
A
RectanglePainter
that fills the rectangle with a color or image. - StandardRectanglePainter(Paint) - Constructor for class org.jfree.chart3d.table.StandardRectanglePainter
-
Creates a new painter that will fill a rectangle with the specified paint.
- StandardRectanglePainter(Paint, Image, Fit2D) - Constructor for class org.jfree.chart3d.table.StandardRectanglePainter
-
Creates a new painter that will draw an image within the specified rectangle.
- StandardXYZColorSource - Class in org.jfree.chart3d.renderer.xyz
-
A standard implementation of the
XYZColorSource
interface. - StandardXYZColorSource() - Constructor for class org.jfree.chart3d.renderer.xyz.StandardXYZColorSource
-
Creates a new instance with default colors.
- StandardXYZColorSource(Color...) - Constructor for class org.jfree.chart3d.renderer.xyz.StandardXYZColorSource
-
Creates a new instance with the supplied sequence of colors.
- StandardXYZDataItemSelection<S> - Class in org.jfree.chart3d.interaction
-
An object that tracks selected items from an
XYZDataset
. - StandardXYZDataItemSelection() - Constructor for class org.jfree.chart3d.interaction.StandardXYZDataItemSelection
-
Creates a new (empty) selection.
- StandardXYZItemLabelGenerator - Class in org.jfree.chart3d.label
-
A default implementation of the
XYZItemLabelGenerator
interface. - StandardXYZItemLabelGenerator() - Constructor for class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
The default constructor.
- StandardXYZItemLabelGenerator(String) - Constructor for class org.jfree.chart3d.label.StandardXYZItemLabelGenerator
-
Creates a new instance with the specified label template.
- StandardXYZLabelGenerator - Class in org.jfree.chart3d.label
-
A default implementation of the
XYZLabelGenerator
interface. - StandardXYZLabelGenerator() - Constructor for class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
The default constructor.
- StandardXYZLabelGenerator(String) - Constructor for class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
Creates a new instance with the specified label template.
- style(Color...) - Method in interface org.jfree.chart3d.plot.ColorSource
-
Restyles the source using the specified colors.
- style(Color...) - Method in class org.jfree.chart3d.plot.StandardColorSource
-
Clears existing color settings and sets the default colors to the supplied value.
- style(Color...) - Method in interface org.jfree.chart3d.renderer.category.CategoryColorSource
-
Restyles the source using the specified colors.
- style(Color...) - Method in class org.jfree.chart3d.renderer.category.StandardCategoryColorSource
-
Restyles the source using the specified colors.
- style(Color...) - Method in class org.jfree.chart3d.renderer.xyz.StandardXYZColorSource
-
Restyles the source using the specified colors.
- style(Color...) - Method in interface org.jfree.chart3d.renderer.xyz.XYZColorSource
-
Restyles the source using the specified colors.
- style(Font) - Method in interface org.jfree.chart3d.plot.FontSource
-
Restyles the source using the specified font.
- style(Font) - Method in class org.jfree.chart3d.plot.StandardFontSource
-
Clears existing font settings and sets the default font to the supplied value.
- styleAxis(Axis3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to the axis.
- styleCategoryAxis(CategoryAxis3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to a category axis.
- styleCategoryRenderer3D(CategoryRenderer3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to a category renderer.
- styleChanged(ChartStyleChangeEvent) - Method in class org.jfree.chart3d.Chart3D
- styleChanged(ChartStyleChangeEvent) - Method in interface org.jfree.chart3d.style.ChartStyleChangeListener
-
Called to inform that a chart change event has occurred.
- styleChart(Chart3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to a chart.
- styleMarker(Marker) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to a marker.
- stylePlot(Plot3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to the plot.
- styleRenderer(Renderer3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to the renderer.
- styleValueAxis(ValueAxis3D) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to a value axis.
- styleXYZRenderer(XYZRenderer) - Method in class org.jfree.chart3d.style.ChartStyler
-
Applies the current style to an XYZ renderer.
- SUBTITLE - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
The chart subtitle.
- SurfaceRenderer - Class in org.jfree.chart3d.renderer.xyz
-
A renderer that plots a surface based on a function (any implementation of
Function3D
). - SurfaceRenderer(Function3D) - Constructor for class org.jfree.chart3d.renderer.xyz.SurfaceRenderer
-
Creates a new renderer for the specified function.
- SVG - Enum constant in enum class org.jfree.chart3d.export.ExportFormat
-
The Scalable Vector Graphics format.
T
- TableElement - Interface in org.jfree.chart3d.table
-
An element (typically a single cell) in a table.
- TableElementOnDraw - Interface in org.jfree.chart3d.table
-
An interface that provides access to the
TableElement
rendering process. - TableElementStyler - Class in org.jfree.chart3d.table
-
A table element visitor that applies style changes.
- TableElementStyler(Map<String, Font>, Map<String, Color>, Map<String, Color>) - Constructor for class org.jfree.chart3d.table.TableElementStyler
-
Creates a new styler.
- TableElementVisitor - Interface in org.jfree.chart3d.table
-
A table element visitor.
- TextAnchor - Enum Class in org.jfree.chart3d.graphics2d
-
Used to indicate the position of an anchor point for a text string.
- TextElement - Class in org.jfree.chart3d.table
-
A table element consisting of some text that will be drawn on one line.
- TextElement(String) - Constructor for class org.jfree.chart3d.table.TextElement
-
Creates a new element that will display the specified text using the default font (
TextElement.DEFAULT_FONT
). - TextElement(String, Font) - Constructor for class org.jfree.chart3d.table.TextElement
-
Creates a new instance.
- THROW_EXCEPTION - Enum constant in enum class org.jfree.chart3d.data.NullConversion
-
Throw a runtime exception.
- TickData - Class in org.jfree.chart3d.axis
-
Data related to the tick marks and labels on a chart.
- TickData(double, double) - Constructor for class org.jfree.chart3d.axis.TickData
-
Creates a new instance.
- TickData(double, Comparable<?>, String) - Constructor for class org.jfree.chart3d.axis.TickData
-
Creates a new instance.
- TickData(TickData, int) - Constructor for class org.jfree.chart3d.axis.TickData
-
Creates a new instance by copying an existing instance but altering the vertex index.
- TickSelector - Interface in org.jfree.chart3d.axis
-
Provides standard tick sizes and formatting for numerical axes.
- TITLE - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
The chart title.
- TitleAnchor - Class in org.jfree.chart3d
-
Predefined title anchor points, provided for convenience.
- TitleUtils - Class in org.jfree.chart3d
-
Some utility methods for creating chart titles.
- toJSONString() - Method in interface org.jfree.chart3d.data.ItemKey
-
Returns a JSON formatted string representing the key.
- toJSONString() - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
- toJSONString() - Method in class org.jfree.chart3d.data.KeyedValuesItemKey
- toJSONString() - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
- TOP - Enum constant in enum class org.jfree.chart3d.table.VAlign
-
Top.
- TOP_CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The middle of a rectangle at the top.
- TOP_CENTER - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Top/center.
- TOP_CENTER - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the top center with zero offset from the target rectangle bounds.
- TOP_CENTER - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the top-center of the chart area.
- TOP_CENTER - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the top-center of the chart area.
- TOP_CENTER_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the top center of a target rectangle, without resizing it.
- TOP_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The top-left corner of a rectangle.
- TOP_LEFT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Top/left.
- TOP_LEFT - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the top left with zero offset from the target rectangle bounds.
- TOP_LEFT - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the top-left of the chart area.
- TOP_LEFT - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the top-left of the chart area.
- TOP_LEFT_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the top left of a target rectangle, without resizing it.
- TOP_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
The top-right corner of a rectangle.
- TOP_RIGHT - Enum constant in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Top/right.
- TOP_RIGHT - Static variable in class org.jfree.chart3d.graphics2d.Anchor2D
-
An anchor point at the top right with zero offset from the target rectangle bounds.
- TOP_RIGHT - Static variable in class org.jfree.chart3d.legend.LegendAnchor
-
An anchor point at the top-right of the chart area.
- TOP_RIGHT - Static variable in class org.jfree.chart3d.TitleAnchor
-
An anchor point at the top-right of the chart area.
- TOP_RIGHT_NO_SCALING - Static variable in class org.jfree.chart3d.graphics2d.Fit2D
-
Fits a source rectangle to the top right of a target rectangle, without resizing it.
- toString() - Method in class org.jfree.chart3d.data.category.StandardCategoryDataset3D
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.data.DefaultKeyedValue
- toString() - Method in class org.jfree.chart3d.data.KeyedValues3DItemKey
- toString() - Method in class org.jfree.chart3d.data.KeyedValuesItemKey
- toString() - Method in class org.jfree.chart3d.data.Range
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.data.StandardPieDataset3D
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.data.xyz.XYZItemKey
- toString() - Method in class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns a string representing the object.
- toString() - Method in class org.jfree.chart3d.graphics3d.Dimension3D
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.graphics3d.Face
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.graphics3d.Offset3D
- toString() - Method in class org.jfree.chart3d.graphics3d.Point3D
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.graphics3d.RenderedElement
-
Returns a string representation of the element, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Returns a string representation of this instance, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.marker.MarkerData
- toString() - Method in class org.jfree.chart3d.table.ElementDimension
-
Returns a string representation of this dimension, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.table.GridElement
-
Returns a string representation of this element, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.table.ShapeElement
-
Returns a string representation of this element, primarily for debugging purposes.
- toString() - Method in class org.jfree.chart3d.table.TextElement
- total(KeyedValues3D<S, ?, ?, ? extends Number>, S) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the total of the non-
null
values in the dataset for the specified series. - total(Values<Number>) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the total of the values in the list.
- total(XYZDataset<S>, S) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the total of the non-
NaN
entries in the dataset for the specified series. - TOTAL_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
A template string that will show the key followed by the data total (for the series, row or column) in brackets, with zero decimal places.
- TOTAL_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
A label template that will display the series key followed by the total of the data items for the series (in brackets) with zero decimal places.
- TOTAL_TEMPLATE_2DP - Static variable in class org.jfree.chart3d.label.StandardCategoryLabelGenerator
-
A template string that will show the key followed by the data total (for the series, row or column) in brackets, with two decimal places.
- TOTAL_TEMPLATE_2DP - Static variable in class org.jfree.chart3d.label.StandardXYZLabelGenerator
-
A label template that will display the series key followed by the total of the data items for the series (in brackets) with zero decimal places.
- totalForColumn(KeyedValues3D<?, ?, C, ? extends Number>, C) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the total of the non-
null
entries in the dataset for the specified column (all series). - totalForRow(KeyedValues3D<?, R, ?, ? extends Number>, R) - Static method in class org.jfree.chart3d.data.DataUtils
-
Returns the total of the non-
null
entries in the dataset for the specified row (all series). - translateToWorld(double, double) - Method in interface org.jfree.chart3d.axis.Axis3D
-
Translates a data value to a world coordinate.
- translateToWorld(double, double) - Method in class org.jfree.chart3d.axis.LogAxis3D
-
Translates a data value to a world coordinate, assuming that the axis begins at the origin and has the specified length.
- translateToWorld(double, double) - Method in class org.jfree.chart3d.axis.NumberAxis3D
-
Converts a data value to world coordinates, taking into account the current axis range (assumes the world axis is zero-based and has the specified length).
- translateToWorld(double, double) - Method in class org.jfree.chart3d.axis.StandardCategoryAxis3D
-
Translates a value on the axis to the equivalent coordinate in the 3D world used to construct a model of the chart.
- TRANSPARENT_COLOR - Static variable in interface org.jfree.chart3d.renderer.Renderer3D
-
A color instance that is completely transparent.
- TYPE - Static variable in class org.jfree.chart3d.graphics3d.RenderedElement
-
A key for the 'type' property.
U
- UNIT_X - Static variable in class org.jfree.chart3d.graphics3d.Point3D
-
The point
(1, 0, 0)
. - UNIT_Y - Static variable in class org.jfree.chart3d.graphics3d.Point3D
-
The point
(0, 1, 0)
. - UNIT_Z - Static variable in class org.jfree.chart3d.graphics3d.Point3D
-
The point
(0, 0, 1)
. - unregisterForTooltips() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Unregisters this component with the tool tip manager.
- UpAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that handles rotating the 3D view towards the top of the screen.
- UpAction(Panel3D) - Constructor for class org.jfree.chart3d.graphics3d.swing.UpAction
-
Creates a new action associated with the specified panel.
- updateProjection(Point2D[]) - Method in class org.jfree.chart3d.marker.MarkerData
-
Updates the projected points for this marker.
- updateRange(Range) - Method in class org.jfree.chart3d.axis.AbstractValueAxis3D
-
Updates the axis range (used by the auto-range calculation) without notifying listeners.
- updateRange(Range) - Method in class org.jfree.chart3d.axis.LogAxis3D
V
- VAlign - Enum Class in org.jfree.chart3d.table
-
Vertical alignment options.
- value(double) - Method in class org.jfree.chart3d.data.Range
-
Returns the value corresponding to the specified percentage.
- VALUE - Enum constant in enum class org.jfree.chart3d.axis.ValueAxis3DType
-
A value axis in a
CategoryPlot3D
. - VALUE - Enum constant in enum class org.jfree.chart3d.marker.MarkerDataType
-
A single value.
- VALUE_AXIS_TICK_LABEL - Enum constant in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
A value axis tick label.
- VALUE_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
-
A template string that will show just the value (to 2 decimal places).
- VALUE_TEMPLATE - Static variable in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
A template string that will show the section key followed by the value in brackets (with zero decimal places precision).
- VALUE_TEMPLATE_2DP - Static variable in class org.jfree.chart3d.label.StandardPieLabelGenerator
-
A template string that will show the section key followed by the value in brackets (with two decimal places precision).
- ValueAxis3D - Interface in org.jfree.chart3d.axis
-
An axis that displays a range of continuous values.
- ValueAxis3DType - Enum Class in org.jfree.chart3d.axis
-
An enumeration of the value axis types.
- ValueMarker - Interface in org.jfree.chart3d.marker
-
A marker that can be used to mark a value or range of values on a
ValueAxis3D
. - valueOf(String) - Static method in enum class org.jfree.chart3d.axis.LabelOrientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.axis.ValueAxis3DType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.data.NullConversion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.export.ExportFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.graphics2d.Scale2D
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.label.ItemLabelPositioning
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.marker.CategoryMarkerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.marker.MarkerDataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.renderer.ComposeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.table.HAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jfree.chart3d.table.VAlign
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jfree.chart3d.axis.LabelOrientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.axis.ValueAxis3DType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.data.NullConversion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.export.ExportFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.graphics2d.RefPt2D
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.graphics2d.Scale2D
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.graphics2d.TextAnchor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.interaction.InteractiveElementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.label.ItemLabelPositioning
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.marker.CategoryMarkerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.marker.MarkerDataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.renderer.ComposeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.table.HAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jfree.chart3d.table.VAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Values<T> - Interface in org.jfree.chart3d.data
-
A generic representation of a one dimensional list of data values.
- Values2D<T> - Interface in org.jfree.chart3d.data
-
A generic representation of a two dimensional grid of data values.
- Values3D<T> - Interface in org.jfree.chart3d.data
-
A generic representation of a three dimensional grid (cube) of data values.
- valueToColor(double) - Method in interface org.jfree.chart3d.renderer.ColorScale
-
Returns the color on the scale that corresponds to the specified value.
- valueToColor(double) - Method in class org.jfree.chart3d.renderer.FixedColorScale
-
Returns a single color (as specified in the constructor) for all values.
- valueToColor(double) - Method in class org.jfree.chart3d.renderer.GradientColorScale
-
Returns the color corresponding to the specified data value.
- valueToColor(double) - Method in class org.jfree.chart3d.renderer.RainbowScale
-
Converts a value to a color on the scale.
- VERTICAL - Enum constant in enum class org.jfree.chart3d.Orientation
-
Vertical orientation.
- VerticalFlowElement - Class in org.jfree.chart3d.table
-
A table element that displays a list of sub-elements in a vertical flow layout.
- VerticalFlowElement() - Constructor for class org.jfree.chart3d.table.VerticalFlowElement
-
Creates a new instance (equivalent to
new VerticalFlowElement(VAlign.MIDDLE, 2)
). - VerticalFlowElement(VAlign, int) - Constructor for class org.jfree.chart3d.table.VerticalFlowElement
-
Creates a new instance.
- ViewPoint3D - Class in org.jfree.chart3d.graphics3d
-
Specifies the location and orientation of the view point in 3D space.
- ViewPoint3D(double, double, double, double) - Constructor for class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Creates a new viewing point.
- ViewPoint3D(Point3D, double) - Constructor for class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Creates a new instance using the specified point and orientation.
- ViewPoint3D(ViewPoint3D) - Constructor for class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Creates a new instance that is an exact copy of the supplied viewpoint.
- visit(ChartElement) - Method in interface org.jfree.chart3d.ChartElementVisitor
-
Visit a chart element.
- visit(ChartElement) - Method in class org.jfree.chart3d.style.ChartStyler
-
Visits a chart element and applies the current style to that element.
- visit(TableElement) - Method in class org.jfree.chart3d.table.TableElementStyler
- visit(TableElement) - Method in interface org.jfree.chart3d.table.TableElementVisitor
-
Performs the visitor's operation on the table element.
W
- World - Class in org.jfree.chart3d.graphics3d
-
A world is a model containing a collection of objects in 3D space and a direction vector for the sunlight.
- World() - Constructor for class org.jfree.chart3d.graphics3d.World
-
Creates a new empty world.
- worldToEye(Point3D) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Converts a point in world coordinates to a point in eye coordinates.
- worldToScreen(Point3D, double) - Method in class org.jfree.chart3d.graphics3d.ViewPoint3D
-
Calculates and returns the screen coordinates for the specified point in (world) 3D space.
- writeAsJPEG(Drawable3D, int, int, File) - Static method in class org.jfree.chart3d.export.ExportUtils
-
Writes the current content to the specified file in JPEG format.
- writeAsPDF(Drawable3D, int, int, File) - Static method in class org.jfree.chart3d.export.ExportUtils
-
Writes a
Drawable3D
to the specified file in PDF format. - writeAsPNG(Drawable3D, int, int, File) - Static method in class org.jfree.chart3d.export.ExportUtils
-
Writes the current content to the specified file in PNG format.
- writeAsSVG(Drawable3D, int, int, File) - Static method in class org.jfree.chart3d.export.ExportUtils
-
Writes the current content to the specified file in SVG format.
- writeKeyedValues(KeyedValues) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Returns a string containing the data in JSON format.
- writeKeyedValues(KeyedValues, Writer) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Writes the data in JSON format to the supplied writer.
- writeKeyedValues2D(KeyedValues2D) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Writes a data table to a string in JSON format.
- writeKeyedValues2D(KeyedValues2D, Writer) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Writes the data in JSON format to the supplied writer.
- writeKeyedValues3D(KeyedValues3D) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Returns a string containing the data in JSON format.
- writeKeyedValues3D(KeyedValues3D, Writer) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Writes the dataset in JSON format to the supplied writer.
- writeXYZDataset(XYZDataset) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Returns a string containing the dataset in JSON format.
- writeXYZDataset(XYZDataset, Writer) - Static method in class org.jfree.chart3d.data.JSONUtils
-
Writes the dataset in JSON format to the supplied writer.
X
- x - Variable in class org.jfree.chart3d.graphics3d.Point3D
-
The x-coordinate.
- X - Enum constant in enum class org.jfree.chart3d.axis.ValueAxis3DType
-
An x-axis in an
XYZPlot
. - XYZColorSource - Interface in org.jfree.chart3d.renderer.xyz
-
A source of
Color
values for anXYZRenderer
. - XYZDataItem - Class in org.jfree.chart3d.data.xyz
-
Represents a single
(x, y, z)
data item, which can be added to aXYZSeries
. - XYZDataItem(double, double, double) - Constructor for class org.jfree.chart3d.data.xyz.XYZDataItem
-
Creates a new (immutable) instance.
- XYZDataItemSelection<S> - Interface in org.jfree.chart3d.interaction
-
An object representing a selection of items from an
XYZDataset
. - XYZDataset<S> - Interface in org.jfree.chart3d.data.xyz
-
Defines the methods used to access data in the form of multiple series containing
(x, y, z)
data items. - XYZDatasetUtils - Class in org.jfree.chart3d.data.xyz
-
A collection of utility methods related to
XYZDataset
. - XYZDatasetUtils() - Constructor for class org.jfree.chart3d.data.xyz.XYZDatasetUtils
- XYZItemKey<S> - Class in org.jfree.chart3d.data.xyz
-
An object that references one data item in an
XYZDataset
. - XYZItemKey(S, int) - Constructor for class org.jfree.chart3d.data.xyz.XYZItemKey
-
Creates a new instance.
- XYZItemKeys - Class in org.jfree.chart3d.data.xyz
-
Utility methods.
- XYZItemKeys() - Constructor for class org.jfree.chart3d.data.xyz.XYZItemKeys
- XYZItemLabelGenerator - Interface in org.jfree.chart3d.label
-
A label generator for data items in XYZ charts (this can be used for tooltips and item labels).
- XYZLabelGenerator - Interface in org.jfree.chart3d.label
-
A label generator for XYZ charts, used to create labels for the chart legend.
- XYZPlot - Class in org.jfree.chart3d.plot
-
A 3D plot with three numerical axes that displays data from an
XYZDataset
. - XYZPlot(XYZDataset, XYZRenderer, ValueAxis3D, ValueAxis3D, ValueAxis3D) - Constructor for class org.jfree.chart3d.plot.XYZPlot
-
Creates a new plot with the specified axes.
- XYZRenderer - Interface in org.jfree.chart3d.renderer.xyz
-
A renderer that can display data from an
XYZDataset
on anXYZPlot
. - XYZSeries<K> - Class in org.jfree.chart3d.data.xyz
-
A data series containing a sequence of
(x, y, z)
data items. - XYZSeries(K) - Constructor for class org.jfree.chart3d.data.xyz.XYZSeries
-
Creates a new series with the specified key.
- XYZSeriesCollection<S> - Class in org.jfree.chart3d.data.xyz
-
A collection of
XYZSeries
objects (implements theXYZDataset
interface so that it can be used as a source of data for anXYZRenderer
on anXYZPlot
). - XYZSeriesCollection() - Constructor for class org.jfree.chart3d.data.xyz.XYZSeriesCollection
-
Creates a new (empty)
XYZSeriesCollection
instance.
Y
- y - Variable in class org.jfree.chart3d.graphics3d.Point3D
-
The y-coordinate.
- Y - Enum constant in enum class org.jfree.chart3d.axis.ValueAxis3DType
-
A y-axis in an
XYZPlot
.
Z
- z - Variable in class org.jfree.chart3d.graphics3d.Point3D
-
The z-coordinate.
- Z - Enum constant in enum class org.jfree.chart3d.axis.ValueAxis3DType
-
A z-axis in an
XYZPlot
. - ZERO_OFFSET - Static variable in class org.jfree.chart3d.graphics3d.Offset2D
-
Zero offset.
- ZERO_OFFSET - Static variable in class org.jfree.chart3d.graphics3d.Offset3D
-
Zero offset.
- ZoomInAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that performs a zoom-in operation.
- ZoomInAction(Panel3D, boolean) - Constructor for class org.jfree.chart3d.graphics3d.swing.ZoomInAction
-
Creates a new zoom-in action associated with the specified panel.
- ZoomOutAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that performs a zoom out operation on the content in a
Panel3D
. - ZoomOutAction(Panel3D, boolean) - Constructor for class org.jfree.chart3d.graphics3d.swing.ZoomOutAction
-
Creates a new zoom-out action associated with the specified panel.
- zoomToFit() - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Adjusts the viewing distance so that the chart fits the current panel size.
- zoomToFit(Dimension2D) - Method in class org.jfree.chart3d.graphics3d.swing.Panel3D
-
Adjusts the viewing distance so that the chart fits the specified size.
- ZoomToFitAction - Class in org.jfree.chart3d.graphics3d.swing
-
An action that performs a zoom-to-fit operation.
- ZoomToFitAction(Panel3D, boolean) - Constructor for class org.jfree.chart3d.graphics3d.swing.ZoomToFitAction
-
Creates a new action associated with the specified panel.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form