|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.PaginationRecord
public class 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
,
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 |
---|
public int pageNum
public int x
public int y
public int width
public int height
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 Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |