Package pi.resources.sound
Class LoopedMusic
java.lang.Object
pi.resources.sound.LoopedMusic
- Author:
- Steffen Wilke, Matthias Wilke, Josef Friedrich
-
Constructor Summary
ConstructorsConstructorDescriptionLoopedMusic(Sound sound) Initializes a newLoopedMusicfor the specified sound. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
LoopedMusic
Initializes a newLoopedMusicfor the specified sound.- Parameters:
sound- The sound to be played by this music.
-
-
Method Details