Lines Matching refs:Image
24 import java.awt.image.BufferedImage;
27 * This Sprite encapsulates another Sprite, which is then buffered in an Image.
35 private final Image bufferImage;
45 * Creates a new BufferedSprite with an ABGR image.
46 * @param bufferX the x offset of the buffer image.
47 * @param bufferY the y offset of the buffer image.
48 * @param width the width of the buffer image.
49 * @param height the height of the buffer image.
51 * @param x the variable x ordinate of the image buffer for painting.
52 * @param y the variable y ordinate of the image buffer for painting.
75 * Creates a new BufferedSprite with the given image.
76 * @param bufferX the x offset of the buffer image.
77 * @param bufferY the y offset of the buffer image.
78 * @param bufferImage the Image that is used for the buffering.
81 * @param x the variable x ordinate of the image buffer for
83 * @param y the variable y ordinate of the image buffer for
88 Image bufferImage,
139 // Draw the buffer image.