Searched refs:RasterPrinterJob (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java110 public class PSPrinterJob extends RasterPrinterJob {
441 // RasterPrinterJob.
464 mDestType = RasterPrinterJob.FILE;
470 mDestType = RasterPrinterJob.PRINTER;
482 * Invoked by the RasterPrinterJob super class
499 mDestType = RasterPrinterJob.STREAM;
511 mDestType = RasterPrinterJob.FILE;
514 if (mDestType == RasterPrinterJob.FILE) {
740 if (mPSStream != null && mDestType != RasterPrinterJob.STREAM) {
764 if (mDestType != RasterPrinterJob
[all...]
H A DRasterPrinterJob.java107 public abstract class RasterPrinterJob extends PrinterJob { class in inherits:PrinterJob
281 protected int mDestType = RasterPrinterJob.FILE;
317 public RasterPrinterJob() method in class:RasterPrinterJob
948 mDestType = RasterPrinterJob.FILE;
962 mDestType = RasterPrinterJob.PRINTER;
1283 System.out.println("RasterPrinterJob "+str+" "+this);
H A DPeekGraphics.java159 return ((RasterPrinterJob)mPrinterJob).getPrinterGraphicsConfig();
H A DProxyGraphics2D.java108 return ((RasterPrinterJob)mPrinterJob).getPrinterGraphicsConfig();
H A DPathGraphics.java650 if (RasterPrinterJob.shapeTextProp ||
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java41 public class CPrinterJob extends RasterPrinterJob {
42 // NOTE: This uses RasterPrinterJob as a base, but it doesn't use
43 // all of the RasterPrinterJob functions. RasterPrinterJob will
46 // are handled by the native printing. RasterPrinterJob is kept for
191 // NOTE: Some of this code is copied from RasterPrinterJob.
295 // Need to be able to cancel the NSPrintOperation (using code from RasterPrinterJob, be
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java103 import sun.print.RasterPrinterJob;
125 public class WPrinterJob extends RasterPrinterJob implements DisposerTarget {
453 // - same code as in RasterPrinterJob.java
861 * generate the copies, rather than having RasterPrinterJob

Completed in 62 milliseconds