Holger's
Java API

com.antelmann.sound
Class SampleSounds

java.lang.Object
  extended by com.antelmann.sound.SampleSounds

public class SampleSounds
extends Object

SampleSounds provides some sample sounds that are included in the standard antelmann.jar file. The methods make a best attempt to play a given sound once; any exceptions are ignored.

Author:
Holger Antelmann

Field Summary
static URL DERANGED
          represents the sound "deranged" included in the antelmann.jar file
static URL DISAPPOINTED
          represents the sound "disappointed" included in the antelmann.jar file
static URL DOH
          represents the sound "doh" included in the antelmann.jar file
static URL MESSAGE4U
          represents the sound "there is a message for you" included in the antelmann.jar file
static URL NI
          represents the sound "ni" included in the antelmann.jar file
static URL RAGTIME
          represents a midi file playing a ragtime song (56 sec) included in the antelmann.jar file
static URL RING
          represents the sound "ring" included in the antelmann.jar file
 
Method Summary
static void deranged()
           
static void disappointed()
           
static void doh()
           
static void message4u()
           
static void ni()
           
static void ragtime()
           
static void ring()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOH

public static final URL DOH
represents the sound "doh" included in the antelmann.jar file


MESSAGE4U

public static final URL MESSAGE4U
represents the sound "there is a message for you" included in the antelmann.jar file


NI

public static final URL NI
represents the sound "ni" included in the antelmann.jar file


RING

public static final URL RING
represents the sound "ring" included in the antelmann.jar file


DISAPPOINTED

public static final URL DISAPPOINTED
represents the sound "disappointed" included in the antelmann.jar file


DERANGED

public static final URL DERANGED
represents the sound "deranged" included in the antelmann.jar file


RAGTIME

public static final URL RAGTIME
represents a midi file playing a ragtime song (56 sec) included in the antelmann.jar file

Method Detail

doh

public static void doh()

message4u

public static void message4u()

ni

public static void ni()

ring

public static void ring()

disappointed

public static void disappointed()

deranged

public static void deranged()

ragtime

public static void ragtime()


(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads