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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsConfig.java40 static ColorModel theModel; field in class:PrinterGraphicsConfig
65 if (theModel == null) {
68 theModel = bufImg.getColorModel();
71 return theModel;

Completed in 35 milliseconds