| AbstractDataSet<D extends AbstractStylable<D>> |
The abstract implementation of DataSet interface that provides implementation
of some methods.
|
| AbstractDataSet3D<D extends AbstractDataSet3D<D>> |
An abstract implementation of DataSet3D interface.
|
| AbstractErrorDataSet<D extends AbstractErrorDataSet<D>> |
The abstract implementation of DataSet and DataSetError interface that
provides implementation of some methods.
|
| AbstractHistogram |
|
| AbstractStylable<D extends DataSet> |
Class to define CSS-based style features N.B.
|
| AveragingDataSet |
TODO: Change to ErrorDataSet and calculate standard deviation.
|
| CircularDoubleErrorDataSet |
|
| DataRange |
Defines range (limits) of data.
|
| DataSetBuilder |
|
| DefaultDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DefaultErrorDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DoubleDataSet |
Implementation of the DataSet interface which stores x,y values
in two separate arrays.
|
| DoubleDataSet3D |
Implementation of a AbstractDataSet3D backed by arrays.
|
| DoubleErrorDataSet |
Implementation of the DataSetError interface which stores x,y,
+eyn, -eyn values in separate double arrays.
|
| FifoDoubleErrorDataSet |
|
| 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
|
| Histogram2 |
|
| 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.
|
| ListDataSet |
Deprecated.
|
| ListErrorDataSet |
Deprecated.
|
| RollingDataSet |
|
| WrappedDataSet |
A data set implementation which wraps another data set.
|