Interface | Description |
---|---|
PConstants |
Numbers shared throughout processing.core.
|
PMatrix |
A matrix is used to define graphical transformations.
|
PSurface |
Class | Description |
---|---|
PApplet |
Base class for all sketches that use processing.core.
|
PFont |
Grayscale bitmap font class used by Processing.
|
PGraphics |
( begin auto-generated from PGraphics.xml )
Main graphics and rendering context, as well as the base API
implementation for processing "core".
|
PImage |
( begin auto-generated from PImage.xml )
Datatype for storing images.
|
PMatrix2D |
3x2 affine matrix implementation.
|
PMatrix3D |
4x4 matrix implementation.
|
PShape |
( begin auto-generated from PShape.xml )
Datatype for storing shapes.
|
PShapeOBJ |
This class is not part of the Processing API and should not be used
directly.
|
PShapeSVG |
This class is not part of the Processing API and should not be used
directly.
|
PShapeSVG.Font | |
PShapeSVG.FontGlyph | |
PShapeSVG.Gradient | |
PShapeSVG.LinearGradient | |
PShapeSVG.LineOfText | |
PShapeSVG.RadialGradient | |
PShapeSVG.Text | |
PStyle | |
PSurfaceNone |
Surface that's not really visible.
|
PVector |
( begin auto-generated from PVector.xml )
A class to describe a two or three dimensional vector.
|
ThinkDifferent |
Deal with issues related to thinking differently.
|