|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int getFirstRow()
public int getLastRow()
public short getFirstColumn()
public short getLastColumn()
public boolean isRow()
public boolean isColumn()
public ValueEval[] getValues()
public ValueEval getValueAt(int row, short col)
row
- col
-
public boolean contains(int row, short col)
row
- col
-
public boolean containsColumn(short col)
col
-
public boolean containsRow(int row)
row
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |