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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java47 private static final int numconfigs = BufferedImage.TYPE_BYTE_BINARY; field in class:BufferedImageGraphicsConfig
49 new BufferedImageGraphicsConfig[numconfigs];
54 if (type > 0 && type < numconfigs) {
61 if (type > 0 && type < numconfigs) {

Completed in 29 milliseconds