| Class | Description |
|---|---|
| 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 min/max (limits) used for DataSet and Axis range definitions.
|
| DataSetBuilder | |
| DefaultAxisDescription |
Simple default implementation of the AxisDescription interface
|
| DefaultDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DefaultErrorDataSet |
Redirect to the reference implementation declared as 'default'.
|
| DimReductionDataSet |
Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
|
| 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, and -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
due to poorer CPU performance (this is kept for reference reasons)
|
| ListErrorDataSet | Deprecated
due to poorer CPU performance (this is kept for reference reasons)
|
| RollingDataSet | |
| 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.
|
| TransposedDataSet.TransposedDataSet3D |
TODO: allow permutations to change number of grid dimensions, while enforcing contract, that all grid axes must
come before data axes.
|
| WrappedDataSet |
A data set implementation which wraps another data set.
|
| Enum | Description |
|---|---|
| DimReductionDataSet.Option |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.