Module org.jfree.chart3d
Package org.jfree.chart3d.data
package org.jfree.chart3d.data
Core data structures used as the building blocks for datasets in Orson
Charts. The
DataUtils class provides important
static utility methods for working with data.-
ClassDescriptionA 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.Some utility methods for working with the various datasets and data structures available in Orson Charts.A data item where a key is associated with a value (typically numerical).A list of
(key, value)pairs.A two dimensional grid of (typically numerical) data that is accessible by row and column keys.A three dimensional table of numerical values, implementing theKeyedValues3Dinterface.A key that references a single data item in a dataset.Utility methods for interchange between datasets (KeyedValues,KeyedValues3DandXYZDataset) and JSON format strings.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 (therowKeyand thecolumnKey).A three dimensional cube of data values where each value is uniquely identified by three keys (theseriesKey,rowKeyandcolumnKey).An object that references one data item in aKeyedValues3Ddata structure.Utility methods related to theKeyedValues3DItemKeyclass.An object that references one data item in aKeyedValues3Ddata structure.Options for handlingnullvalues during dataset extraction (SKIP, CONVERT_TO_NAN, CONVERT_TO_ZERO, THROW_EXCEPTION).PieDataset3D<K extends Comparable<K>>The interface through which thePiePlot3Dclass 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).Methods for receiving notification of changes to a data series.StandardPieDataset3D<K extends Comparable<K>>A dataset that can be used with aPiePlot3D.Values<T>A generic representation of a one dimensional list of data values.Values2D<T>A generic representation of a two dimensional grid of data values.Values3D<T>A generic representation of a three dimensional grid (cube) of data values.