| java.lang.Object | |
| ↳ | sun.print.PSPrinterJob.EPSPrinter |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.awt.print.Pageable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number of pages in the set.
| |||||||||||
Returns the
PageFormat of the page specified by
pageIndex. | |||||||||||
Returns the
Printable instance responsible for
rendering the page specified by pageIndex. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.awt.print.Pageable
| |||||||||||
Returns the number of pages in the set.
To enable advanced printing features,
it is recommended that Pageable
implementations return the true number of pages
rather than the
UNKNOWN_NUMBER_OF_PAGES constant.
Pageable.
Returns the PageFormat of the page specified by
pageIndex.
| pgIndex | the zero based index of the page whose
PageFormat is being requested |
|---|
PageFormat describing the size and
orientation.Returns the Printable instance responsible for
rendering the page specified by pageIndex.
| pgIndex | the zero based index of the page whose
Printable is being requested |
|---|
Printable that renders the page.