Package java.awt.print
Classes for printer jobs, pages, paper sizes, graphics and formats.
Pageable | This interface represents pages that are to be printed.
|
Printable | This interface provides a mechanism for the actual printing of pages to the
printer. |
PrinterGraphics | This interface is implemented by the Graphics instance that is
used for rendering pages. |
Book | This class allows documents to be created with different paper types,
page formatters, and painters.
|
PageFormat | This class contains information about the desired page format to use for
printing a particular set of pages.
|
Paper | This class describes a particular type of paper.
|
PrinterJob | This class controls printing.
|
PrinterAbortException | This exception is thrown when the print job is aborted, either by the
user or by the application.
|
PrinterException | This is the generic toplevel exception for printing errors. |
PrinterIOException | This exception is thrown when the print job encounters an I/O problem
of some kind.
|
Classes for printer jobs, pages, paper sizes, graphics and formats.