controlP5
Interface ControllerView

All Known Subinterfaces:
ControllerDisplay
All Known Implementing Classes:
Chart.ChartViewArea, Chart.ChartViewBar, Chart.ChartViewBarCentered, Chart.ChartViewLine, Chart.ChartViewPie

public interface ControllerView

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

See Also:
controlP5.draw(processing.core.PApplet), controlP5.setView(ControlleView)

Method Summary
 void display(processing.core.PApplet theApplet, java.lang.Object theController)
          draws your custom controllers.
 

Method Detail

display

void display(processing.core.PApplet theApplet,
             java.lang.Object theController)
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