ProGuard

proguard.gui.splash
Interface Sprite

All Known Implementing Classes:
BufferedSprite, CircleSprite, ClipSprite, CompositeSprite, 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(Graphics graphics, long time)
          Paints the object.
 

Method Detail

paint

public void paint(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.

ProGuard