Class ArrayStatistic

    • Constructor Detail

      • ArrayStatistic

        public ArrayStatistic()
    • Method Detail

      • setStatistic

        public void setStatistic​(AbstractArrayStatistic value)
        Sets the array statistic to apply.
        Parameters:
        value - the statistic
      • getStatistic

        public AbstractArrayStatistic getStatistic()
        Returns the array statistic to apply.
        Returns:
        the statistic
      • statisticTipText

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

        protected SpreadSheet postVisit​(SpreadSheet sheet,
                                        int rowIndex)
        Finishes up the stats generation after all the cells have been visited.
        Specified by:
        postVisit in class AbstractRowStatistic
        Parameters:
        sheet - the spreadsheet to generate the stats for
        rowIndex - the row index
        Returns:
        the generated stats