Uses of Package
org.jfree.chart3d.data
Packages that use org.jfree.chart3d.data
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
Datasets that can be used by the
CategoryPlot3D
class.Representation of functions in the form
y = f(x, z)
.Datasets that can be used by the
XYZPlot
class.Classes that support user interaction with charts.
Classes related to chart labels.
Provides value and range marker support for the axes on category and XYZ
plots.
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.Base package for renderer support.
Renderers that can be used with the
CategoryPlot3D
class.Renderers that can be used with the
XYZPlot
class.-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.axis
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.dataClassDescriptionA base class that can be used to create new dataset classes.The base interface for datasets in Orson Charts.A dataset change event.The interface through which dataset change events are passed.A key that references a single data item in a dataset.A
(key, value)
pair that is used as a building block for some data structures for the charts.A list of values that are associated with unique keys.A two dimensional grid of data values where each value is uniquely identified by two keys (therowKey
and thecolumnKey
).A three dimensional cube of data values where each value is uniquely identified by three keys (theseriesKey
,rowKey
andcolumnKey
).An object that references one data item in aKeyedValues3D
data structure.Options for handlingnull
values during dataset extraction (SKIP, CONVERT_TO_NAN, CONVERT_TO_ZERO, THROW_EXCEPTION).The interface through which thePiePlot3D
class obtains data for pie charts.Represents a range of data values (instances are immutable).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).A generic representation of a one dimensional list of data values.A generic representation of a two dimensional grid of data values.A generic representation of a three dimensional grid (cube) of data values. -
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.data.categoryClassDescriptionA base class that can be used to create new dataset classes.The base interface for datasets in Orson Charts.A list of values that are associated with unique keys.A three dimensional cube of data values where each value is uniquely identified by three keys (the
seriesKey
,rowKey
andcolumnKey
).A generic representation of a three dimensional grid (cube) of data values. -
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.data.function
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.data.xyzClassDescriptionA base class that can be used to create new dataset classes.The base interface for datasets in Orson Charts.A key that references a single data item in a dataset.Represents a range of data values (instances are immutable).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).Methods for receiving notification of changes to a data series.
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.interaction
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.label
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.marker
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.plotClassDescriptionA dataset change event.The interface through which dataset change events are passed.A key that references a single data item in a dataset.The interface through which the
PiePlot3D
class obtains data for pie charts. -
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.renderer
-
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.renderer.categoryClassDescriptionAn object that references one data item in a
KeyedValues3D
data structure.Represents a range of data values (instances are immutable).A generic representation of a three dimensional grid (cube) of data values. -
Classes in org.jfree.chart3d.data used by org.jfree.chart3d.renderer.xyz