com.croftsoft.core.animation.clock
Class Timekeeper

java.lang.Object
  extended by 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

Constructor Summary
Timekeeper()
           
Timekeeper(Clock clock, double timeFactor)
           
 
Method Summary
 double getTimeDelta()
           
 double getTimeFactor()
           
 void setTimeFactor(double timeFactor)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timekeeper

public Timekeeper(Clock clock,
                  double timeFactor)

Timekeeper

public Timekeeper()
Method Detail

getTimeFactor

public double getTimeFactor()

setTimeFactor

public void setTimeFactor(double timeFactor)

update

public void update()

getTimeDelta

public double getTimeDelta()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)