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

/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(),

Completed in 25 milliseconds