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


Constructor Index

 o TimersHelp()

Method Index

 o draw(Vector)
calls draw on each element of v
 o timestep(Vector, double)
calls timestep on each element of v

Constructors

 o TimersHelp
 public TimersHelp()

Methods

 o timestep
 public static void timestep(Vector v,
                             double dt)
calls timestep on each element of v

 o draw
 public static void draw(Vector v)
calls draw on each element of v


All Packages  Class Hierarchy  This Package  Previous  Next  Index