Uses of Interface java.awt.print.Printable

Uses in package java.awt.print

Methods with parameter type java.awt.print.Printable

void
Book.append(Printable printable, PageFormat page_format)
This method appends a page to the end of the book.
void
Book.append(Printable printable, PageFormat page_format, int num_pages)
This method appends the specified number of pages to the end of the book.
void
Book.setPage(int page_num, Printable printable, PageFormat page_format)
This method changes the Printable and PageFormat for the specified page.
void
Sets this specified Printable as the one to use for rendering the pages on the print device.
void
PrinterJob.setPrintable(Printable printable, PageFormat page_format)
Sets the Printable and the page format for the pages to be printed.

Methods with return type java.awt.print.Printable

Printable
Book.getPrintable(int page_number)
This method returns the Printable object for the specified page.
Printable
Pageable.getPrintable(int pageIndex)
This method returns the Printable instance for the specified page.