Generated by
JDiff

Class java.awt.image.BufferedImageFilter

Documentation changed from old to new.

Changed Constructors
BufferedImageFilter(BufferedImageOp) Documentation changed from old to new.
Constructs a BufferedImageFilter with the specified single-source/single-destination operator.
 

Changed Methods
BufferedImageOp getBufferedImageOp() Documentation changed from old to new.
Returns the BufferedImageOp.
void imageComplete(int) Documentation changed from old to new.
Filters the information provided in the imageComplete method of the ImageConsumer interface.
void setColorModel(ColorModel) Documentation changed from old to new.
Filters the information provided in the setColorModel method of the ImageConsumer interface.
void setDimensions(int, int) Documentation changed from old to new.
Filters the information provided in the int setDimensions } method of the ImageConsumer interface.
void setPixels(int, int, int, int, ColorModel, byte[], int, int) Documentation changed from old to new.
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
void setPixels(int, int, int, int, ColorModel, int[], int, int) Documentation changed from old to new.
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.