A C F G I J L M P S T U
A
- add(IPlayableTrack) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
- add(IPlayableTrack) - Method in interface ch.sahits.game.openpatrician.sound.ITrackPlayer
-
Add a track to the playing queue.
C
- ch.sahits.game.openpatrician.sound - package ch.sahits.game.openpatrician.sound
-
- ch.sahits.game.openpatrician.sound.impl - package ch.sahits.game.openpatrician.sound.impl
-
- ch.sahits.game.openpatrician.spring - package ch.sahits.game.openpatrician.spring
-
- changed(ObservableValue<? extends Boolean>, Boolean, Boolean) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer.PlayChangeListener
-
- clearPlayList() - Method in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
- clearPlayList() - Method in interface ch.sahits.game.openpatrician.sound.ITrackPlayer
-
Clear all queued tracks from the list.
- clip - Variable in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
F
- fileName - Variable in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
G
- getLength() - Method in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
- getLength() - Method in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- getLength() - Method in interface ch.sahits.game.openpatrician.sound.IPlayableTrack
-
Retrieve the length of the track in seconds
- getPrefix(String) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
Extract the name before the last '.'
- getSourceFromFile(String) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
I
- IPlayableTrack - Interface in ch.sahits.game.openpatrician.sound
-
Defining the functionality of a sound track that can be played.
- ITrackLoader - Interface in ch.sahits.game.openpatrician.sound
-
- ITrackPlayer - Interface in ch.sahits.game.openpatrician.sound
-
Interface for playing sound.
J
- jaxb2SoundMarshaller() - Method in class ch.sahits.game.openpatrician.spring.SoundConfiguration
-
L
- length - Variable in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
- length - Variable in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- loadLoop(Track) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- loadTrack(Track) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- loadTrack(String) - Method in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- loadTrack(String) - Method in interface ch.sahits.game.openpatrician.sound.ITrackLoader
-
Load the track by it's id.
- loadTracks() - Method in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- logger - Variable in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- logger - Variable in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- LoopTrack - Class in ch.sahits.game.openpatrician.sound.impl
-
LoopTrack represents a track that can be looped.
- LoopTrack(double, String) - Constructor for class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
M
- MediaTrack - Class in ch.sahits.game.openpatrician.sound.impl
-
- MediaTrack(double, String) - Constructor for class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
P
- play() - Method in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
- play() - Method in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- play() - Method in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
- play() - Method in interface ch.sahits.game.openpatrician.sound.IPlayableTrack
-
Start playing the track.
- play() - Method in interface ch.sahits.game.openpatrician.sound.ITrackPlayer
-
Play the track queue.
- playchangeListener - Variable in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
- PlayChangeListener() - Constructor for class ch.sahits.game.openpatrician.sound.impl.TrackPlayer.PlayChangeListener
-
- player - Variable in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- playing - Variable in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
- playing - Variable in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- playingProperty() - Method in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
- playingProperty() - Method in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- playingProperty() - Method in interface ch.sahits.game.openpatrician.sound.IPlayableTrack
-
Property indicating if the track is playing.
- playlist - Variable in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
S
- SOUND_DIR - Static variable in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- SoundConfiguration - Class in ch.sahits.game.openpatrician.spring
-
- SoundConfiguration() - Constructor for class ch.sahits.game.openpatrician.spring.SoundConfiguration
-
- soundMap - Variable in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- soundPlayer() - Method in class ch.sahits.game.openpatrician.spring.SoundConfiguration
-
- stop() - Method in class ch.sahits.game.openpatrician.sound.impl.LoopTrack
-
- stop() - Method in class ch.sahits.game.openpatrician.sound.impl.MediaTrack
-
- stop() - Method in class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
- stop() - Method in interface ch.sahits.game.openpatrician.sound.IPlayableTrack
-
Stop playing the track.
- stop() - Method in interface ch.sahits.game.openpatrician.sound.ITrackPlayer
-
Stop the playing.
T
- TrackLoader - Class in ch.sahits.game.openpatrician.sound.impl
-
- TrackLoader(String) - Constructor for class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
- trackLoader() - Method in class ch.sahits.game.openpatrician.spring.SoundConfiguration
-
- TrackPlayer - Class in ch.sahits.game.openpatrician.sound.impl
-
- TrackPlayer() - Constructor for class ch.sahits.game.openpatrician.sound.impl.TrackPlayer
-
- TrackPlayer.PlayChangeListener - Class in ch.sahits.game.openpatrician.sound.impl
-
U
- unmarshaller - Variable in class ch.sahits.game.openpatrician.sound.impl.TrackLoader
-
A C F G I J L M P S T U
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.