Class HistogramPanel

    • Field Detail

      • m_ArrayHistogram

        protected adams.data.statistics.ArrayHistogram m_ArrayHistogram
        for generating the histogram.
      • m_SkipMissing

        protected boolean m_SkipMissing
        whether to skip missing values.
    • Constructor Detail

      • HistogramPanel

        public HistogramPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class adams.gui.core.BasePanel
      • setArrayHistogram

        public void setArrayHistogram​(adams.data.statistics.ArrayHistogram value)
        Sets the setup for calculating the histogram.
        Parameters:
        value - the setup to use
      • getArrayHistogram

        public adams.data.statistics.ArrayHistogram getArrayHistogram()
        Returns the current setup for calculating the histogram.
        Returns:
        the current setup
      • setSkipMissing

        public void setSkipMissing​(boolean value)
        Sets whether to exclude missing values from the histogram calculation.
        Parameters:
        value - true if to skip
      • getSkipMissing

        public boolean getSkipMissing()
        Returns whether to exclude missing values from the histogram calculation.
        Returns:
        true if to skip
      • createSequences

        protected adams.flow.sink.sequenceplotter.SequencePlotSequence[] createSequences()
        Generates the sequence(s) from the data.
        Specified by:
        createSequences in class adams.gui.visualization.core.AbstractHistogramPanel<Heatmap>
        Returns:
        the generated sequence(s)