Searched refs:PSPathGraphics (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java60 class PSPathGraphics extends PathGraphics { class in inherits:PathGraphics
68 PSPathGraphics(Graphics2D graphics, PrinterJob printerJob, method in class:PSPathGraphics
83 return new PSPathGraphics((Graphics2D) getDelegate().create(),
773 * This method should not be invoked by PSPathGraphics.
H A DPSPrinterJob.java1009 * return a <code>PSPathGraphics</code> to perform
1022 PSPathGraphics pathGraphics;
1041 pathGraphics = new PSPathGraphics(bufferedGraphics, printerJob,

Completed in 1939 milliseconds