|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEasySound
public class EasySound
Constructor Summary | |
---|---|
EasySound(java.lang.String fileName)
Constructs an EasySound for a given audio file. |
Method Summary | |
---|---|
void |
play()
Plays this EasySound . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasySound(java.lang.String fileName)
EasySound
for a given audio file.
fileName
- the name or pathname of the audio clip file.Method Detail |
---|
public void play()
EasySound
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |