Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Class PaginationRecord

java.lang.Object
  |
  +--oracle.dss.dataView.PaginationRecord
Direct Known Subclasses:
DataSubsetRecord

public class PaginationRecord
extends java.lang.Object

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.

See Also:
DataSubsetRecord, CrosstabPrinter.printPage(java.awt.Graphics), TablePrinter.printPage(java.awt.Graphics)

Field Summary
 int firstColumn
          The first column to print.
 int firstRow
          The first row to print.
 int lastColumn
          The last column that is printed on this page.
 int lastRow
          The 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

firstRow

public int firstRow
The first row to print. You set this variable. Row numbers begin at zero.

lastRow

public int lastRow
The last row that is printed on this page. The ViewPrinter sets this variable.

firstColumn

public int firstColumn
The first column to print. Column numbers begin at zero. You set this variable.

lastColumn

public int lastColumn
The last column that is printed on this page. The ViewPrinter sets this variable.
Constructor Detail

PaginationRecord

public PaginationRecord()

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.