Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.gsi.math.MathDataSet

        de.gsi.math.MathDataSet.DataSetFunction, de.gsi.math.MathDataSet.DataSetsFunction, de.gsi.math.MathDataSet.DataSetValueFunction
      • Nested classes/interfaces inherited from interface de.gsi.dataset.DataSetError

        de.gsi.dataset.DataSetError.ErrorType
    • Field Summary

      • Fields inherited from class de.gsi.dataset.spi.DoubleErrorDataSet

        xValues, yErrorsNeg, yErrorsPos, yValues
      • Fields inherited from class de.gsi.dataset.spi.AbstractDataSet

        axisListener, dimension
      • Fields inherited from interface de.gsi.dataset.DataSet

        DIM_X, DIM_Y, DIM_Z
      • Fields inherited from interface de.gsi.dataset.DataSetMetaData

        TAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT
    • 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 de.gsi.dataset.spi.AbstractStylable

        getStyle, setStyle
      • 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
      • Methods inherited from interface de.gsi.dataset.EditableDataSet

        getEditConstraints, setEditConstraints, setName
      • Methods inherited from interface de.gsi.dataset.event.EventSource

        addListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListener
    • Constructor Detail

      • SummingDataSet

        public SummingDataSet​(java.lang.String name,
                              de.gsi.dataset.DataSet... functions)