controlP5
Class ChartData

java.lang.Object
  extended by controlP5.ChartData

public class ChartData
extends java.lang.Object


Constructor Summary
ChartData(float theValue)
           
ChartData(float theValue, java.lang.String theText)
           
 
Method Summary
 int getColor()
           
 java.lang.String getText()
           
 float getValue()
           
 void setColor(int theColor)
           
 void setText(java.lang.String theText)
           
 void setValue(float theValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartData

public ChartData(float theValue)

ChartData

public ChartData(float theValue,
                 java.lang.String theText)
Method Detail

setValue

public void setValue(float theValue)

setText

public void setText(java.lang.String theText)

getValue

public float getValue()

getText

public java.lang.String getText()

setColor

public void setColor(int theColor)

getColor

public int getColor()


processing library controlP5 by Andreas Schlegel. (c) 2010