|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.ColorSprite
public class ColorSprite
This Sprite colors another given sprite.
| Constructor Summary | |
|---|---|
ColorSprite(proguard.gui.splash.VariableColor color,
Sprite sprite)
Creates a new ColorSprite. |
|
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics graphics,
long time)
Paints the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColorSprite(proguard.gui.splash.VariableColor color,
Sprite sprite)
color - the variable color of the given sprite.sprite - the sprite that will be colored and painted.| Method Detail |
|---|
public void paint(java.awt.Graphics graphics,
long time)
Sprite
paint in interface Spritegraphics - the Graphics to paint on.time - the time since the start of the animation, expressed in
milliseconds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||