Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.ShapeMode
-
Packages that use Constants.ShapeMode Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.ShapeMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ShapeMode Modifier and Type Method Description void
P2DCodeDelegate. beginShape(Constants.ShapeMode kind)
void
P3DCodeDelegate. beginShape(Constants.ShapeMode kind)
-
Uses of Constants.ShapeMode in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.ShapeMode Modifier and Type Field Description static Constants.ShapeMode
Constants. LINES
static Constants.ShapeMode
Constants. POINTS
static Constants.ShapeMode
Constants. QUAD_STRIP
static Constants.ShapeMode
Constants. QUADS
static Constants.ShapeMode
Constants. TRIANGLE_FAN
static Constants.ShapeMode
Constants. TRIANGLE_STRIP
static Constants.ShapeMode
Constants. TRIANGLES
Methods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeMode Modifier and Type Method Description static Constants.ShapeMode
Constants.ShapeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.ShapeMode[]
Constants.ShapeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.video.pgl.code.userapi with parameters of type Constants.ShapeMode Modifier and Type Method Description PShape
PShape. beginShape(Constants.ShapeMode kind)
-