Uses of Class
javoids.SoundMap.Sound

Uses of SoundMap.Sound in javoids
 

Fields in javoids with type parameters of type SoundMap.Sound
private static java.util.HashMap<SoundMap.Sound,java.lang.String> SoundMap.fileNames
          a map of sound names to their file names
private static java.util.HashMap<SoundMap.Sound,javax.sound.sampled.Clip> SoundMap.sounds
          a map of sound names to the sound clips (the loaded sound files)
 

Methods in javoids that return SoundMap.Sound
static SoundMap.Sound SoundMap.Sound.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SoundMap.Sound[] SoundMap.Sound.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in javoids that return types with arguments of type SoundMap.Sound
 java.util.HashMap<SoundMap.Sound,javax.sound.sampled.Clip> SoundMap.getSounds()
           
 

Methods in javoids with parameters of type SoundMap.Sound
 javax.sound.sampled.Clip SoundMap.getSound(SoundMap.Sound sound)
           
 java.lang.String SoundMap.getSoundName(SoundMap.Sound sound)