D - java generics handling of DataSet for derived classes (needed for fluent design)public abstract class AbstractDataSet3D<D extends AbstractDataSet3D<D>> extends AbstractDataSet<D> implements DataSet3D
DataSet3D interface.TAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Constructor and Description |
|---|
AbstractDataSet3D(String name)
Creates a new
AbstractDataSet3D. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataCount()
Returns total number of data points in this data set:
xDataCount * yDataCount. |
D |
recomputeLimits(int dimension)
recompute data set limits
|
addDataLabel, addDataStyle, autoNotification, binarySearch, clearMetaInfo, equalDataLabels, equalEditConstraints, equalErrorValues, equalMetaData, equals, equals, equalValues, fireInvalidated, getAxisDescriptions, getDataLabel, getDataLabelMap, getDataStyleMap, getDimension, getEditConstraints, getErrorList, getIndex, getInfoList, getMetaInfo, getName, getStyle, getThis, getWarningList, hashCode, lock, minNeigbourSearchX, removeDataLabel, removeStyle, setEditConstraints, setName, toString, updateEventListenergetStyle, setStyleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDimension, getZgetValue, getValue, getX, getXIndex, getXValues, getY, getYIndex, getYValuesget, getAxisDescription, getAxisDescriptions, getDataCount, getDataLabel, getIndex, getName, getStyle, getStyle, getValues, lock, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerpublic AbstractDataSet3D(String name)
AbstractDataSet3D.name - name of this data set.public int getDataCount()
xDataCount * yDataCount.getDataCount in interface DataSetpublic D recomputeLimits(int dimension)
recomputeLimits in interface DataSetrecomputeLimits in class AbstractDataSet<D extends AbstractDataSet3D<D>>dimension - the chosen dimensionCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.