java.lang.ObjectFake PrinterJob that just signals no print service. This is only here so applications can calljava.awt.print.PrinterJob
java.awt.print.NoPrinterJob
PrintJob.getPrinterJob().getPrinterJob() and check
that it returns null which indicates no actual
printing support is available.
| Method from java.awt.print.NoPrinterJob Summary: |
|---|
| cancel, defaultPage, getCopies, getJobName, getUserName, isCancelled, pageDialog, print, printDialog, setCopies, setJobName, setPageable, setPrintable, setPrintable, validatePage |
| Methods from java.awt.print.PrinterJob: |
|---|
| cancel, defaultPage, defaultPage, getCopies, getJobName, getPageFormat, getPrintService, getPrinterJob, getUserName, isCancelled, lookupPrintServices, lookupStreamPrintServices, pageDialog, pageDialog, print, print, printDialog, printDialog, setCopies, setJobName, setPageable, setPrintService, setPrintable, setPrintable, validatePage |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.print.NoPrinterJob Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|