synergynetframework.appsystem.table.animationsystem.animelements
Class ParallelAnimation

java.lang.Object
  extended by synergynetframework.appsystem.table.animationsystem.AnimationElement
      extended by synergynetframework.appsystem.table.animationsystem.animelements.ParallelAnimation

public class ParallelAnimation
extends AnimationElement

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

ParallelAnimation

public ParallelAnimation(AnimationElement... els)
Instantiates a new parallel animation.

Parameters:
els - the els
Method Detail

addAnimationElement

public void addAnimationElement(AnimationElement e)
Adds the animation element.

Parameters:
e - the e

addAnimationElement

public void addAnimationElement(java.util.Collection<AnimationElement> c)
Adds the animation element.

Parameters:
c - the c

addAnimationElements

public void addAnimationElements(AnimationElement... es)
Adds the animation elements.

Parameters:
es - the es

elementStart

public void elementStart(float tpf)
Description copied from class: AnimationElement
Element start.

Specified by:
elementStart in class AnimationElement
Parameters:
tpf - the tpf

isFinished

public boolean isFinished()
Description copied from class: AnimationElement
Checks if is finished.

Specified by:
isFinished in class AnimationElement
Returns:
true, if is finished

reset

public void reset()
Description copied from class: AnimationElement
Reset.

Specified by:
reset in class AnimationElement

updateAnimationState

public void updateAnimationState(float tpf)
Description copied from class: AnimationElement
Update animation state.

Specified by:
updateAnimationState in class AnimationElement
Parameters:
tpf - the tpf