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.

Author:
Eric Lafortune

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

Method Detail

paint

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.


Copyright © 2012. All Rights Reserved.