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

/openjdk7/jdk/src/share/classes/sun/print/
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 33 milliseconds