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 voidP2DCodeDelegate. beginShape(Constants.ShapeMode kind)voidP3DCodeDelegate. 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.ShapeModeConstants. LINESstatic Constants.ShapeModeConstants. POINTSstatic Constants.ShapeModeConstants. QUAD_STRIPstatic Constants.ShapeModeConstants. QUADSstatic Constants.ShapeModeConstants. TRIANGLE_FANstatic Constants.ShapeModeConstants. TRIANGLE_STRIPstatic Constants.ShapeModeConstants. TRIANGLESMethods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeMode Modifier and Type Method Description static Constants.ShapeModeConstants.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 PShapePShape. beginShape(Constants.ShapeMode kind)
-