| Added Methods |
PrintService getPrintService()
|
Returns the service (printer) for this printer job. |
PrintService[] lookupPrintServices()
|
A convenience method which looks up 2D print services. |
StreamPrintServiceFactory[] lookupStreamPrintServices(String)
|
A convenience method which locates fatories for stream print services which can image 2D graphics. |
PageFormat pageDialog(PrintRequestAttributeSet)
|
A convenience method which displays a cross-platform page setup dialog. |
void print(PrintRequestAttributeSet)
|
Prints a set of pages using the settings in the attribute set. |
boolean printDialog(PrintRequestAttributeSet)
|
A convenience method which displays a cross-platform print dialog for all services which are capable of printing 2D graphics using the Pageable interface. |
void setPrintService(PrintService)
|
Associate this PrinterJob with a new PrintService. |