All Known Implementing Classes:
Book
Pageable implementation represents a set of
pages to be printed. The Pageable object returns
the total number of pages in the set as well as the
PageFormat and Printable for a specified page.
| Field Summary | ||
|---|---|---|
| int | UNKNOWN_NUMBER_OF_PAGES | This constant is returned from the
getNumberOfPages
method if a Pageable implementation does not know
the number of pages in its set. |
| Method from java.awt.print.Pageable Summary: |
|---|
| getNumberOfPages, getPageFormat, getPrintable |
| Method from java.awt.print.Pageable Detail: |
|---|
Pageable
implementations return the true number of pages
rather than the
UNKNOWN_NUMBER_OF_PAGES constant. |
PageFormat of the page specified by
pageIndex. |
Printable instance responsible for
rendering the page specified by pageIndex. |