uwcse.graphics
Class Sound

java.lang.Object
  |
  +--uwcse.graphics.Sound

public class Sound
extends java.lang.Object

A simple sound class.

Version:
$Id: Sound.java,v 1.3 2001/09/28 02:48:06 chambers Exp $

Constructor Summary
Sound(java.lang.String fileName)
          Create a new sound, loading from the given filename.
 
Method Summary
 java.applet.AudioClip getClip()
          Answer the AudioClip for this sound.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.