Module org.praxislive.libp5x.core
Package processing.core
-
Interface Summary Interface Description PApplet.GraphicsFactory Interface to be registered and loaded byServiceLoaderfor creating PGraphics.PApplet.MainThreadContext A context for running tasks on the main (first) thread of the application.PConstants Numbers shared throughout processing.core.PMatrix A matrix is used to define graphical transformations.PSurface -
Class Summary 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".PGraphics.AsyncImageSaver 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.PShapeOBJ.OBJFace PShapeOBJ.OBJMaterial 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.