controlP5
Class Chart.ChartViewPie

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

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


Constructor Summary
Chart.ChartViewPie()
           
 
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.ChartViewPie

public Chart.ChartViewPie()
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) 2012