processing.core
Class PApplet.RegisteredMethods
java.lang.Object
processing.core.PApplet.RegisteredMethods
- Enclosing class:
- PApplet
public class PApplet.RegisteredMethods
- extends java.lang.Object
This returns the last width and height specified by the user
via the size() command.
Method Summary |
void |
add(java.lang.Object object,
java.lang.reflect.Method method)
|
void |
handle()
|
void |
handle(java.lang.Object[] oargs)
|
void |
remove(java.lang.Object object,
java.lang.reflect.Method method)
Removes first object/method pair matched (and only the first,
must be called multiple times if object is registered multiple times). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PApplet.RegisteredMethods
public PApplet.RegisteredMethods()
handle
public void handle()
handle
public void handle(java.lang.Object[] oargs)
add
public void add(java.lang.Object object,
java.lang.reflect.Method method)
remove
public void remove(java.lang.Object object,
java.lang.reflect.Method method)
- Removes first object/method pair matched (and only the first,
must be called multiple times if object is registered multiple times).
Does not shrink array afterwards, silently returns if method not found.