

//// Environment 
preload()


//// DOM


//// SHAPE 

createShape()
loadShape()
PShape




curveTightness()
curveVertex()




// Loading & Displaying
shape()
shapeMode()


//// INPUT



// Files
BufferedReader
createInput()
createReader()
loadBytes()

loadTable()
open()
parseXML()
selectFolder()
selectInput()


//// OUTPUT 

// Image
save()
saveFrame()

// Files
beginRaw()
beginRecord()
createOutput()
createWriter()
endRaw()
endRecord()
PrintWriter
saveBytes()
saveJSONArray()
saveJSONObject()
saveStream()
saveStrings()
saveTable()
saveXML()
selectOutput()



// Image 
// Loading & Displaying

noTint()
tint()



// Rendering 

blendMode()
createGraphics()
PGraphics



// Typography 


PFont
// Loading & Displaying
createFont()
loadFont()




// Metrics
textAscent()
textDescent()





// Math 

// Random
noise()
noiseDetail()
noiseSeed()
random()
randomGaussian()
randomSeed()
