|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.common.timing.RealTimeControl
Encapsulates the logic to control realtime step calculation for animations.
| Constructor Summary | |
RealTimeControl()
|
|
| Method Summary | |
double |
calculateStep(double step)
Calculates a step value dependent of the used step time. |
void |
pause(boolean pauseState)
Pauses the ITimeControllable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RealTimeControl()
| Method Detail |
public void pause(boolean pauseState)
ITimeControllable
pause in interface ITimeControllablepauseState - ITimeControllable.pause(boolean)public double calculateStep(double step)
step - base value of the step to be calculated
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||