Package processing.core

Interface Summary
PConstants Numbers shared throughout processing.core.
 

Class Summary
PApplet Base class for all sketches that use processing.core.
PFont Grayscale bitmap font class used by Processing.
PGraphics Main graphics and rendering context, as well as the base API implementation for processing "core".
PGraphics2D Subclass of PGraphics that handles fast 2D rendering, more commonly referred to as P2D.
PGraphics3D Subclass of PGraphics that handles 3D rendering for Java 1.1.
PGraphicsJava2D Subclass for PGraphics that implements the graphics API in Java 1.3+ using Java 2D.
PImage Storage class for pixel data.
PLine Code for rendering lines.
PMatrix 4x4 matrix implementation.
PPolygon zbuffer polygon rendering object for PGraphics.
PShape  
PTriangle Handles rendering of single (tesselated) triangles in 3D.