controlP5
Interface ControllerDisplay


public interface ControllerDisplay

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

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

Method Summary
 void display(processing.core.PApplet theApplet, Controller theController)
          draw your custom controllers.
 

Method Detail

display

void display(processing.core.PApplet theApplet,
             Controller theController)
draw 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) 2010