Class InformativeStatisticFactory.Model

    • Field Detail

      • m_Data

        protected Object[][] m_Data
        the data retrieved from the statistics object.
    • Constructor Detail

      • Model

        public Model​(InformativeStatistic stat)
        Initializes the model.
        Parameters:
        stat - the statistics object
    • Method Detail

      • initialize

        protected void initialize()
        Retrieves the data from the statistic object.
      • getStatistic

        public InformativeStatistic getStatistic()
        Returns the underlying chromatogram.
        Returns:
        the data
      • getRowCount

        public int getRowCount()
        Returns the number of rows/statistics.
        Returns:
        the number of rows
      • getColumnCount

        public int getColumnCount()
        Returns the number of columns in the table.
        Returns:
        the number of columns
      • getValueAt

        public Object getValueAt​(int row,
                                 int column)
        Returns the value at the given position.
        Parameters:
        row - the row in the table
        column - the column in the table
        Returns:
        the value