public interface TwoDEval extends ValueEval
AreaEval
and AreaEvalBase
,
for 2D (row+column) evaluationsModifier and Type | Method and Description |
---|---|
TwoDEval |
getColumn(int columnIndex) |
int |
getHeight() |
TwoDEval |
getRow(int rowIndex) |
ValueEval |
getValue(int rowIndex,
int columnIndex) |
int |
getWidth() |
boolean |
isColumn() |
boolean |
isRow() |
boolean |
isRowHidden(int rowIndex) |
boolean |
isSubTotal(int rowIndex,
int columnIndex) |
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)
boolean isRowHidden(int rowIndex)
rowIndex
- Subtotal
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.