| AbstractDataSet |
The abstract implementation of DataSet interface that provides implementation of some methods.
|
| AbstractDataSet3D |
An abstract implementation of DataSet3D interface.
|
| AbstractErrorDataSet |
The abstract implementation of DataSet and DataSetError interface that provides implementation of some methods.
|
| AbstractHistogram |
|
| AbstractStylable |
Class to define CSS-based style features N.B.
|
| CircularDoubleErrorDataSet |
|
| DataRange |
Defines min/max (limits) used for DataSet and Axis range definitions.
|
| DataSetBuilder |
Helps allocating new DataSets in a flexible and efficient way.
|
| DimReductionDataSet.Option |
The possible reduction options if integrated over a value range
|
| DoubleDataSet |
Implementation of the DataSet interface which stores x,y values in two separate arrays.
|
| DoubleDataSet3D |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| DoubleErrorDataSet |
Implementation of the DataSetError interface which stores x,y, +eyn, and -eyn values in separate double
arrays.
|
| FifoDoubleErrorDataSet |
Limited Fifo DoubleErrorDataSet.
|
| FifoDoubleErrorDataSet.DataBlob |
|
| FloatDataSet |
Implementation of the DataSet interface which stores x,y values in two separate arrays.
|
| FragmentedDataSet |
|
| Histogram |
Class implements simple one dimensional binned histogram backed internally by double arrays
|
| LabelledMarker |
A utility class containing all information about a marker used with a LabbeledMarkerRenderer.
|
| LabelledMarkerDataSet |
Minor extension to DefaultDataSet to easier handle labelled markers.
|
| LimitedIndexedTreeDataSet |
DataSet implementation based on a sorted indexed TreeDataSets.
|
| LimitedIndexedTreeDataSet.DataAtom |
|
| ListDataSet |
Deprecated.
|
| ListErrorDataSet |
Deprecated.
|
| MultiDimDoubleDataSet |
Implementation of the DataSet interface which stores x,y,...
|
| TransposedDataSet |
Allows permutation of the axes of an underlying DataSet, for applications like: - transposed display - reduction of
multi-dimensional DataSets to lower dimensions To be able to handle different DataSet Interface types, the
constructors are private and only accessible via the static class methods, which return the correct sub-type.
|