public interface

ICellCoordinates

com.pnfsoftware.jeb.core.output.table.ICellCoordinates
Known Indirect Subclasses

Class Overview

Coordinates for cells of a table.

Summary

Public Methods
abstract int getColumnIndex()
Get the column index.
abstract int getRowIndex()
Get the row index.

Public Methods

public abstract int getColumnIndex ()

Get the column index.

Returns
  • 0-based index

public abstract int getRowIndex ()

Get the row index.

Returns
  • 0-based index