Uses of Enum Class
net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground.DrawingMode
Packages that use TutorialOne_05_GesturePlayground.DrawingMode
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of TutorialOne_05_GesturePlayground.DrawingMode in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as TutorialOne_05_GesturePlayground.DrawingModeModifier and TypeFieldDescription(package private) TutorialOne_05_GesturePlayground.DrawingModeTutorialOne_05_GesturePlayground.drawingModeMethods in net.paulhertz.pixelaudio.example that return TutorialOne_05_GesturePlayground.DrawingModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TutorialOne_05_GesturePlayground.DrawingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_05_GesturePlayground.DrawingModeModifier and TypeMethodDescription(package private) voidTutorialOne_05_GesturePlayground.setMode(TutorialOne_05_GesturePlayground.DrawingMode newMode) Sets the drawing mode.