Uses of Class
cz.martlin.xspf.playlist.elements.XSPFPlaylist
-
Packages that use XSPFPlaylist 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 XSPFPlaylist in cz.martlin.xspf.playlist.elements
Methods in cz.martlin.xspf.playlist.elements that return XSPFPlaylist Modifier and Type Method Description XSPFPlaylistXSPFFile. getPlaylist()Returns the (copy of) the playlist.XSPFPlaylistXSPFFile. newPlaylist()Creates new playlist.XSPFPlaylistXSPFFile. playlist()Return the (view of) the playlist.Methods in cz.martlin.xspf.playlist.elements with parameters of type XSPFPlaylist Modifier and Type Method Description voidXSPFFile. setPlaylist(XSPFPlaylist playlist)Sets the (copy of) the playlist. -
Uses of XSPFPlaylist in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFPlaylist Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFPlaylist playlist)Prints the given plůaylist with given label and padding.
-