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:ICellCoordinatesGet the row index.- Specified by:
getRowIndexin interfaceICellCoordinates- Returns:
- 0-based index
-
getColumnIndex
public int getColumnIndex()Description copied from interface:ICellCoordinatesGet the column index.- Specified by:
getColumnIndexin interfaceICellCoordinates- Returns:
- 0-based index
-
toString
-