Lines Matching refs:image
26 package java.awt.image;
38 * This method is called when information about an image which was
44 * the overall image itself (in the case of getWidth(ImageObserver))
45 * or about an output version of an image (in the case of the
50 * required information has been acquired. The image which was being
53 * information about the image is now available. The interpretation
63 * @param img the image being observed.
74 * image is completely loaded; <code>true</code> otherwise.
93 * the width of the base image is now available and can be taken
102 * the height of the base image is now available and can be taken
111 * the properties of the image are now available.
119 * more pixels needed for drawing a scaled variation of the image
130 * another complete frame of a multi-frame image which was previously
140 * a static image which was previously drawn is now complete and can
150 * an image which was being tracked asynchronously has encountered
152 * drawing the image will fail.
154 * time to indicate that the image production was aborted.
161 * an image which was being tracked asynchronously was aborted before
163 * without further action to trigger another image production sequence.
164 * If the ERROR flag was not also set in this image update, then
165 * accessing any of the data in the image will restart the production