Class DenseFloatDataRow

    • Constructor Detail

      • DenseFloatDataRow

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

        public DenseFloatDataRow​(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 DenseDataRow
        Parameters:
        owner - the owner
        Returns:
        the cell