simworldobjects
Class Sound

java.lang.Object
  extended byjava.lang.Thread
      extended bysimworldobjects.Sound
All Implemented Interfaces:
java.lang.Runnable

public class Sound
extends java.lang.Thread

Author:
Simon

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Sound()
           
 
Method Summary
static void close()
           
static java.util.LinkedList getInstrumentList()
           
static void playTune(int frequency, int duration)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sound

public Sound()
Method Detail

playTune

public static void playTune(int frequency,
                            int duration)

getInstrumentList

public static java.util.LinkedList getInstrumentList()

close

public static void close()