Uses of Enum Class
com.blackrook.gloop.openal.effect.ChorusEffect.WaveForm
Packages that use ChorusEffect.WaveForm
-
Uses of ChorusEffect.WaveForm in com.blackrook.gloop.openal.effect
Subclasses with type arguments of type ChorusEffect.WaveForm in com.blackrook.gloop.openal.effectFields in com.blackrook.gloop.openal.effect declared as ChorusEffect.WaveFormModifier and TypeFieldDescriptionprotected ChorusEffect.WaveFormChorusEffect.waveFormChorus waveform type.Methods in com.blackrook.gloop.openal.effect that return ChorusEffect.WaveFormModifier and TypeMethodDescriptionfinal ChorusEffect.WaveFormChorusEffect.getWaveForm()static ChorusEffect.WaveFormReturns the enum constant of this class with the specified name.static ChorusEffect.WaveForm[]ChorusEffect.WaveForm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.gloop.openal.effect with parameters of type ChorusEffect.WaveFormModifier and TypeMethodDescriptionfinal voidChorusEffect.setWaveForm(ChorusEffect.WaveForm waveForm) Sets this effect's waveform type.