controlP5
Class ControllerList
java.lang.Object
controlP5.ControllerList
public class ControllerList
- extends java.lang.Object
Stores objects of type ControllerInterface and CDrawable, mainly for internal
use.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerList
public ControllerList()
add
public void add(ControllerInterface theController)
get
public java.util.List get()
get
public ControllerInterface get(int theIndex)
getDrawable
public CDrawable getDrawable(int theIndex)
getDrawables
public java.util.List getDrawables()
size
public int size()
sizeDrawable
public int sizeDrawable()
processing library controlP5 by Andreas Schlegel. (c) 2006-2012