Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.ShapeType
-
Packages that use Constants.ShapeType Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.ShapeType in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ShapeType Modifier and Type Method Description PShape
P2DCodeDelegate. createShape(Constants.ShapeType type)
PShape
P3DCodeDelegate. createShape(Constants.ShapeType type)
-
Uses of Constants.ShapeType in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.ShapeType Modifier and Type Field Description static Constants.ShapeType
Constants. GEOMETRY
static Constants.ShapeType
Constants. GROUP
static Constants.ShapeType
Constants. PATH
Methods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeType Modifier and Type Method Description static Constants.ShapeType
Constants.ShapeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.ShapeType[]
Constants.ShapeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-