|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AreaEval
Method Summary | |
---|---|
boolean |
contains(int row,
short col)
returns true if the cell at row and col specified as absolute indexes in the sheet is contained in this area. |
boolean |
containsColumn(short col)
returns true if the specified col is in range |
boolean |
containsRow(int row)
returns true if the specified row is in range |
short |
getFirstColumn()
returns the 0-based index of the first col in this area. |
int |
getFirstRow()
returns the 0-based index of the first row in this area. |
short |
getLastColumn()
returns the 0-based index of the last col in this area. |
int |
getLastRow()
returns the 0-based index of the last row in this area. |
ValueEval |
getValueAt(int row,
short col)
returns the ValueEval from the values array at the specified row and col index. |
ValueEval[] |
getValues()
The array of values in this area. |
boolean |
isColumn()
returns true if the Area's start and end col indexes are same. |
boolean |
isRow()
returns true if the Area's start and end row indexes are same. |
Method Detail |
---|
int getFirstRow()
int getLastRow()
short getFirstColumn()
short getLastColumn()
boolean isRow()
boolean isColumn()
ValueEval[] getValues()
ValueEval getValueAt(int row, short col)
row
- col
- boolean contains(int row, short col)
row
- col
- boolean containsColumn(short col)
col
- boolean containsRow(int row)
row
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |