Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Class PaginationRecord

java.lang.Object
  extended by 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, oracle.dss.crosstab.CrosstabPrinter#printPage, oracle.dss.table.TablePrinter#printPage

Field Summary
 int firstColumn
          The first column to print.
 int firstRow
          The first row to print.
 int height
           
 int lastColumn
          The last column that is printed on this page.
 int lastRow
          The last row that is printed on this page.
 int pageNum
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
PaginationRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageNum

public int pageNum
For internal use only. Application developers should not use this

x

public int x
For internal use only. Application developers should not use this

y

public int y
For internal use only. Application developers should not use this

width

public int width
For internal use only. Application developers should not use this

height

public int height
For internal use only. Application developers should not use this

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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.