Uses of Enum Class
com.blackrook.gloop.openal.effect.FlangerEffect.WaveForm
Packages that use FlangerEffect.WaveForm
-
Uses of FlangerEffect.WaveForm in com.blackrook.gloop.openal.effect
Subclasses with type arguments of type FlangerEffect.WaveForm in com.blackrook.gloop.openal.effectFields in com.blackrook.gloop.openal.effect declared as FlangerEffect.WaveFormModifier and TypeFieldDescriptionprotected FlangerEffect.WaveFormFlangerEffect.waveFormFlanger waveform type.Methods in com.blackrook.gloop.openal.effect that return FlangerEffect.WaveFormModifier and TypeMethodDescriptionfinal FlangerEffect.WaveFormFlangerEffect.getWaveForm()static FlangerEffect.WaveFormReturns the enum constant of this class with the specified name.static FlangerEffect.WaveForm[]FlangerEffect.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 FlangerEffect.WaveFormModifier and TypeMethodDescriptionfinal voidFlangerEffect.setWaveForm(FlangerEffect.WaveForm waveForm) Sets this effect's waveform type.