|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.Selection
Stores information on a selection range in a worksheet.
Field Summary | |
protected int |
endColumn
The end column for the selection. |
protected int |
endRow
The end row for the selection. |
protected int |
startColumn
The start column for the selection. |
protected int |
startRow
The start row for the selection. |
Constructor Summary | |
Selection(int startColumn,
int startRow,
int endColumn,
int endRow)
Standard constructor. |
Method Summary | |
int |
getEndColumn()
Returns the selection's end column. |
int |
getEndRow()
Returns the selection's end row. |
int |
getStartColumn()
Returns the selection's start column. |
int |
getStartRow()
Returns the selection's start row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int startColumn
protected int startRow
protected int endColumn
protected int endRow
Constructor Detail |
public Selection(int startColumn, int startRow, int endColumn, int endRow)
startColumn
- the start column.startRow
- the start row.endColumn
- the end column.endRow
- the end row.Method Detail |
public int getStartColumn()
public int getStartRow()
public int getEndColumn()
public int getEndRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |