public class DefaultDataSet extends DoubleDataSet
for the reference implementation,
for an implementation with asymmetric errors in YxValues, yValuesdataLabels, dataStyles, editConstraints, errorList, infoList, lock, metaInfoMap, name, updateListeners, warningList, xRange, yRangeTAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Constructor and Description |
|---|
DefaultDataSet(DataSet another)
Creates a new instance of
DefaultDataSet as copy of another
(deep-copy). |
DefaultDataSet(String name)
Creates a new instance of
DefaultDataSet. |
DefaultDataSet(String name,
double[] xValues,
double[] yValues,
int initalSize,
boolean deepCopy)
Creates a new instance of
DefaultDataSet. |
DefaultDataSet(String name,
int initalSize)
Creates a new instance of
DefaultDataSet. |
add, add, add, add, add, add, clearData, getCapacity, getDataCount, getX, getXValues, getY, getYValues, increaseCapacity, remove, remove, resize, set, set, set, set, set, trimaddDataLabel, addDataStyle, binarySearchX, binarySearchY, clearMetaInfo, computeLimits, fireInvalidated, getDataCount, getDataLabel, getDataLabelMap, getDataStyleMap, getEditConstraints, getErrorList, getInfoList, getMetaInfo, getName, getStyle, getThis, getUndefValue, getWarningList, getXIndex, getXMax, getXMin, getXRange, getYIndex, getYMax, getYMin, getYRange, isAutoNotification, lock, minNeigbourSearchX, removeDataLabel, removeStyle, setAutoNotifaction, setEditConstraints, setName, toString, unlock, updateEventListenergetStyle, setStyleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEditConstraints, setEditConstraints, setNamegetDataCount, getDataLabel, getName, getStyle, getStyle, getUndefValue, getValue, getXIndex, getXMax, getXMin, getYIndex, getYMax, getYMin, isAutoNotification, lock, setAutoNotifaction, setStyle, unlockaddListener, invokeListener, invokeListener, removeListener, updateEventListenerpublic DefaultDataSet(String name)
DefaultDataSet.name - name of this DataSet.IllegalArgumentException - if name is
nullpublic DefaultDataSet(DataSet another)
DefaultDataSet as copy of another
(deep-copy).another - name of this DataSet.public DefaultDataSet(String name, int initalSize)
DefaultDataSet.name - name of this DataSet.initalSize - initial buffer sizeIllegalArgumentException - if name is
nullpublic DefaultDataSet(String name, double[] xValues, double[] yValues, int initalSize, boolean deepCopy)
Creates a new instance of DefaultDataSet.
name - name of this data set.xValues - X coordinatesyValues - Y coordinatesinitalSize - initial buffer sizedeepCopy - 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.