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 PShapeP2DCodeDelegate. createShape(Constants.ShapeType type)PShapeP3DCodeDelegate. 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.ShapeTypeConstants. GEOMETRYstatic Constants.ShapeTypeConstants. GROUPstatic Constants.ShapeTypeConstants. PATHMethods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeType Modifier and Type Method Description static Constants.ShapeTypeConstants.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.
-