Uses of Class
processing.core.PApplet
-
Packages that use PApplet Package Description processing.core processing.data processing.opengl -
-
Uses of PApplet in processing.core
Fields in processing.core declared as PApplet Modifier and Type Field Description PAppletPImage. parentPath to parent object that will be used with save().protected PAppletPSurfaceNone. sketchMethods in processing.core with parameters of type PApplet Modifier and Type Method Description protected static voidPShape. copyGroup(PApplet parent, PShape src, PShape dest)Optional<PGraphics>PApplet.GraphicsFactory. createGraphics(PApplet parent, String type)Create a PGraphics for the given PApplet and renderer type if this factory supports that type, or an empty optional.protected static PShapePShape. createShape(PApplet parent, PShape src)protected static StringPShapeOBJ. getBasePath(PApplet parent, String filename)voidPSurface. initFrame(PApplet sketch)voidPSurfaceNone. initFrame(PApplet sketch)voidPSurface. initOffscreen(PApplet sketch)voidPSurfaceNone. initOffscreen(PApplet sketch)static voidPApplet. main(PApplet sketch, String... sketchArgs)Run the provided sketch.protected static voidPShapeOBJ. parseMTL(PApplet parent, String mtlfn, String path, BufferedReader reader, ArrayList<PShapeOBJ.OBJMaterial> materials, Map<String,Integer> materialsHash)protected static voidPShapeOBJ. parseOBJ(PApplet parent, String path, BufferedReader reader, ArrayList<PShapeOBJ.OBJFace> faces, ArrayList<PShapeOBJ.OBJMaterial> materials, ArrayList<PVector> coords, ArrayList<PVector> normals, ArrayList<PVector> texcoords)static PVectorPVector. random2D(PApplet parent)Make a new 2D unit vector with a random direction using Processing's current random number generatorstatic PVectorPVector. random2D(PVector target, PApplet parent)Make a new 2D unit vector with a random direction.static PVectorPVector. random3D(PApplet parent)Make a new 3D unit vector with a random direction using Processing's current random number generatorstatic PVectorPVector. random3D(PVector target, PApplet parent)Make a new 3D unit vector with a random directionstatic voidPApplet. runSketch(String[] args, PApplet constructedSketch)static voidPApplet. selectFolder(String prompt, String callbackMethod, File defaultSelection, Object callbackObject, Frame parentFrame, PApplet sketch)protected static voidPApplet. selectImpl(String prompt, String callbackMethod, File defaultSelection, Object callbackObject, Frame parentFrame, int mode, PApplet sketch)static voidPApplet. selectInput(String prompt, String callbackMethod, File file, Object callbackObject, Frame parent, PApplet sketch)static voidPApplet. selectOutput(String prompt, String callbackMethod, File file, Object callbackObject, Frame parent, PApplet sketch)voidPGraphics. setParent(PApplet parent)Constructors in processing.core with parameters of type PApplet Constructor Description PShapeOBJ(PApplet parent, BufferedReader reader)PShapeOBJ(PApplet parent, BufferedReader reader, String basePath)PShapeOBJ(PApplet parent, String filename)Initializes a new OBJ Object with the given filename. -
Uses of PApplet in processing.data
Methods in processing.data with parameters of type PApplet Modifier and Type Method Description voidDoubleList. shuffle(PApplet sketch)Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.voidFloatList. shuffle(PApplet sketch)Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.voidIntList. shuffle(PApplet sketch)Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.voidLongList. shuffle(PApplet sketch)Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.voidStringList. shuffle(PApplet sketch)Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting. -
Uses of PApplet in processing.opengl
Fields in processing.opengl declared as PApplet Modifier and Type Field Description protected PAppletPShader. parentprotected PAppletPGL. sketchMethods in processing.opengl with parameters of type PApplet Modifier and Type Method Description voidPGraphicsOpenGL. setParent(PApplet parent)Constructors in processing.opengl with parameters of type PApplet Constructor Description PShader(PApplet parent)PShader(PApplet parent, String[] vertSource, String[] fragSource)PShader(PApplet parent, String vertFilename, String fragFilename)Creates a shader program using the specified vertex and fragment shaders.PShader(PApplet parent, URL vertURL, URL fragURL)
-