|
||||||||||
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.MoveInConcentricCircles
public class MoveInConcentricCircles
The Class MoveInConcentricCircles.
Constructor Summary | |
---|---|
MoveInConcentricCircles(java.util.List<com.jme.scene.Geometry> spatials,
float itemWidth)
Instantiates a new move in concentric circles. |
Method Summary | |
---|---|
void |
elementStart(float tpf)
Element start. |
boolean |
isFinished()
Checks if is finished. |
void |
reset()
Reset. |
void |
setDragAngle(float dragAngle)
Sets the drag angle. |
void |
setGeometries(int level,
java.util.List<com.jme.scene.Geometry> cs)
Sets the geometries. |
void |
setMode(int mode)
Sets the mode. |
void |
setRPM(float rpm)
Sets the rpm. |
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 MoveInConcentricCircles(java.util.List<com.jme.scene.Geometry> spatials, float itemWidth)
spatials
- the spatialsitemWidth
- the item widthMethod Detail |
---|
public 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 setDragAngle(float dragAngle)
dragAngle
- the new drag anglepublic void setGeometries(int level, java.util.List<com.jme.scene.Geometry> cs)
level
- the levelcs
- the cspublic void setMode(int mode)
mode
- the new modepublic void setRPM(float rpm)
rpm
- the new rpmpublic 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 |