| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.table.impl.CellCoordinates |
Simple implementation of cell coordinates.
| 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
| |||||||||||
Create a cell coordinates object.
Get the column index.
Get the row index.