|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AudioFile
An audio file to be played.
Field Summary | |
int |
length
Length of this in seconds. |
String |
name
Name of this. |
Constructor Summary | |
AudioFile(String aName,
int aLength)
Constructs an audio file with the given name and the given length in seconds. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String name
public int length
Constructor Detail |
public AudioFile(String aName, int aLength)
aName
- name for the fileaLength
- length for the file in seconds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |