controlP5
Class ControllerList

java.lang.Object
  extended by controlP5.ControllerList

public class ControllerList
extends java.lang.Object

Stores objects of type ControllerInterface and CDrawable, mainly for internal use.


Constructor Summary
ControllerList()
           
 
Method Summary
 void add(ControllerInterface theController)
           
 java.util.List get()
           
 ControllerInterface get(int theIndex)
           
 CDrawable getDrawable(int theIndex)
           
 java.util.List getDrawables()
           
 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 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