|
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,
more commonly referred to as P2D. |
| 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. |
| PMaterial |
|
| PMatrix2D |
4x4 matrix implementation. |
| PMatrix3D |
4x4 matrix implementation. |
| PPolygon |
zbuffer polygon rendering object for PGraphics. |
| PShape |
|
| PTriangle |
Handles rendering of single (tesselated) triangles in 3D. |