Uses of Enum Class
net.paulhertz.pixelaudio.example.Bagatelle.PerformanceMode
Packages that use Bagatelle.PerformanceMode
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
-
Uses of Bagatelle.PerformanceMode in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as Bagatelle.PerformanceModeModifier and TypeFieldDescription(package private) Bagatelle.PerformanceModeBagatelle.pModecurrent performance modeMethods in net.paulhertz.pixelaudio.example that return Bagatelle.PerformanceModeModifier and TypeMethodDescriptionstatic Bagatelle.PerformanceModeReturns the enum constant of this class with the specified name.static Bagatelle.PerformanceMode[]Bagatelle.PerformanceMode.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.PerformanceModeModifier and TypeMethodDescription(package private) voidBagatelle.setPerformanceMode(Bagatelle.PerformanceMode newMode, boolean recolorAfterLoad) Changes the current performance mode during live performance.