A B C D E G I P R S U 
All Classes All Packages

A

addThread(Class<? extends PThread>, int) - Method in class pthreading.PThreadManager
Adds a number of new threads to the manager using a class type (the class should extend PThread).
addThread(Class<? extends PThread>, int, int) - Method in class pthreading.PThreadManager
Adds a number of new threads to the manager using a class type (the class should extend PThread).
addThread(Class<? extends PThread>, int, int, Object...) - Method in class pthreading.PThreadManager
Adds a number of new threads to the manager using a class type (the class should extend PThread) and arguments.
addThread(PThread...) - Method in class pthreading.PThreadManager
Adds a new thread (from a PThread instance) to the manager and runs it immediately.
addThread(PThread, int) - Method in class pthreading.PThreadManager
Adds a new thread (from a PThread instance) with an associated targetFPS to the manager, and runs it immediately.
A B C D E G I P R S U 
All Classes All Packages