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 -
      columnIndex -
  • Method Details