Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.ShapeEndMode
-
Packages that use Constants.ShapeEndMode Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.ShapeEndMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ShapeEndMode Modifier and Type Method Description voidP2DCodeDelegate. endShape(Constants.ShapeEndMode mode)voidP3DCodeDelegate. endShape(Constants.ShapeEndMode mode) -
Uses of Constants.ShapeEndMode in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.ShapeEndMode Modifier and Type Field Description static Constants.ShapeEndModeConstants. CLOSEstatic Constants.ShapeEndModeConstants. OPENMethods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeEndMode Modifier and Type Method Description static Constants.ShapeEndModeConstants.ShapeEndMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.ShapeEndMode[]Constants.ShapeEndMode. 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.ShapeEndMode Modifier and Type Method Description voidPShape. endShape(Constants.ShapeEndMode mode)
-