Class CellCoordinates
java.lang.Object
com.pnfsoftware.jeb.core.output.table.impl.CellCoordinates
- All Implemented Interfaces:
ICellCoordinates
Simple implementation of cell coordinates.
-
Constructor Summary
ConstructorsConstructorDescriptionCellCoordinates
(int rowIndex, int columnIndex) Create a cell coordinates object. -
Method Summary
-
Constructor Details
-
CellCoordinates
public CellCoordinates(int rowIndex, int columnIndex) Create a cell coordinates object.- Parameters:
rowIndex
-columnIndex
-
-
-
Method Details
-
getRowIndex
public int getRowIndex()Description copied from interface:ICellCoordinates
Get the row index.- Specified by:
getRowIndex
in interfaceICellCoordinates
- Returns:
- 0-based index
-
getColumnIndex
public int getColumnIndex()Description copied from interface:ICellCoordinates
Get the column index.- Specified by:
getColumnIndex
in interfaceICellCoordinates
- Returns:
- 0-based index
-
toString
-