java.lang.Object | |
↳ | sun.print.PSPrinterJob.EPSPrinter |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.