|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.dataView.PaginationRecord
Class that contains details for each physical page of the view that will be printed or previewed. This class is used by the ViewPrinter. Application developers should not have to use this class. If you use the printPage method of the TablePrinter or of the CrosstabPrinter, then you use the DataSubsetRecord class, which extends this class.
DataSubsetRecord, CrosstabPrinter.printPage(java.awt.Graphics), TablePrinter.printPage(java.awt.Graphics)| Field Summary | |
int |
firstColumnThe first column to print. |
int |
firstRowThe first row to print. |
int |
lastColumnThe last column that is printed on this page. |
int |
lastRowThe last row that is printed on this page. |
| Constructor Summary | |
PaginationRecord() | |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int firstRow
public int lastRow
ViewPrinter sets this variable.public int firstColumn
public int lastColumn
ViewPrinter sets this variable.| Constructor Detail |
public PaginationRecord()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||