Class Sound

public class Sound

A simple sound class.

Version:
$Id: Sound.java,v 1.1 2001/04/25 17:21:19 administrator Exp $
Author:
Ben Dugan

Constructor Detail

Sound

public Sound(java.lang.String fileName)
Create a new sound, loading from the given filename.
Method Detail

getClip

public java.applet.AudioClip getClip()
Answer the AudioClip for this sound.