Uses of Enum Class
net.paulhertz.pixelaudio.example.Bagatelle.DrawingMode
Packages that use Bagatelle.DrawingMode
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of Bagatelle.DrawingMode in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as Bagatelle.DrawingModeMethods in net.paulhertz.pixelaudio.example that return Bagatelle.DrawingModeModifier and TypeMethodDescriptionstatic Bagatelle.DrawingModeReturns the enum constant of this class with the specified name.static Bagatelle.DrawingMode[]Bagatelle.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 Bagatelle.DrawingModeModifier and TypeMethodDescription(package private) voidBagatelle.setMode(Bagatelle.DrawingMode newMode) Sets the drawing mode.