Uses of Enum Class
org.praxislive.video.pgl.code.userapi.Constants.ShapeMode
Packages that use Constants.ShapeMode
-
Uses of Constants.ShapeMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ShapeModeModifier and TypeMethodDescriptionvoidP2DCodeDelegate.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.ShapeModeModifier and TypeFieldDescriptionstatic final Constants.ShapeModeConstants.LINESstatic final Constants.ShapeModeConstants.POINTSstatic final Constants.ShapeModeConstants.QUAD_STRIPstatic final Constants.ShapeModeConstants.QUADSstatic final Constants.ShapeModeConstants.TRIANGLE_FANstatic final Constants.ShapeModeConstants.TRIANGLE_STRIPstatic final Constants.ShapeModeConstants.TRIANGLESMethods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeModeModifier and TypeMethodDescriptionstatic Constants.ShapeModeReturns the enum constant of this class with the specified name.static Constants.ShapeMode[]Constants.ShapeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.praxislive.video.pgl.code.userapi with parameters of type Constants.ShapeMode