Uses of Enum Class
net.paulhertz.pixelaudio.WaveData.WaveState
Packages that use WaveData.WaveState
Package
Description
Core classes for PixelAudio, a Processing library that maps between sound
and image data.
-
Uses of WaveData.WaveState in net.paulhertz.pixelaudio
Fields in net.paulhertz.pixelaudio declared as WaveData.WaveStateMethods in net.paulhertz.pixelaudio that return WaveData.WaveStateModifier and TypeMethodDescriptionstatic WaveData.WaveStateReturns the enum constant of this class with the specified name.static WaveData.WaveState[]WaveData.WaveState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio with parameters of type WaveData.WaveStateModifier and TypeMethodDescriptionvoidWaveData.setWaveState(WaveData.WaveState newWaveState) Set new wave state for WaveData.