Uses of Enum Class
net.paulhertz.pixelaudio.example.GesturePlayground.DrawingMode
Packages that use GesturePlayground.DrawingMode
-
Uses of GesturePlayground.DrawingMode in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as GesturePlayground.DrawingModeModifier and TypeFieldDescription(package private) GesturePlayground.DrawingModeGesturePlayground.drawingModeMethods in net.paulhertz.pixelaudio.example that return GesturePlayground.DrawingModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GesturePlayground.DrawingMode[]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 GesturePlayground.DrawingModeModifier and TypeMethodDescription(package private) voidGesturePlayground.setMode(GesturePlayground.DrawingMode newMode) Sets the drawing mode.