Class PrometheusSheetCellPosition
java.lang.Object
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetCellPosition
Class representing position of a cell within a sheet.
-
Constructor Summary
ConstructorsConstructorDescriptionPrometheusSheetCellPosition(int pColumnIndex, int pRowIndex) Constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintObtain Column index.intObtain Row index.
-
Constructor Details
-
PrometheusSheetCellPosition
public PrometheusSheetCellPosition(int pColumnIndex, int pRowIndex) Constructor.- Parameters:
pColumnIndex- the column indexpRowIndex- the row index
-
PrometheusSheetCellPosition
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
-