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

/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyPrintGraphics.java41 private PrintJob printJob; field in class:ProxyPrintGraphics
45 printJob = thePrintJob;
53 return printJob;
63 return new ProxyPrintGraphics(getGraphics().create(), printJob);
85 return new ProxyPrintGraphics(g, printJob);

Completed in 29 milliseconds