|
Homepage | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetx.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 | |
|---|---|
(package private) void |
dispose()
Stops playing the clip and disposes it; the clip cannot be played after being disposed. |
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 location| Method Detail |
|---|
public void loop()
loop in interface java.applet.AudioClippublic void play()
play in interface java.applet.AudioClippublic void stop()
stop in interface java.applet.AudioClipvoid dispose()
|
Homepage | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||