pulpcore.animation.event
Class RemoveSpriteEvent
java.lang.Object
pulpcore.animation.Animation
pulpcore.animation.event.TimelineEvent
pulpcore.animation.event.RemoveSpriteEvent
- All Implemented Interfaces:
- Runnable
public class RemoveSpriteEvent
- extends TimelineEvent
A RemoveSpriteEvent is a TimelineEvent that removes a Sprite from a Group after a
specified delay.
|
Method Summary |
void |
run()
|
| Methods inherited from class pulpcore.animation.Animation |
fastForward, getDuration, getEasing, getLoopDelay, getNumLoops, getStartDelay, getTime, getTotalDuration, isFinished, loop, loop, loopForever, loopForever, rewind, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveSpriteEvent
public RemoveSpriteEvent(Group group,
Sprite sprite,
int delay)
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimelineEvent
Copyright © 2007-2008 Interactive Pulp, LLC.