Uses of Class
net.kolls.railworld.Sound

Packages that use Sound
net.kolls.railworld Provides for basic status and operation of quantities needed for both play and editing. 
net.kolls.railworld.sound Sound support via various APIs. 
 

Uses of Sound in net.kolls.railworld
 

Fields in net.kolls.railworld declared as Sound
static Sound Sounds.brake
           
static Sound Sounds.couple
           
static Sound Sounds.crossing
           
static Sound[] Sounds.engine
           
static Sound Sounds.horn
           
static Sound Sounds.switchd
           
static Sound Sounds.uncouple
           
static Sound Sounds.wreck
           
 

Uses of Sound in net.kolls.railworld.sound
 

Subclasses of Sound in net.kolls.railworld.sound
 class AppletSound
          Provides sound via the applet sound API.
 class JSSound
          Java Sound API (the standard Java approach to sound)
 class NoSound
          Provides an empty interface that pretends to play sounds, but does nothing.
 class StreamSound
          Stream sound puts the details of sound playback in the program's hands.