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

/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyPrintGraphics.java38 public class ProxyPrintGraphics extends ProxyGraphics
72 * {@link sun.print.ProxyGraphics#createGraphics}
H A DProxyGraphics.java49 public class ProxyGraphics extends Graphics { class in inherits:Graphics
57 public ProxyGraphics(Graphics graphics) { method in class:ProxyGraphics
72 return new ProxyGraphics(g.create());
110 return new ProxyGraphics(g.create(x, y, width, height));

Completed in 245 milliseconds