Searched defs:getPrintService (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintServiceAttributeEvent.java66 public PrintService getPrintService() { method in class:PrintServiceAttributeEvent
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrinterFactory.java66 public StreamPrintService getPrintService(OutputStream out) { method in class:PSStreamPrinterFactory
H A DPSStreamPrintJob.java98 public PrintService getPrintService() { method in class:PSStreamPrintJob
363 job.setPrintService(getPrintService());
401 job.setPrintService(getPrintService());
H A DRasterPrinterJob.java457 public PrintService getPrintService() { method in class:RasterPrinterJob
629 PrintService service = getPrintService();
673 PrintService service = getPrintService();
837 PrintService service = getPrintService();
856 services[i] = spsFactories[i].getPrintService(null);
952 PrintService ps = getPrintService();
963 PrintService ps = getPrintService();
993 updatePageAttributes(getPrintService(), format);
1021 PrintService ps = getPrintService();
1044 PrintService service = getPrintService();
[all...]
H A DServiceDialog.java355 public PrintService getPrintService() { method in class:ServiceDialog
/openjdk7/jdk/src/share/classes/javax/print/
H A DDocPrintJob.java51 public PrintService getPrintService(); method in interface:DocPrintJob
H A DStreamPrintServiceFactory.java162 public abstract StreamPrintService getPrintService(OutputStream out); method in class:StreamPrintServiceFactory
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java59 * be returned from this method, but <code>getPrintService()</code>
127 * psPrinter = factories[0].getPrintService(outstream);
173 public PrintService getPrintService() { method in class:PrinterJob
190 * @see #getPrintService
399 * (ie the value returned by <code>getPrintService()</code>) and media,
415 PrintService service = getPrintService();
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java120 public PrintService getPrintService() { method in class:Win32PrintJob
505 PrintService svc = getPrintService();
563 PrintService svc = getPrintService();
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java126 public PrintService getPrintService() { method in class:UnixPrintJob
621 job.setPrintService(getPrintService());
660 job.setPrintService(getPrintService());
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java419 if (getPrintService() instanceof StreamPrintService) {
565 if (getPrintService() instanceof StreamPrintService) {
602 public PrintService getPrintService() { method in class:WPrinterJob
1525 // getPrintService will get current print service or default if none
1526 PrintService service = this.getPrintService();
1924 PrintService service = this.getPrintService();

Completed in 75 milliseconds