|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.client.gui.sound.SoundLibrary
net.sf.freecol.client.gui.sound.MusicLibrary
public final class MusicLibrary
A MusicLibrary stores an array of playlists for use with music.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.freecol.client.gui.sound.SoundLibrary |
---|
SoundLibrary.SoundEffect |
Field Summary | |
---|---|
static int |
INTRO
|
static int |
SILENCE
|
Constructor Summary | |
---|---|
MusicLibrary(java.lang.String freeColHome)
The constructor. |
Method Summary |
---|
Methods inherited from class net.sf.freecol.client.gui.sound.SoundLibrary |
---|
get, get |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SILENCE
public static final int INTRO
Constructor Detail |
---|
public MusicLibrary(java.lang.String freeColHome) throws FreeColException
freeColHome
- A directory containing the "music"-directory.
FreeColException
- If the "music"-directory could not be found in the path spesified by freeColHome.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |