Uses of Enum Class
PamController.soundMedium.GlobalMedium.SoundMedium
Packages that use GlobalMedium.SoundMedium
- 
Uses of GlobalMedium.SoundMedium in PamController.soundMedium
Fields in PamController.soundMedium declared as GlobalMedium.SoundMediumMethods in PamController.soundMedium that return GlobalMedium.SoundMediumModifier and TypeMethodDescriptionGlobalMediumManager.getCurrentMedium()Get the current medium sound is travelling through.static GlobalMedium.SoundMediumReturns the enum constant of this class with the specified name.static GlobalMedium.SoundMedium[]GlobalMedium.SoundMedium.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in PamController.soundMedium with parameters of type GlobalMedium.SoundMediumModifier and TypeMethodDescriptionstatic StringGlobalMedium.getdBPSDString(GlobalMedium.SoundMedium currentMedium) Get a string description of the dB reference for a power spectral density.static doubleGlobalMedium.getdBreference(GlobalMedium.SoundMedium currentMedium) Get the reference unit commonly used for this medium e.g.static StringGlobalMedium.getdBRefString(GlobalMedium.SoundMedium currentMedium) Get a string description of the Pascal reference for the dBstatic StringGlobalMedium.getdBSELString(GlobalMedium.SoundMedium currentMedium) Get a string description of the dB reference for a sound exposure level.static doubleGlobalMedium.getdBSensOffset(GlobalMedium.SoundMedium currentMedium) Get the dB offset to convert form sensitivity value units to received amplitude units.static StringGlobalMedium.getdBSensRefString(GlobalMedium.SoundMedium currentMedium) Get a string description of the Pascal reference for receiver sensitivities in dB.static double[]GlobalMedium.getDefaultAmplitudeScales(GlobalMedium.SoundMedium currentMedium) Get default amplitude scales for display for different mediumstatic double[]GlobalMedium.getDefaultdBHzScales(GlobalMedium.SoundMedium currentMedium) Get default dB/Hz scales for display for different mediumstatic doubleGlobalMedium.getDefaultSens(GlobalMedium.SoundMedium currentMedium) Get the default sensitivity of a reciever in dB referenced to the medium dependent reference value.static doubleGlobalMedium.getDefaultSoundSpeed(GlobalMedium.SoundMedium currentMedium) Get the default sound speed for the medium.static StringGlobalMedium.getRecieverString(GlobalMedium.SoundMedium currentMedium, boolean caps, boolean plural) Hydrophones are used under water and microphones in air.static StringGlobalMedium.getToolTip(GlobalMedium.SoundMedium currentMedium) static doubleGlobalMedium.getZCoeff(GlobalMedium.SoundMedium currentMedium) Get the z coefficient value for displays.static StringGlobalMedium.getZString(GlobalMedium.SoundMedium currentMedium, boolean caps, boolean plural) Get a string description of the z dimensions e.g.voidGlobalMediumManager.setCurrentMedium(GlobalMedium.SoundMedium currentMedium) Set the current medium and notify all modules of the change.voidGlobalMediumManager.setCurrentMedium(GlobalMedium.SoundMedium currentMedium, boolean notify) Set the current medium