Lines Matching defs:sprite
27 * This Sprite encapsulates another Sprite, which is then buffered in an Image.
31 public class BufferedSprite implements Sprite
37 private final Sprite sprite;
50 * @param sprite the Sprite that is painted in the buffer.
59 Sprite sprite,
68 sprite,
80 * @param sprite the Sprite that is painted in the buffer.
90 Sprite sprite,
98 this.sprite = sprite;
104 // Implementation for Sprite.
131 // Draw the sprite.
132 sprite.paint(bufferGraphics, time);