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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java68 public class PeekGraphics extends Graphics2D class in inherits:Graphics2D,PrinterGraphics,ImageObserver,Cloneable
106 public PeekGraphics(Graphics2D graphics, PrinterJob printerJob) { method in class:PeekGraphics
172 PeekGraphics newGraphics = null;
175 newGraphics = (PeekGraphics) clone();

Completed in 26 milliseconds