![]() |
|
Contents |
Public Member Functions | |
| abstract void | cancel () |
| abstract void | setPrintable (Printable painter) |
| abstract void | setPrintable (Printable painter, PageFormat format) |
| abstract void | setPageable (Pageable document) throws NullPointerException |
| abstract void | print () throws PrinterException |
| abstract void | setJobName (String jobName) |
| abstract void | setCopies (int copies) |
| abstract int | getCopies () |
| abstract boolean | printDialog () throws HeadlessException |
| abstract boolean | isCancelled () |
| abstract String | getUserName () |
| abstract String | getJobName () |
| abstract PageFormat | pageDialog (PageFormat page) throws HeadlessException |
| abstract PageFormat | defaultPage (PageFormat page) |
| abstract PageFormat | validatePage (PageFormat page) |
| PrinterJob () | |
| PageFormat | defaultPage () |
| PrintService | getPrintService () |
| void | print (PrintRequestAttributeSet attributes) throws PrinterException |
| boolean | printDialog (PrintRequestAttributeSet attributes) throws HeadlessException |
| void | setPrintService (PrintService printservice) throws PrinterException |
| PageFormat | pageDialog (PrintRequestAttributeSet attributes) throws HeadlessException |
Static Public Member Functions | |
| static PrinterJob | getPrinterJob () |
| static PrintService[] | lookupPrintServices () |
| static StreamPrintServiceFactory[] | lookupStreamPrintServices (String mimeType) |
| PrinterJob | ( | ) |
| abstract void cancel | ( | ) | [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract void setPrintable | ( | Printable | painter | ) | [pure virtual] |
Implemented in PSPrinterJob.
| abstract void setPrintable | ( | Printable | painter, | |
| PageFormat | format | |||
| ) | [pure virtual] |
Implemented in PSPrinterJob.
| abstract void setPageable | ( | Pageable | document | ) | throws NullPointerException [pure virtual] |
Implemented in PSPrinterJob.
| abstract void print | ( | ) | throws PrinterException [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract void setJobName | ( | String | jobName | ) | [pure virtual] |
Implemented in PSPrinterJob.
| abstract void setCopies | ( | int | copies | ) | [pure virtual] |
Implemented in PSPrinterJob.
| abstract int getCopies | ( | ) | [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract boolean printDialog | ( | ) | throws HeadlessException [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract boolean isCancelled | ( | ) | [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract String getUserName | ( | ) | [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract String getJobName | ( | ) | [pure virtual] |
Implemented in PrinterJobImpl, and PSPrinterJob.
| abstract PageFormat pageDialog | ( | PageFormat | page | ) | throws HeadlessException [pure virtual] |
Implemented in PSPrinterJob.
| abstract PageFormat defaultPage | ( | PageFormat | page | ) | [pure virtual] |
Implemented in PSPrinterJob.
| abstract PageFormat validatePage | ( | PageFormat | page | ) | [pure virtual] |
Implemented in PSPrinterJob.
| static PrinterJob getPrinterJob | ( | ) | [static] |
| static PrintService [] lookupPrintServices | ( | ) | [static] |
| static StreamPrintServiceFactory [] lookupStreamPrintServices | ( | String | mimeType | ) | [static] |
| PageFormat defaultPage | ( | ) |
| PrintService getPrintService | ( | ) |
Reimplemented in PrinterJobImpl, and PSPrinterJob.
| void print | ( | PrintRequestAttributeSet | attributes | ) | throws PrinterException |
Reimplemented in PSPrinterJob.
| boolean printDialog | ( | PrintRequestAttributeSet | attributes | ) | throws HeadlessException |
Reimplemented in PSPrinterJob.
| void setPrintService | ( | PrintService | printservice | ) | throws PrinterException |
Reimplemented in PSPrinterJob.
| PageFormat pageDialog | ( | PrintRequestAttributeSet | attributes | ) | throws HeadlessException |
Reimplemented in PSPrinterJob.