Uses of Enum Class
com.blackrook.gloop.openal.effect.FrequencyShiftEffect.Direction
Packages that use FrequencyShiftEffect.Direction
-
Uses of FrequencyShiftEffect.Direction in com.blackrook.gloop.openal.effect
Subclasses with type arguments of type FrequencyShiftEffect.Direction in com.blackrook.gloop.openal.effectModifier and TypeClassDescriptionstatic enumShift direction enumeration.Fields in com.blackrook.gloop.openal.effect declared as FrequencyShiftEffect.DirectionModifier and TypeFieldDescriptionprotected FrequencyShiftEffect.DirectionFrequencyShiftEffect.leftDirFrequency shifter left direction.protected FrequencyShiftEffect.DirectionFrequencyShiftEffect.rightDirFrequency shifter right direction.Methods in com.blackrook.gloop.openal.effect that return FrequencyShiftEffect.DirectionModifier and TypeMethodDescriptionFrequencyShiftEffect.getLeftDirection()FrequencyShiftEffect.getRightDirection()Returns the enum constant of this class with the specified name.static FrequencyShiftEffect.Direction[]FrequencyShiftEffect.Direction.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 FrequencyShiftEffect.DirectionModifier and TypeMethodDescriptionfinal voidFrequencyShiftEffect.setLeftDirection(FrequencyShiftEffect.Direction leftDir) Set frequency shifter left direction.final voidFrequencyShiftEffect.setRightDirection(FrequencyShiftEffect.Direction rightDir) Set frequency shifter right direction.