Deprecated API


Contents
Deprecated Classes
controlP5.Radio
          use RadioButton or CheckBox instead ControlP5 Bang Button Knob Numberbox Radio Slider Tab Textfield Toggle 
 

Deprecated Methods
controlP5.Radio.add(String, int)
            
controlP5.ControlP5XMLElement.addProperty(String, double)
          Use setDoubleAttribute instead. 
controlP5.ControlP5XMLElement.addProperty(String, int)
          Use setIntAttribute instead. 
controlP5.ControlP5XMLElement.addProperty(String, Object)
          Use setAttribute instead. 
controlP5.Label.color()
            
controlP5.ControlP5.disableKeys()
          use disableShortcuts() 
controlP5.ControlP5.enableKeys()
          use enableShortcuts() 
controlP5.ControlP5XMLElement.enumeratePropertyNames()
          Use enumerateAttributeNames instead. 
controlP5.Label.fixedSize(boolean)
            
controlP5.ControlP5XMLElement.getContents()
          Use getContent instead. 
controlP5.ControlP5XMLElement.getIntProperty(String, Hashtable, String)
          Use getIntAttribute instead. 
controlP5.ControlP5XMLElement.getProperty(String)
          Use getStringAttribute instead. 
controlP5.ControlP5XMLElement.getProperty(String, double)
          Use getDoubleAttribute instead. 
controlP5.ControlP5XMLElement.getProperty(String, Hashtable, String)
          Use getAttribute instead. 
controlP5.ControlP5XMLElement.getProperty(String, int)
          Use getIntAttribute instead. 
controlP5.ControlP5XMLElement.getProperty(String, String)
          Use getStringAttribute instead. 
controlP5.ControlP5XMLElement.getProperty(String, String, String, boolean)
          Use getBooleanAttribute instead. 
controlP5.ControlP5XMLElement.getSpecialDoubleProperty(String, Hashtable, String)
          Use getDoubleAttribute instead. 
controlP5.ControlP5XMLElement.getSpecialIntProperty(String, Hashtable, String)
          Use getIntAttribute instead. 
controlP5.ControlP5XMLElement.getStringProperty(String, Hashtable, String)
          Use getStringAttribute instead. 
controlP5.ControlP5XMLElement.getTagName()
          Use getName instead. 
controlP5.ControlFont.isSmooth()
            
controlP5.Label.lineHeight()
            
controlP5.ControlP5.lock()
            
controlP5.ControlBroadcaster.plug(String, String)
           
controlP5.ControlP5XMLElement.removeChild(String)
          Use removeAttribute instead. 
controlP5.ControlP5XMLElement.removeProperty(String)
          Use removeAttribute instead. 
controlP5.Controller.setColorLabel(int)
          use setColorCaptionLabel() instead 
controlP5.Controller.setColorValue(int)
          use setColorValueLabel() instead 
controlP5.ControlWindow.setMode(int)
            
controlP5.Knob.setOffsetAngle(float)
            
controlP5.ControlFont.setSmooth(boolean)
            
controlP5.ControlP5XMLElement.setTagName(String)
          Use setName instead. 
controlP5.Controller.setWindow(ControlWindow)
            
controlP5.Controller.setWindow(PApplet)
            
controlP5.ControlP5.trigger()
            
controlP5.Controller.trigger()
            
controlP5.ControlP5.unlock()
            
 



processing library controlP5 by Andreas Schlegel. (c) 2010