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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRGBImageFilter.java125 * Registers two ColorModel objects for substitution. If the oldcm
129 * @param oldcm the ColorModel object to be replaced on the fly
130 * @param newcm the ColorModel object to replace oldcm on the fly
132 public void substituteColorModel(ColorModel oldcm, ColorModel newcm) { argument
133 origmodel = oldcm;

Completed in 40 milliseconds