java.lang.Object
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetCellPosition

public class PrometheusSheetCellPosition extends Object
Class representing position of a cell within a sheet.
  • Constructor Details

    • PrometheusSheetCellPosition

      public PrometheusSheetCellPosition(int pColumnIndex, int pRowIndex)
      Constructor.
      Parameters:
      pColumnIndex - the column index
      pRowIndex - the row index
    • PrometheusSheetCellPosition

      public PrometheusSheetCellPosition(PrometheusSheetCellPosition pSource)
      Constructor.
      Parameters:
      pSource - the source position
  • Method Details

    • getColumnIndex

      public int getColumnIndex()
      Obtain Column index.
      Returns:
      the column index
    • getRowIndex

      public int getRowIndex()
      Obtain Row index.
      Returns:
      the row index