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

/openjdk7/jdk/src/share/classes/sun/print/
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);

Completed in 34 milliseconds