controlP5
Class ChartData
java.lang.Object
controlP5.ChartData
public class ChartData
- extends java.lang.Object
Constructor Summary |
ChartData(float theValue)
|
ChartData(float theValue,
java.lang.String theText)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartData
public ChartData(float theValue)
ChartData
public ChartData(float theValue,
java.lang.String theText)
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