Generated by
JDiff

Class java.awt.image.PixelGrabber

Documentation changed from old to new.

Changed Constructors
PixelGrabber(Image, int, int, int, int, boolean) Documentation changed from old to new.
Create a PixelGrabber object to grab the (x y w h) rectangular section of pixels from the specified image.
 

Changed Methods
int status() Documentation changed from old to new.
Returns the status of the pixels.
boolean grabPixels(long) Documentation changed from old to new.
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.