Uses of Class
cz.martlin.xspf.playlist.elements.XSPFTrack
-
Packages that use XSPFTrack Package Description cz.martlin.xspf.playlist.collections The implementations of the collections, subclasses of theXSPFCollection.cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XSPFTrack in cz.martlin.xspf.playlist.collections
Methods in cz.martlin.xspf.playlist.collections that return XSPFTrack Modifier and Type Method Description protected XSPFTrackXSPFTracks. create(Element track)XSPFTrackXSPFTracks. createTrack()Creates (empty) track.XSPFTrackXSPFTracks. createTrack(URI location)Creates track with given location.XSPFTrackXSPFTracks. createTrack(URI location, String title)Creates track with given location and title.XSPFTrackXSPFTracks. createTrack(URI location, String title, int trackNum, java.time.Duration duration)Creates track with given location, title trackNum and duration.XSPFTrackXSPFTracks. createTrack(URI location, String creator, String album, String title, int trackNum, java.time.Duration duration)Creates track with given location, creator, album, title, trackNum and duration.XSPFTrackXSPFTracks. track(int trackNum)Returns track having the given trackNum.XSPFTrackXSPFTracks. track(String title)Returns track having the given title. -
Uses of XSPFTrack in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFTrack Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFTrack track)Prints the given track with given label and padding.
-