controlP5
Class ControllerList

java.lang.Object
  extended by controlP5.ControllerList

public class ControllerList
extends java.lang.Object


Constructor Summary
ControllerList()
           
 
Method Summary
 void add(ControllerInterface theController)
           
 ControllerInterface get(int theIndex)
           
 CDrawable getDrawable(int theIndex)
           
 int size()
           
 int sizeDrawable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerList

public ControllerList()
Method Detail

add

public void add(ControllerInterface theController)

get

public ControllerInterface get(int theIndex)

getDrawable

public CDrawable getDrawable(int theIndex)

sizeDrawable

public int sizeDrawable()

size

public int size()


processing library controlP5 by Andreas Schlegel. (c) 2010