All Packages Class Hierarchy This Package Previous Next Index
Class utils.timers.TimersHelp
java.lang.Object
|
+----utils.timers.TimersHelp
- public class TimersHelp
- extends Object
provides convenience methods for calling
timestep on a Vector of Dynamic objects;
or draw on a Vector of Animated objects
-
TimersHelp()
-
-
draw(Vector)
- calls draw on each element of v
-
timestep(Vector, double)
- calls timestep on each element of v
TimersHelp
public TimersHelp()
timestep
public static void timestep(Vector v,
double dt)
- calls timestep on each element of v
draw
public static void draw(Vector v)
- calls draw on each element of v
All Packages Class Hierarchy This Package Previous Next Index