public class

CellCoordinates

extends Object
implements ICellCoordinates
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.table.impl.CellCoordinates

Class Overview

Simple implementation of cell coordinates.

Summary

Public Constructors
CellCoordinates(int rowIndex, int columnIndex)
Create a cell coordinates object.
Public Methods
int getColumnIndex()
Get the column index.
int getRowIndex()
Get the row index.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.output.table.ICellCoordinates

Public Constructors

public CellCoordinates (int rowIndex, int columnIndex)

Create a cell coordinates object.

Public Methods

public int getColumnIndex ()

Get the column index.

Returns
  • 0-based index

public int getRowIndex ()

Get the row index.

Returns
  • 0-based index

public String toString ()