Package de.gsi.chart.samples
Class HistogramRendererSample.SummingDataSet
- java.lang.Object
-
- de.gsi.dataset.spi.AbstractStylable<D>
-
- de.gsi.dataset.spi.AbstractDataSet<D>
-
- de.gsi.dataset.spi.AbstractErrorDataSet<de.gsi.dataset.spi.DoubleErrorDataSet>
-
- de.gsi.dataset.spi.DoubleErrorDataSet
-
- de.gsi.math.MathDataSet
-
- de.gsi.chart.samples.HistogramRendererSample.SummingDataSet
-
- All Implemented Interfaces:
de.gsi.dataset.DataSet,de.gsi.dataset.DataSet2D,de.gsi.dataset.DataSetError,de.gsi.dataset.DataSetMetaData,de.gsi.dataset.EditableDataSet,de.gsi.dataset.event.EventSource,java.io.Serializable
- Enclosing class:
- HistogramRendererSample
public class HistogramRendererSample.SummingDataSet extends de.gsi.math.MathDataSet- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SummingDataSet(java.lang.String name, de.gsi.dataset.DataSet... functions)
-
Method Summary
-
Methods inherited from class de.gsi.math.MathDataSet
deregisterListener, getCompositeDataSetName, getSourceDataSets, handle, registerListener
-
Methods inherited from class de.gsi.dataset.spi.DoubleErrorDataSet
add, add, add, add, add, add, add, add, add, clearData, get, getCapacity, getDataCount, getErrorNegative, getErrorPositive, getErrorsNegative, getErrorsPositive, getValues, increaseCapacity, remove, remove, resize, set, set, set, set, set, set, set, set, trim
-
Methods inherited from class de.gsi.dataset.spi.AbstractErrorDataSet
fireInvalidated, getErrorType, getThis, lock, recomputeLimits, setErrorType
-
Methods inherited from class de.gsi.dataset.spi.AbstractDataSet
addDataLabel, addDataStyle, autoNotification, binarySearch, binarySearch, clearMetaInfo, copyAxisDescription, copyDataLabelsAndStyles, copyMetaData, equalDataLabels, equalEditConstraints, equalErrorValues, equalMetaData, equals, equals, equalValues, getAxisDescriptions, getDataLabel, getDataLabelMap, getDataStyleMap, getDimension, getEditConstraints, getErrorList, getIndex, getInfoList, getMetaInfo, getName, getStyle, getValue, getWarningList, hashCode, removeDataLabel, removeStyle, setEditConstraints, setName, toString, updateEventListener
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gsi.dataset.DataSet
getAxisDescription, getAxisDescriptions, getDataLabel, getIndex, getName, getStyle, getStyle, getValue, lock, recomputeLimits, set, setStyle
-
Methods inherited from interface de.gsi.dataset.DataSet2D
getDimension, getValue, getX, getXIndex, getXValues, getY, getYIndex, getYValues
-
Methods inherited from interface de.gsi.dataset.DataSetError
getErrorNegative, getErrorPositive, getErrorType
-
-