Class AnimeJTimer

Object
   |
   +--AnimeJTimer

class AnimeJTimer


This class implements a shared timer using a heap and the setTimeout javascript function. Usually this class is not used by the public API and it is used by the library.
Defined in AnimeJ.js


Constructor Summary
AnimeJTimer()
           
 
Method Summary
 Object RemoveTask(<AnimeJAnimation> t)
           Remove a task from the scheduler.
 void SetAlertDate(<AnimeJAnimation> what, <int> when)
           Schedules a task for execution.
 void SetAlertMillis(<AnimeJAnimation> what, <int> when)
           Schedules a task for execution.
 int Time()
           Return the timer time, a number from start time to the current time.

Constructor Detail

AnimeJTimer

AnimeJTimer()

Method Detail

RemoveTask

Object RemoveTask(<AnimeJAnimation> t)

SetAlertDate

void SetAlertDate(<AnimeJAnimation> what, <int> when)

SetAlertMillis

void SetAlertMillis(<AnimeJAnimation> what, <int> when)

Time

int Time()


Documentation generated by JSDoc on Sat Nov 29 18:20:44 2008