controlP5
Class Chart.ChartViewBarCentered

java.lang.Object
  extended by controlP5.Chart.ChartViewBarCentered
All Implemented Interfaces:
ControllerView
Enclosing class:
Chart

public class Chart.ChartViewBarCentered
extends java.lang.Object
implements ControllerView


Constructor Summary
Chart.ChartViewBarCentered()
           
 
Method Summary
 void display(processing.core.PApplet theApplet, Chart theController)
          draws your custom controllers.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chart.ChartViewBarCentered

public Chart.ChartViewBarCentered()
Method Detail

display

public void display(processing.core.PApplet theApplet,
                    Chart theController)
Description copied from interface: ControllerView
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.

Specified by:
display in interface ControllerView


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