public class DefaultErrorDataSet extends DoubleErrorDataSet
for the reference implementation,
for an implementation without asymmetric errors in YDataSetError.ErrorTypexValues, yErrorsNeg, yErrorsPos, yValuesdataLabels, dataStyles, editConstraints, errorList, infoList, lock, metaInfoMap, name, updateListeners, warningList, xRange, yRangeTAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Constructor and Description |
|---|
DefaultErrorDataSet(DataSet another)
Creates a new instance of
DoubleDataSet as copy of another
(deep-copy). |
DefaultErrorDataSet(String name)
Creates a new instance of
DefaultErrorDataSet. |
DefaultErrorDataSet(String name,
double[] xValues,
double[] yValues,
double[] yErrorsNeg,
double[] yErrorsPos,
int nData,
boolean deepCopy)
Creates a new instance of
DefaultErrorDataSet. |
DefaultErrorDataSet(String name,
int initalSize)
Creates a new instance of
DefaultErrorDataSet. |
add, add, add, add, add, add, add, add, clearData, getCapacity, getDataCount, getX, getXErrorNegative, getXErrorPositive, getXValues, getY, getYErrorNegative, getYErrorPositive, getYErrorsNegative, getYErrorsPositive, getYValues, increaseCapacity, remove, remove, resize, set, set, set, set, set, set, trimcomputeLimits, fireInvalidated, getErrorType, getThis, lock, setErrorType, unlockaddDataLabel, addDataStyle, binarySearchX, binarySearchY, clearMetaInfo, getDataCount, getDataLabel, getDataLabelMap, getDataStyleMap, getEditConstraints, getErrorList, getInfoList, getMetaInfo, getName, getStyle, getUndefValue, getWarningList, getXIndex, getXMax, getXMin, getXRange, getYIndex, getYMax, getYMin, getYRange, isAutoNotification, minNeigbourSearchX, removeDataLabel, removeStyle, setAutoNotifaction, setEditConstraints, setName, toString, updateEventListenergetStyle, setStyleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetErrorType, getXErrorNegative, getXErrorPositive, getXErrorsNegative, getXErrorsPositive, getYErrorNegative, getYErrorPositivegetEditConstraints, setEditConstraints, setNamegetDataCount, getDataLabel, getName, getStyle, getStyle, getUndefValue, getValue, getXIndex, getXMax, getXMin, getYIndex, getYMax, getYMin, isAutoNotification, lock, setAutoNotifaction, setStyle, unlockaddListener, invokeListener, invokeListener, removeListener, updateEventListenerpublic DefaultErrorDataSet(String name)
DefaultErrorDataSet.name - name of this DataSet.public DefaultErrorDataSet(String name, int initalSize)
DefaultErrorDataSet.name - name of this DataSet.initalSize - maximum capacity of bufferIllegalArgumentException - if name is
nullpublic DefaultErrorDataSet(DataSet another)
DoubleDataSet as copy of another
(deep-copy).another - name of this DataSet.public DefaultErrorDataSet(String name, double[] xValues, double[] yValues, double[] yErrorsNeg, double[] yErrorsPos, int nData, boolean deepCopy)
Creates a new instance of DefaultErrorDataSet.
name - name of this data set.xValues - X coordinatesyValues - Y coordinatesyErrorsNeg - Y negative coordinate erroryErrorsPos - Y positive coordinate errornData - how many data points are relevant to be takendeepCopy - if true, the input array is copiedIllegalArgumentException - if any of parameters is
null or if arrays with coordinates have
different lengthsCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.