Class HistogramRendererBarSample.MyHistogram

  • All Implemented Interfaces:
    de.gsi.dataset.DataSet, de.gsi.dataset.DataSet2D, de.gsi.dataset.DataSetMetaData, de.gsi.dataset.event.EventSource, de.gsi.dataset.Histogram, de.gsi.dataset.Histogram1D, java.io.Serializable
    Enclosing class:
    HistogramRendererBarSample

    public class HistogramRendererBarSample.MyHistogram
    extends de.gsi.dataset.spi.Histogram
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.gsi.dataset.spi.AbstractHistogram

        de.gsi.dataset.spi.AbstractHistogram.HistogramOuterBounds
      • Nested classes/interfaces inherited from interface de.gsi.dataset.Histogram

        de.gsi.dataset.Histogram.Boundary
    • Field Summary

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

        isHorizontal
      • Fields inherited from class de.gsi.dataset.spi.AbstractHistogram

        axisBins, data
      • 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
      MyHistogram​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fill​(java.lang.String dataLabel, double value)  
      • Methods inherited from class de.gsi.dataset.spi.Histogram

        addBinContent, fill, fillN, flipAbscissaWithOrdinate, get, getIndex, getWarningList, reset, set
      • Methods inherited from class de.gsi.dataset.spi.AbstractHistogram

        addBinContent, fillEquidistantAxisBinning, findBin, findBin, findBin, findNextLargerIndex, getBinCenter, getBinContent, getBinCount, getBinLimits, getBoundsType, getDataCount, getValue, isEquiDistant, recomputeLimits, swap
      • 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, fireInvalidated, getAxisDescriptions, getDataLabel, getDataLabelMap, getDataStyleMap, getDimension, getEditConstraints, getErrorList, getInfoList, getMetaInfo, getName, getStyle, getThis, getValues, hashCode, lock, 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, getDataCount, getDataLabel, getName, getStyle, getStyle, getValue, getValues, 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.DataSetMetaData

        getErrorList, getInfoList, getMetaInfo
      • Methods inherited from interface de.gsi.dataset.event.EventSource

        addListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListener
      • Methods inherited from interface de.gsi.dataset.Histogram

        addBinContent, findBin, findBin, findBin, getBinCenter, getBinContent, getBinCount, getBinLimits, isEquiDistant
      • Methods inherited from interface de.gsi.dataset.Histogram1D

        fill
    • Constructor Detail

      • MyHistogram

        public MyHistogram​(java.lang.String name)
    • Method Detail

      • fill

        public void fill​(java.lang.String dataLabel,
                         double value)