Class CellCoordinates

java.lang.Object
com.pnfsoftware.jeb.core.output.table.impl.CellCoordinates
All Implemented Interfaces:
ICellCoordinates

@Ser public class CellCoordinates extends Object implements ICellCoordinates
Simple implementation of cell coordinates.
  • Constructor Details

    • CellCoordinates

      public CellCoordinates(int rowIndex, int columnIndex)
      Create a cell coordinates object.
      Parameters:
      rowIndex - 0-based row index
      columnIndex - 0-based column index
  • Method Details