Lines Matching defs:image

56 import java.awt.image.BufferedImage;
57 import java.awt.image.BufferedImageOp;
58 import java.awt.image.ImageObserver;
59 import java.awt.image.RenderedImage;
60 import java.awt.image.renderable.RenderableImage;
555 * ensure that an offscreen image is cleared to a specific color.
923 * Draws as much of the specified image as is currently available.
924 * The image is drawn with its top-left corner at
926 * space. Transparent pixels in the image do not affect whatever
930 * complete image has not yet been loaded, and it has not been dithered
933 * If the image has not yet been completely loaded, then
935 * the image becomes available, the process that draws the image notifies
936 * the specified image observer.
937 * @param img the specified image to be drawn.
941 * the image is converted.
943 * @see java.awt.image.ImageObserver
944 * @see java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
955 * image is loaded.
967 * Draws as much of the specified image as has already been scaled
970 * The image is drawn inside the specified rectangle of this
976 * entire image has not yet been scaled, dithered, and converted
980 * the image becomes available, the process that draws the image notifies
981 * the image observer by calling its <code>imageUpdate</code> method.
983 * A scaled version of an image will not necessarily be
985 * image has been constructed for this output device. Each size of
986 * the image may be cached separately and generated from the original
987 * data in a separate image production sequence.
988 * @param img the specified image to be drawn.
994 * the image is converted.
996 * @see java.awt.image.ImageObserver
997 * @see java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
1015 * Draws as much of the specified image as is currently available.
1016 * The image is drawn with its top-left corner at
1022 * width and height of the specified image with the given color and then
1023 * drawing the image on top of it, but possibly more efficient.
1026 * complete image has not yet been loaded, and it has not been dithered
1029 * If the image has not yet been completely loaded, then
1031 * the image becomes available, the process that draws the image notifies
1032 * the specified image observer.
1033 * @param img the specified image to be drawn.
1037 * non-opaque portions of the image.
1039 * the image is converted.
1041 * @see java.awt.image.ImageObserver
1042 * @see java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
1054 * image is loaded.
1066 * Draws as much of the specified image as has already been scaled
1069 * The image is drawn inside the specified rectangle of this
1074 * width and height of the specified image with the given color and then
1075 * drawing the image on top of it, but possibly more efficient.
1078 * entire image has not yet been scaled, dithered, and converted
1082 * the image becomes available, the process that draws the image notifies
1083 * the specified image observer.
1085 * A scaled version of an image will not necessarily be
1087 * image has been constructed for this output device. Each size of
1088 * the image may be cached separately and generated from the original
1089 * data in a separate image production sequence.
1090 * @param img the specified image to be drawn.
1096 * non-opaque portions of the image.
1098 * the image is converted.
1100 * @see java.awt.image.ImageObserver
1101 * @see java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
1121 * Draws as much of the specified area of the specified image as is
1127 * image area to be drawn has not yet been scaled, dithered, and converted
1131 * the image becomes available, the process that draws the image notifies
1132 * the specified image observer.
1134 * This method always uses the unscaled version of the image
1137 * of the image for this operation. Scaling of the image from source
1143 * @param img the specified image to be drawn
1160 * @param observer object to be notified as more of the image is
1163 * @see java.awt.image.ImageObserver
1164 * @see java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
1189 * Draws as much of the specified area of the specified image as is
1195 * width and height of the specified image with the given color and then
1196 * drawing the image on top of it, but possibly more efficient.
1199 * image area to be drawn has not yet been scaled, dithered, and converted
1203 * the image becomes available, the process that draws the image notifies
1204 * the specified image observer.
1206 * This method always uses the unscaled version of the image
1209 * of the image for this operation. Scaling of the image from source
1215 * @param img the specified image to be drawn
1233 * non-opaque portions of the image.
1234 * @param observer object to be notified as more of the image is
1237 * @see java.awt.image.ImageObserver
1238 * @see java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
1264 * Draws an image, applying a transform from image space into user space
1268 * The given transformation is applied to the image before the
1273 * @param img The image to be drawn.
1274 * @param xform The transformation from image space into user space.
1365 * Draws an image, applying a transform from image space into user space
1369 * The given transformation is applied to the image before the
1374 * @param img The image to be drawn.
1375 * @param xform The transformation from image space into user space.
1376 * @param obs The image observer to be notified as more of the image
1422 * @param op The filter to be applied to the image before drawing.
1424 * @param x,y The location in user space where the image should be drawn.
1820 * for an image.
1838 /* Wait for the width the image to
1854 /* Wait for the height the image to
1908 synchronized public boolean imageUpdate(Image image, int flags,