|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.f1j.ss.RangeRef
This class provides the coordinates of a worksheet range.
| Constructor Summary | |
RangeRef(int row,
int col)
Constructs a RangeRef with the specified dimensions. |
|
RangeRef(int row1,
int col1,
int row2,
int col2,
Sheet sheet)
Constructs a RangeRef with the specified dimensions. |
|
RangeRef(int row1,
int col1,
int row2,
int col2,
Sheet sheet1,
Sheet sheet2)
Constructs a RangeRef with the specified dimensions. |
|
RangeRef(int row,
int col,
Sheet sheet)
Constructs a RangeRef with the specified dimensions. |
|
| Method Summary | |
int |
getCol1()
Returns the starting column in a worksheet range. |
int |
getCol2()
Returns the ending column in a worksheet range. |
int |
getRow1()
Returns the starting row in a worksheet range. |
int |
getRow2()
Returns the ending row in a worksheet range. |
Sheet |
getSheet1()
Returns the starting sheet in a worksheet range. |
Sheet |
getSheet2()
Returns the ending sheet in a worksheet range. |
void |
setCol1(int col)
Sets the starting column in a worksheet range. |
void |
setCol2(int col)
Sets the ending column in a worksheet range. |
void |
setRow1(int row)
Sets the starting row in a worksheet range. |
void |
setRow2(int row)
Sets the ending row in a worksheet range. |
| Constructor Detail |
public RangeRef(int row,
int col)
row - col -
public RangeRef(int row1,
int col1,
int row2,
int col2,
Sheet sheet)
row1 - col1 - row2 - col2 - sheet -
public RangeRef(int row1,
int col1,
int row2,
int col2,
Sheet sheet1,
Sheet sheet2)
row1 - col1 - row2 - col2 - sheet1 - sheet2 -
public RangeRef(int row,
int col,
Sheet sheet)
row - col - sheet - | Method Detail |
public int getCol1()
getCol2(),
setCol1(int),
setCol2(int)public int getCol2()
getCol1(),
setCol1(int),
setCol2(int)public int getRow1()
getRow2(),
setRow1(int),
setRow2(int)public int getRow2()
getRow1(),
setRow1(int),
setRow2(int)public Sheet getSheet1()
getSheet2()public Sheet getSheet2()
getSheet1()public void setCol1(int col)
getCol1(),
getCol2(),
setCol2(int)public void setCol2(int col)
getCol1(),
getCol2(),
setCol1(int)public void setRow1(int row)
getRow1(),
getRow2(),
setRow2(int)public void setRow2(int row)
getRow1(),
setRow1(int),
setRow2(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||