|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.runtime.AppletAudioClip
public class AppletAudioClip
An applet audio clip using the javax.sound API.
Constructor Summary | |
---|---|
AppletAudioClip(java.net.URL location)
Creates new AudioClip. |
Method Summary | |
---|---|
void |
loop()
Plays the clip in a continuous loop until the stop method is called. |
void |
play()
Plays the clip from the beginning. |
void |
stop()
Stops playing the clip. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppletAudioClip(java.net.URL location)
location
- the clip locationMethod Detail |
---|
public void loop()
loop
in interface java.applet.AudioClip
public void play()
play
in interface java.applet.AudioClip
public void stop()
stop
in interface java.applet.AudioClip
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |