|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RangeImpl
Implementation class for the Range interface. This merely holds the raw range information, and when the time comes, it interrogates the workbook for the object. This does not keep handles to the objects for performance reasons, as this could impact garbage collection on larger spreadsheets
| Constructor Summary | |
RangeImpl(WorkbookMethods w,
int s1,
int c1,
int r1,
int s2,
int c2,
int r2)
Constructor |
|
| Method Summary | |
Cell |
getBottomRight()
Gets the cell at the bottom right of this range |
int |
getFirstSheetIndex()
Gets the index of the first sheet in the range |
int |
getLastSheetIndex()
Gets the index of the last sheet in the range |
Cell |
getTopLeft()
Gets the cell at the top left of this range |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RangeImpl(WorkbookMethods w,
int s1,
int c1,
int r1,
int s2,
int c2,
int r2)
w - the workbooks1 - the sheet of the top left cell of the rangec1 - the column number of the top left cell of the ranger1 - the row number of the top left cell of the ranges2 - the sheet of the bottom right cellc2 - the column number of the bottom right cell of the ranger2 - the row number of the bottomr right cell of the range| Method Detail |
public Cell getTopLeft()
getTopLeft in interface Rangepublic Cell getBottomRight()
getBottomRight in interface Rangepublic int getFirstSheetIndex()
getFirstSheetIndex in interface Rangepublic int getLastSheetIndex()
getLastSheetIndex in interface Range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||