|
||||||||||
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.ParallelAnimation
public class ParallelAnimation
The Class ParallelAnimation.
Constructor Summary | |
---|---|
ParallelAnimation(AnimationElement... els)
Instantiates a new parallel animation. |
Method Summary | |
---|---|
void |
addAnimationElement(AnimationElement e)
Adds the animation element. |
void |
addAnimationElement(java.util.Collection<AnimationElement> c)
Adds the animation element. |
void |
addAnimationElements(AnimationElement... es)
Adds the animation elements. |
void |
elementStart(float tpf)
Element start. |
boolean |
isFinished()
Checks if is finished. |
void |
reset()
Reset. |
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 ParallelAnimation(AnimationElement... els)
els
- the elsMethod Detail |
---|
public void addAnimationElement(AnimationElement e)
e
- the epublic void addAnimationElement(java.util.Collection<AnimationElement> c)
c
- the cpublic void addAnimationElements(AnimationElement... es)
es
- the espublic 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 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 |