proguard.gui.splash
Interface Sprite

All Known Implementing Classes:
BufferedSprite, CircleSprite, ClipSprite, ColorSprite, CompositeSprite, FontSprite, ImageSprite, RectangleSprite, ShadowedSprite, TextSprite, TimeSwitchSprite

public interface Sprite

This interface describes objects that can paint themselves, possibly varying as a function of time.


Method Summary
 void paint(java.awt.Graphics graphics, long time)
          Paints the object.
 

Method Detail

paint

void paint(java.awt.Graphics graphics,
           long time)
Paints the object.

Parameters:
graphics - the Graphics to paint on.
time - the time since the start of the animation, expressed in milliseconds.