Package processing.core

Interface Summary
PConstants Numbers shared throughout processing.core.
PMatrix  
 

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.
PGraphics2D Subclass of PGraphics that handles fast 2D rendering using a MemoryImageSource.
PGraphics3D Subclass of PGraphics that handles 3D rendering.
PGraphicsJava2D Subclass for PGraphics that implements the graphics API using Java2D.
PImage Storage class for pixel data.
PLine Code for rendering lines with P2D and P3D.
PMatrix2D 3x2 affine matrix implementation.
PMatrix3D 4x4 matrix implementation.
PPolygon Z-buffer polygon rendering object used by PGraphics2D.
PShape In-progress class to handle shape data, currently to be considered of alpha or beta quality.
PShapeSVG SVG stands for Scalable Vector Graphics, a portable graphics format.
PSmoothTriangle Smoothed triangle renderer for P3D.
PStyle  
PTriangle Handles rendering of single (tesselated) triangles in 3D.
PVector A class to describe a two or three dimensional vector.
 

Exception Summary
PApplet.RendererChangeException Exception thrown when size() is called the first time.