public class DefaultDataSet extends DoubleDataSet
for the reference implementation,
for an implementation with asymmetric errors in Y,
Serialized FormxValues, yValuesTAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Constructor and Description |
|---|
DefaultDataSet(DataSet2D 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, add, clearData, get, getCapacity, getDataCount, getValues, increaseCapacity, remove, remove, resize, set, set, set, set, set, set, trimaddDataLabel, 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, recomputeLimits, removeDataLabel, removeStyle, setEditConstraints, setName, toString, updateEventListenergetStyle, setStyleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEditConstraints, setEditConstraints, setNamegetDataCount, getDimension, getValue, getValue, getX, getXIndex, getXValues, getY, getYIndex, getYValuesgetAxisDescription, getAxisDescriptions, getDataLabel, getIndex, getName, getStyle, getStyle, lock, recomputeLimits, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerpublic DefaultDataSet(DataSet2D another)
DefaultDataSet as copy of another (deep-copy).another - name of this DataSet.public DefaultDataSet(String name)
DefaultDataSet.name - name of this DataSet.IllegalArgumentException - 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 lengthspublic DefaultDataSet(String name, int initalSize)
DefaultDataSet.name - name of this DataSet.initalSize - initial buffer sizeIllegalArgumentException - if name is nullCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.