Class DownSample

    • Field Detail

      • m_NthColumn

        protected int m_NthColumn
        the n-th column to use.
    • Constructor Detail

      • DownSample

        public DownSample()
    • Method Detail

      • setNthColumn

        public void setNthColumn​(int value)
        Sets the nth column setting.
        Parameters:
        value - the nth column to use
      • getNthColumn

        public int getNthColumn()
        Returns the nth column setting.
        Returns:
        the nth column
      • nthColumnTipText

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

        protected int[] doFindColumns​(SpreadSheet data)
        Returns the columns of interest in the spreadsheet.
        Specified by:
        doFindColumns in class AbstractColumnFinder
        Parameters:
        data - the spreadsheet to inspect
        Returns:
        the columns of interest