Class SparseFloatDataRow

    • Constructor Detail

      • SparseFloatDataRow

        public SparseFloatDataRow()
        Default constructor for GOE only.
      • SparseFloatDataRow

        public SparseFloatDataRow​(SpreadSheet owner)
        Constructor that ties row to spreadsheet.
        Parameters:
        owner - the spreadsheet this row belongs to
    • Method Detail

      • newCell

        public Cell newCell​(Row owner)
        Creates a new instance of a cell.
        Specified by:
        newCell in interface Row
        Overrides:
        newCell in class SparseDataRow
        Parameters:
        owner - the owner
        Returns:
        the cell