|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antelmann.sound.SampleSounds
public class SampleSounds
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.
| 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 |
|---|
public static final URL DOH
public static final URL MESSAGE4U
public static final URL NI
public static final URL RING
public static final URL DISAPPOINTED
public static final URL DERANGED
public static final URL RAGTIME
| Method Detail |
|---|
public static void doh()
public static void message4u()
public static void ni()
public static void ring()
public static void disappointed()
public static void deranged()
public static void ragtime()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||