synergynetframework.appsystem.table.animationsystem
Class AnimationSystem

java.lang.Object
  extended by synergynetframework.appsystem.table.animationsystem.AnimationSystem

public class AnimationSystem
extends java.lang.Object

The Class AnimationSystem.


Method Summary
 void add(AnimationElement element)
          Adds the.
static AnimationSystem getInstance()
          Gets the single instance of AnimationSystem.
 void update(float tpf)
          Update.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AnimationSystem getInstance()
Gets the single instance of AnimationSystem.

Returns:
single instance of AnimationSystem

add

public void add(AnimationElement element)
Adds the.

Parameters:
element - the element

update

public void update(float tpf)
Update.

Parameters:
tpf - the tpf