Deprecated API


Contents
Deprecated Classes
controlP5.Radio
          use RadioButton or CheckBox instead 
 

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.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.Label.lineHeight()
            
controlP5.ControlP5XMLElement.removeChild(String)
          Use removeAttribute instead. 
controlP5.ControlP5XMLElement.removeProperty(String)
          Use removeAttribute instead. 
controlP5.ControlWindow.setMode(int)
            
controlP5.ControlP5XMLElement.setTagName(String)
          Use setName instead. 
controlP5.Controller.setWindow(ControlWindow)
            
controlP5.Controller.setWindow(PApplet)
            
controlP5.ControlP5.trigger()
            
controlP5.Controller.trigger()
            
 



processing library controlP5 by Andreas Schlegel. (c) 2010