|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.table.animationsystem.AnimationElement
public abstract class AnimationElement
The Class AnimationElement.
Constructor Summary | |
---|---|
AnimationElement()
|
Method Summary | |
---|---|
abstract void |
elementStart(float tpf)
Element start. |
void |
enable(boolean b)
Enable. |
abstract boolean |
isFinished()
Checks if is finished. |
abstract void |
reset()
Reset. |
java.lang.String |
toString()
|
abstract void |
updateAnimationState(float tpf)
Update animation state. |
void |
updateState(float tpf)
Update state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnimationElement()
Method Detail |
---|
public abstract void elementStart(float tpf)
tpf
- the tpfpublic void enable(boolean b)
b
- the bpublic abstract boolean isFinished()
public abstract void reset()
public java.lang.String toString()
toString
in class java.lang.Object
public abstract void updateAnimationState(float tpf)
tpf
- the tpfpublic void updateState(float tpf)
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |