Uses of Enum Class
com.blackrook.gloop.openal.effect.RingModulatorEffect.WaveForm
Packages that use RingModulatorEffect.WaveForm
-
Uses of RingModulatorEffect.WaveForm in com.blackrook.gloop.openal.effect
Subclasses with type arguments of type RingModulatorEffect.WaveForm in com.blackrook.gloop.openal.effectModifier and TypeClassDescriptionstatic enumWaveForm type enumeration.Fields in com.blackrook.gloop.openal.effect declared as RingModulatorEffect.WaveFormModifier and TypeFieldDescriptionprotected RingModulatorEffect.WaveFormRingModulatorEffect.waveFormRing modulator waveform.Methods in com.blackrook.gloop.openal.effect that return RingModulatorEffect.WaveFormModifier and TypeMethodDescriptionRingModulatorEffect.getWaveform()static RingModulatorEffect.WaveFormReturns the enum constant of this class with the specified name.static RingModulatorEffect.WaveForm[]RingModulatorEffect.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 RingModulatorEffect.WaveFormModifier and TypeMethodDescriptionfinal voidRingModulatorEffect.setWaveform(RingModulatorEffect.WaveForm waveform) Set ring modulator waveform.