public interface TwoDEval extends ValueEval
AreaEval
and AreaEvalBase
ValueEval getValue(int rowIndex, int columnIndex)
rowIndex
- relative row index (zero based)columnIndex
- relative column index (zero based)int getWidth()
int getHeight()
boolean isRow()
true
if the area has just a single row, this also includes
the trivial case when the area has just a single cell.boolean isColumn()
true
if the area has just a single column, this also includes
the trivial case when the area has just a single cell.TwoDEval getRow(int rowIndex)
rowIndex
- relative row index (zero based)TwoDEval
TwoDEval getColumn(int columnIndex)
columnIndex
- relative column index (zero based)TwoDEval
boolean isSubTotal(int rowIndex, int columnIndex)
Copyright 2013 The Apache Software Foundation or its licensors, as applicable.