Class Histogram

    • Field Detail

      • m_Generator

        protected adams.data.statistics.ArrayHistogram m_Generator
        determines how to generate the histogram.
    • Constructor Detail

      • Histogram

        public Histogram()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • setGenerator

        public void setGenerator​(adams.data.statistics.ArrayHistogram value)
        Sets the histogram generator.
        Parameters:
        value - the generator
      • getGenerator

        public adams.data.statistics.ArrayHistogram getGenerator()
        Returns the histogram generator.
        Returns:
        the generator
      • generatorTipText

        public String generatorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • toArray

        protected Double[] toArray​(ThreeWayData data)
        Returns all the data values as array.
        Parameters:
        data - the container to convert
        Returns:
        the data values