Generated by
JDiff

Interface java.awt.image.ImageConsumer

Documentation changed from old to new.

Changed Methods
void imageComplete(int) Documentation changed from old to new.
The imageComplete method is called when the ImageProducer is finished delivering all of the pixels that the source image contains or when a single frame of a multi-frame animation has been completed or when an error in loading or producing the image has occured.
void setColorModel(ColorModel) Documentation changed from old to new.
Sets the ColorModel object used for the majority of the pixels reported using the setPixels method calls.
void setDimensions(int, int) Documentation changed from old to new.
The dimensions of the source image are reported using the setDimensions method call.
void setHints(int) Documentation changed from old to new.
Sets the hints that the ImageConsumer uses to process the pixels delivered by the ImageProducer.
void setProperties(Hashtable) Documentation changed from old to new.
Sets the extensible list of properties associated with this image.
void setPixels(int, int, int, int, ColorModel, byte[], int, int) Documentation changed from old to new.
Delivers the pixels of the image with one or more calls to this method.
void setPixels(int, int, int, int, ColorModel, int[], int, int) Documentation changed from old to new.
The pixels of the image are delivered using one or more calls to the setPixels method.