Uses of Class
processing.core.PShape
-
Packages that use PShape Package Description processing.core processing.opengl -
-
Uses of PShape in processing.core
Subclasses of PShape in processing.core Modifier and Type Class Description classPShapeOBJThis class is not part of the Processing API and should not be used directly.classPShapeSVGThis class is not part of the Processing API and should not be used directly.static classPShapeSVG.Fontstatic classPShapeSVG.FontGlyphstatic classPShapeSVG.Gradientstatic classPShapeSVG.LinearGradientstatic classPShapeSVG.LineOfTextstatic classPShapeSVG.RadialGradientstatic classPShapeSVG.TextFields in processing.core declared as PShape Modifier and Type Field Description protected PShape[]PShape. childrenprotected PShapePShape. parentFields in processing.core with type parameters of type PShape Modifier and Type Field Description protected Map<String,PShape>PShape. nameTableMethods in processing.core that return PShape Modifier and Type Method Description PShapePApplet. createShape()PShapePApplet. createShape(int type)PShapePApplet. createShape(int kind, float... p)PShapePGraphics. createShape()PShapePGraphics. createShape(int type)PShapePGraphics. createShape(int kind, float... p)protected static PShapePShape. createShape(PApplet parent, PShape src)protected PShapePGraphics. createShapeFamily(int type)Override this method to return an appropriate shape for your rendererprotected PShapePGraphics. createShapePrimitive(int kind, float... p)Override this to have a custom shape object used by your renderer.PShapePShape. findChild(String target)Same as getChild(name), except that it first walks all the way up the hierarchy to the eldest grandparent, so that children can be found anywhere.PShapePShape. getChild(int index)( begin auto-generated from PShape_getChild.xml ) Extracts a child shape from a parent shape.PShapePShape. getChild(String target)PShapePShapeSVG. getChild(String name)Get a particular element based on its SVG ID.PShape[]PShape. getChildren()PShapePShape. getParent()PShapePFont. getShape(char ch)PShapePFont. getShape(char ch, float detail)PShapePShape. getTessellation()PShapePApplet. loadShape(String filename)PShapePApplet. loadShape(String filename, String options)PShapePGraphics. loadShape(String filename)PShapePGraphics. loadShape(String filename, String options)protected PShapePShapeSVG. parseChild(XML elem)Parse a child XML element.Methods in processing.core with parameters of type PShape Modifier and Type Method Description voidPShape. addChild(PShape who)voidPShape. addChild(PShape who, int idx)voidPShape. addName(String nom, PShape shape)Add a shape to the name lookup table.protected static voidPShape. copyGeometry(PShape src, PShape dest)protected static voidPShape. copyGroup(PApplet parent, PShape src, PShape dest)protected static voidPShape. copyImage(PShape src, PShape dest)protected static voidPShape. copyMatrix(PShape src, PShape dest)protected static voidPShape. copyPath(PShape src, PShape dest)protected static voidPShape. copyPrimitive(PShape src, PShape dest)protected static voidPShape. copyStyles(PShape src, PShape dest)protected static PShapePShape. createShape(PApplet parent, PShape src)intPShape. getChildIndex(PShape who)Returns the index of child who.voidPApplet. shape(PShape shape)voidPApplet. shape(PShape shape, float x, float y)( begin auto-generated from shape.xml ) Displays shapes to the screen.voidPApplet. shape(PShape shape, float a, float b, float c, float d)voidPGraphics. shape(PShape shape)voidPGraphics. shape(PShape shape, float x, float y)( begin auto-generated from shape.xml ) Displays shapes to the screen.protected voidPGraphics. shape(PShape shape, float x, float y, float z)voidPGraphics. shape(PShape shape, float a, float b, float c, float d)protected voidPGraphics. shape(PShape shape, float x, float y, float z, float c, float d, float e) -
Uses of PShape in processing.opengl
Subclasses of PShape in processing.opengl Modifier and Type Class Description classPShapeOpenGLThis class holds a 3D model composed of vertices, normals, colors (per vertex) and texture coordinates (also per vertex).Methods in processing.opengl that return PShape Modifier and Type Method Description protected PShapePGraphicsOpenGL. createShapeFamily(int type)protected PShapePGraphicsOpenGL. createShapePrimitive(int kind, float... p)PShapePShapeOpenGL. getTessellation()PShapePGraphicsOpenGL. loadShape(String filename)protected static PShapePGraphics2D. loadShapeImpl(PGraphics pg, String filename, String extension)protected static PShapePGraphics3D. loadShapeImpl(PGraphics pg, String filename, String extension)Methods in processing.opengl with parameters of type PShape Modifier and Type Method Description voidPShapeOpenGL. addChild(PShape who)voidPShapeOpenGL. addChild(PShape who, int idx)static voidPShapeOpenGL. copyGroup(PGraphicsOpenGL pg, PShape src, PShape dest)static PShapeOpenGLPShapeOpenGL. createShape(PGraphicsOpenGL pg, PShape src)voidPGraphics2D. shape(PShape shape)voidPGraphics2D. shape(PShape shape, float x, float y)voidPGraphics2D. shape(PShape shape, float x, float y, float z)voidPGraphics2D. shape(PShape shape, float a, float b, float c, float d)voidPGraphics2D. shape(PShape shape, float x, float y, float z, float c, float d, float e)protected voidPGraphicsOpenGL. shape(PShape shape, float x, float y, float z)protected voidPGraphicsOpenGL. shape(PShape shape, float x, float y, float z, float c, float d, float e)protected voidPShapeOpenGL. updateRoot(PShape root)
-