Uses of Enum Class
net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.BrushOutput
Packages that use TutorialOne_06_WindowBuffer.BrushOutput
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of TutorialOne_06_WindowBuffer.BrushOutput in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as TutorialOne_06_WindowBuffer.BrushOutputModifier and TypeFieldDescriptionTutorialOne_06_WindowBuffer.AudioBrushLite.outputAudio output variableMethods in net.paulhertz.pixelaudio.example that return TutorialOne_06_WindowBuffer.BrushOutputModifier and TypeMethodDescriptionTutorialOne_06_WindowBuffer.AudioBrushLite.output()Returns the enum constant of this class with the specified name.TutorialOne_06_WindowBuffer.BrushOutput.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_06_WindowBuffer.BrushOutputModifier and TypeMethodDescription(package private) TutorialOne_06_WindowBuffer.PathModeTutorialOne_06_WindowBuffer.defaultPathModeFor(TutorialOne_06_WindowBuffer.BrushOutput out) Determines the path mode for a particular BrushOutput.voidTutorialOne_06_WindowBuffer.AudioBrushLite.setOutput(TutorialOne_06_WindowBuffer.BrushOutput out) Constructors in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_06_WindowBuffer.BrushOutputModifierConstructorDescriptionAudioBrushLite(PACurveMaker curve, TutorialOne_06_WindowBuffer.BrushConfig cfg, TutorialOne_06_WindowBuffer.BrushOutput output, TutorialOne_06_WindowBuffer.HopMode hopMode)