|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.CompositeSprite
public class CompositeSprite
This Sprite is the composition of a list of Sprite objects.
| Constructor Summary | |
|---|---|
CompositeSprite(Sprite[] sprites)
Creates a new CompositeSprite. |
|
| 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 CompositeSprite(Sprite[] sprites)
sprites - the array of Sprite objects to which the painting will
be delegated, starting with the first element.| 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 | ||||||||