Uses of Class
cz.martlin.xspf.playlist.collections.XSPFMetas
-
Packages that use XSPFMetas Package Description cz.martlin.xspf.playlist.base The all the abstract superclasses in the xspf-playlist.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 XSPFMetas in cz.martlin.xspf.playlist.base
Methods in cz.martlin.xspf.playlist.base that return XSPFMetas Modifier and Type Method Description XSPFMetasXSPFCommon. getMetas()Returns the playlist/track metas (as a copy).XSPFMetasXSPFCommon. metas()Returns the playlist/track metas (as a view).Methods in cz.martlin.xspf.playlist.base with parameters of type XSPFMetas Modifier and Type Method Description voidXSPFCommon. setMetas(XSPFMetas metas)Sets (copy of) the playlist/track metas. -
Uses of XSPFMetas in cz.martlin.xspf.playlist.elements
Methods in cz.martlin.xspf.playlist.elements that return XSPFMetas Modifier and Type Method Description XSPFMetasXSPFFile. newMetas()Creates new collection of metas. -
Uses of XSPFMetas in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFMetas Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFMetas metas)Prints the given metas with given label and padding.
-