synergynetframework.appsystem.table.animationsystem.animelements
Class AnimationSequence

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

public class AnimationSequence
extends AnimationElement

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

AnimationSequence

public AnimationSequence()
Instantiates a new animation sequence.


AnimationSequence

public AnimationSequence(AnimationElement... elems)
Instantiates a new animation sequence.

Parameters:
elems - the elems
Method Detail

main

public static void main(java.lang.String[] args)
The main method.

Parameters:
args - the arguments

addAnimationElement

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

Parameters:
elem - the elem

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

setRepeating

public void setRepeating(boolean b)
Sets the repeating.

Parameters:
b - the new repeating

updateAnimationState

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

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