controlP5
Interface ControllerDisplay

All Superinterfaces:
ControllerView

Deprecated.

@Deprecated
public interface ControllerDisplay
extends ControllerView

The interface ControllerDisplay can be used to define custom displays for controllers.

See Also:
controlP5.draw(processing.core.PApplet), controlP5.setDisplay(ControllerDisplay)

Method Summary
 void display(processing.core.PApplet theApplet, Controller theController)
          Deprecated. draws your custom controllers.
 
Methods inherited from interface controlP5.ControllerView
display
 

Method Detail

display

void display(processing.core.PApplet theApplet,
             Controller theController)
Deprecated. 
draws your custom controllers. display() will be called by a controller's draw() function and will pass a reference of PApplet as well as the Controller itself to your custom display class.

Parameters:
theApplet -
theController -


processing library controlP5 by Andreas Schlegel. (c) 2006-2012