Uses of Class
cz.martlin.xspf.playlist.collections.XSPFTracks
-
Packages that use XSPFTracks Package Description cz.martlin.xspf.playlist.elements The actual xspf file elements (playlist, track, ...) implementation.cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XSPFTracks in cz.martlin.xspf.playlist.elements
Methods in cz.martlin.xspf.playlist.elements that return XSPFTracks Modifier and Type Method Description XSPFTracksXSPFPlaylist. getTracks()Returns the (copy of) the tracks.XSPFTracksXSPFFile. newTracks()Creates new collection of tracks.XSPFTracksXSPFPlaylist. tracks()Returns the (view of) the tracks.Methods in cz.martlin.xspf.playlist.elements with parameters of type XSPFTracks Modifier and Type Method Description voidXSPFPlaylist. setTracks(XSPFTracks tracks)Set the (copy of) the tracks. -
Uses of XSPFTracks in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFTracks Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFTracks tracks)Prints the given tracks with given label and padding.
-