info.informatica.report.block
Class TablePrinter.CellIndex

java.lang.Object
  extended by info.informatica.report.block.TablePrinter.CellIndex
Enclosing class:
TablePrinter

public final class TablePrinter.CellIndex
extends Object


Constructor Summary
TablePrinter.CellIndex()
           
 
Method Summary
 int getColumnIndex()
           
 int getRowIndex()
           
 boolean nextCell()
           
 void resetColumn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePrinter.CellIndex

public TablePrinter.CellIndex()
Method Detail

getColumnIndex

public int getColumnIndex()

getRowIndex

public int getRowIndex()

resetColumn

public void resetColumn()

nextCell

public boolean nextCell()