Deprecated API


Contents
Deprecated Fields
processing.core.PConstants.CENTER_DIAMETER
          Use DIAMETER instead. 
processing.core.PConstants.CENTER_RADIUS
          Use RADIUS instead. 
processing.core.PConstants.NORMALIZED
          use NORMAL instead 
 

Deprecated Methods
processing.core.PApplet.arraycopy(Object, int, Object, int, int)
          Use arrayCopy() instead. 
processing.core.PApplet.arraycopy(Object, Object)
          Use arrayCopy() instead. 
processing.core.PApplet.arraycopy(Object, Object, int)
          Use arrayCopy() instead. 
processing.core.PApplet.openStream(String)
          As of release 0136, use createInput() instead.