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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java255 private Graphics2D currentGraphics; field in class:PrintJob2D
784 if (currentGraphics != null) {
785 graphicsDrawn.append(currentGraphics);
786 currentGraphics = null;
793 currentGraphics = graphicsToBeDrawn.pop();
795 if (currentGraphics instanceof PeekGraphics) {
796 ( (PeekGraphics) currentGraphics).setAWTDrawingOnly();
797 graphicsDrawn.append(currentGraphics);
798 currentGraphics = graphicsToBeDrawn.pop();
802 if (currentGraphics !
[all...]

Completed in 120 milliseconds