planetj.output.excel
Class ExcelContext

java.lang.Object
  extended byplanetj.output.excel.ExcelContext

public class ExcelContext
extends java.lang.Object

Author:
Paul Holm Used to specify Excel generation information.

Constructor Summary
ExcelContext()
           
 
Method Summary
 int getStartingColumnIndex()
           
 int getStartingRowIndex()
           
 void setStartingColumnIndex(int i)
           
 void setStartingRowIndex(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelContext

public ExcelContext()
Method Detail

getStartingColumnIndex

public int getStartingColumnIndex()
Returns:

getStartingRowIndex

public int getStartingRowIndex()
Returns:

setStartingColumnIndex

public void setStartingColumnIndex(int i)
Parameters:
i -

setStartingRowIndex

public void setStartingRowIndex(int i)
Parameters:
i -