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

/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyPrintGraphics.java38 public class ProxyPrintGraphics extends ProxyGraphics class in inherits:ProxyGraphics,PrintGraphics
43 public ProxyPrintGraphics(Graphics graphics, PrintJob thePrintJob) { method in class:ProxyPrintGraphics
63 return new ProxyPrintGraphics(getGraphics().create(), printJob);
85 return new ProxyPrintGraphics(g, printJob);

Completed in 27 milliseconds