public class Sequencer extends Object
Constructor and Description |
---|
Sequencer() |
Modifier and Type | Method and Description |
---|---|
void |
add(SequencedAnimation animation,
int duration)
Add an animation to the list of animations to be sequenced.
|
void |
reset()
Reset the sequence to the begining.
|
void |
run()
Run all animations.
|
public void add(SequencedAnimation animation, int duration)
animation
- duration
- public void run()
public void reset()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.