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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java110 public class PSPrinterJob extends RasterPrinterJob { class in inherits:RasterPrinterJob
409 public PSPrinterJob() method in class:PSPrinterJob
2166 private PSPrinterJob job;
2204 job = new PSPrinterJob();
2205 job.epsPrinter = this; // modifies the behaviour of PSPrinterJob

Completed in 35 milliseconds