|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.table.animationsystem.AnimationElement
synergynetframework.appsystem.table.animationsystem.animelements.AnimationSequence
public class AnimationSequence
The Class AnimationSequence.
Constructor Summary | |
---|---|
AnimationSequence()
Instantiates a new animation sequence. |
|
AnimationSequence(AnimationElement... elems)
Instantiates a new animation sequence. |
Method Summary | |
---|---|
void |
addAnimationElement(AnimationElement elem)
Adds the animation element. |
void |
elementStart(float tpf)
Element start. |
boolean |
isFinished()
Checks if is finished. |
static void |
main(java.lang.String[] args)
The main method. |
void |
reset()
Reset. |
void |
setRepeating(boolean b)
Sets the repeating. |
void |
updateAnimationState(float tpf)
Update animation state. |
Methods inherited from class synergynetframework.appsystem.table.animationsystem.AnimationElement |
---|
enable, toString, updateState |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnimationSequence()
public AnimationSequence(AnimationElement... elems)
elems
- the elemsMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- the argumentspublic void addAnimationElement(AnimationElement elem)
elem
- the elempublic void elementStart(float tpf)
AnimationElement
elementStart
in class AnimationElement
tpf
- the tpfpublic boolean isFinished()
AnimationElement
isFinished
in class AnimationElement
public void reset()
AnimationElement
reset
in class AnimationElement
public void setRepeating(boolean b)
b
- the new repeatingpublic void updateAnimationState(float tpf)
AnimationElement
updateAnimationState
in class AnimationElement
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |