Uses of Class
cz.martlin.xspf.playlist.elements.XSPFAttribution
-
Packages that use XSPFAttribution 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 XSPFAttribution in cz.martlin.xspf.playlist.elements
Methods in cz.martlin.xspf.playlist.elements that return XSPFAttribution Modifier and Type Method Description XSPFAttributionXSPFPlaylist. attribution()Gets the (view of) the playlist attribution.XSPFAttributionXSPFPlaylist. getAttribution()Gets (copy of) the playlist attribution.XSPFAttributionXSPFFile. newAttribution()Creates new attribution.Methods in cz.martlin.xspf.playlist.elements with parameters of type XSPFAttribution Modifier and Type Method Description voidXSPFPlaylist. setAttribution(XSPFAttribution attribution)Sets the (copy of) playlist attribution. -
Uses of XSPFAttribution in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFAttribution Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFAttribution attribution)Prints the given attribution with given label and padding.
-