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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphics.java33 public class CPrinterGraphics extends ProxyGraphics2D {
34 // NOTE: This is a ProxyGraphics2D, and not a PathGraphics. However
49 // ProxyGraphics2D works around a problem that shouldn't be
59 // ProxyGraphics2D works around a problem that shouldn't be
70 // ProxyGraphics2D works around a problem that shouldn't be
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPainter.java210 } else if (g instanceof ProxyGraphics2D) {
211 final ProxyGraphics2D pg = (ProxyGraphics2D)g;
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics2D.java63 public class ProxyGraphics2D extends Graphics2D implements PrinterGraphics { class in inherits:Graphics2D,PrinterGraphics
76 * The new ProxyGraphics2D will forward all graphics
79 public ProxyGraphics2D(Graphics2D graphics, PrinterJob printerJob) { method in class:ProxyGraphics2D
121 return new ProxyGraphics2D((Graphics2D) mGraphics.create(),
H A DPSPathGraphics.java662 ProxyGraphics2D proxy = new ProxyGraphics2D(g, psPrinterJob);
H A DRasterPrinterJob.java2047 ProxyGraphics2D painterGraphics =
2048 new ProxyGraphics2D(bandGraphics, this);
H A DPathGraphics.java86 public abstract class PathGraphics extends ProxyGraphics2D {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java75 import sun.print.ProxyGraphics2D;
1354 ProxyGraphics2D proxy = new ProxyGraphics2D(g, wPrinterJob);

Completed in 78 milliseconds