Lines Matching defs:image

26 package java.awt.image;
29 import java.awt.image.ImageProducer;
30 import java.awt.image.ImageConsumer;
31 import java.awt.image.ColorModel;
37 * in that image. Here is an example:
58 * System.err.println("image fetch aborted or errored");
98 * section of pixels from the specified image into the given array.
104 * @param img the image to retrieve pixels from
106 * of pixels to retrieve from the image, relative to the default
107 * (unscaled) size of the image
109 * of pixels to retrieve from the image
113 * RGB pixels retrieved from the image
125 * section of pixels from the image produced by the specified
132 * image from which to retrieve pixels
134 * of pixels to retrieve from the image, relative to the default
135 * (unscaled) size of the image
137 * of pixels to retrieve from the image
141 * RGB pixels retrieved from the image
162 * section of pixels from the specified image. The pixels are
171 * @param img the image to retrieve the image data from
173 * of pixels to retrieve from the image, relative to the default
174 * (unscaled) size of the image
176 * of pixels to retrieve from the image
210 * Request the PixelGrabber to abort the image fetch.
242 * @param ms the number of milliseconds to wait for the image pixels
287 * Get the width of the pixel buffer (after adjusting for image width).
289 * then this information will only be available after the image has
300 * Get the height of the pixel buffer (after adjusting for image height).
302 * then this information will only be available after the image has
315 * will return null until the size and format of the image data is
318 * in the default RGB ColorModel at any time if the source image
321 * image grab is complete.
340 * in the default RGB ColorModel at any time if the source image
343 * image grab is complete and may not reflect any of the ColorModel
360 * this class to retrieve pixels from an image should avoid calling
390 * this class to retrieve pixels from an image should avoid calling
405 * this class to retrieve pixels from an image should avoid calling
420 * this class to retrieve pixels from an image should avoid calling
455 * this class to retrieve pixels from an image should avoid calling
542 * this class to retrieve pixels from an image should avoid calling
631 * this class to retrieve pixels from an image should avoid calling
634 * @param status the status of image loading