Class AnimeJHeap

Object
   |
   +--AnimeJHeap

class AnimeJHeap


Heap implementation, it is used to define a shared timer which is responsible for orchestrating the animation. This class is considered to be private to the library.
Defined in AnimeJ.js


Constructor Summary
AnimeJHeap()
           
 
Method Summary
 int Count()
           The number of elements contained in the heap.
 void Insert(<AnimeJAnimation> el)
           Insert a Task into the heap.
 AnimeJAnimation Remove()
           Remove the top element from the heap and returns it.
 AnimeJAnimation RemoveTask(<AnimeJAnimation> t)
           Remove a specific task from the heap.
 AnimeJAnimation Top()
           Read the top of the heap.

Constructor Detail

AnimeJHeap

AnimeJHeap()

Method Detail

Count

int Count()

Insert

void Insert(<AnimeJAnimation> el)

Remove

AnimeJAnimation Remove()

RemoveTask

AnimeJAnimation RemoveTask(<AnimeJAnimation> t)

Top

AnimeJAnimation Top()


Documentation generated by JSDoc on Sat Nov 29 17:50:54 2008