com.croftsoft.core.animation.clock
Class Timekeeper
java.lang.Object
com.croftsoft.core.animation.clock.Timekeeper
public final class Timekeeper
- extends Object
Calculates the time delta.
- Since:
- 2003-04-02
- Version:
- 2003-09-10
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Timekeeper
public Timekeeper(Clock clock,
double timeFactor)
Timekeeper
public Timekeeper()
getTimeFactor
public double getTimeFactor()
setTimeFactor
public void setTimeFactor(double timeFactor)
update
public void update()
getTimeDelta
public double getTimeDelta()
CroftSoft Core Javadoc (2008-09-28 20:58:02)