Class DownSample

    • Field Detail

      • m_NthRow

        protected int m_NthRow
        the n-th row to use.
    • Constructor Detail

      • DownSample

        public DownSample()
    • Method Detail

      • setNthRow

        public void setNthRow​(int value)
        Sets the nth row setting.
        Parameters:
        value - the nth row to use
      • getNthRow

        public int getNthRow()
        Returns the nth row setting.
        Returns:
        the nth row
      • nthRowTipText

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

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