Uses of Enum Class
org.praxislive.video.pgl.code.userapi.Constants.ShapeType
Packages that use Constants.ShapeType
-
Uses of Constants.ShapeType in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ShapeTypeModifier and TypeMethodDescriptionP2DCodeDelegate.createShape(Constants.ShapeType type) 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.ShapeTypeModifier and TypeFieldDescriptionstatic final Constants.ShapeTypeConstants.GEOMETRYstatic final Constants.ShapeTypeConstants.GROUPstatic final Constants.ShapeTypeConstants.PATHMethods in org.praxislive.video.pgl.code.userapi that return Constants.ShapeTypeModifier and TypeMethodDescriptionstatic Constants.ShapeTypeReturns the enum constant of this class with the specified name.static Constants.ShapeType[]Constants.ShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.