GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.awt.print.Printable | |
void | This method appends a page to the end of the book.
|
void | This method appends the specified number of pages to the end of the book.
|
void | 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 | 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. |
GNU Classpath (0.95) |