Interface ILogicalTable

    • Method Detail

      • getColumnWidth

        int getColumnWidth​(int column)
        Parameters:
        column - index of the column
        Returns:
        width of the column by its index.
      • getRowHeight

        int getRowHeight​(int row)
        Parameters:
        row - index of the row
        Returns:
        height of the row by its index.
      • findColumnStart

        int findColumnStart​(int gridOffset)
        Calculates # of the column starting exactly at gridOffset. Throws TableException if gridOffset does not match any column's start.
        Parameters:
        gridOffset -
        Returns:
      • findRowStart

        int findRowStart​(int gridOffset)
        Calculates # of the row starting exactly at gridOffset. Throws TableException if gridOffset does not match any row's start.
        Parameters:
        gridOffset -
        Returns: