Uses of Class
org.jaudiotagger.tag.datatype.ID3v2LyricLine

Packages that use ID3v2LyricLine
org.jaudiotagger.tag.datatype   
 

Uses of ID3v2LyricLine in org.jaudiotagger.tag.datatype
 

Methods in org.jaudiotagger.tag.datatype with parameters of type ID3v2LyricLine
 void Lyrics3Line.addLyric(ID3v2LyricLine line)
           
 void Lyrics3Line.setLyric(ID3v2LyricLine line)
           
 

Constructors in org.jaudiotagger.tag.datatype with parameters of type ID3v2LyricLine
ID3v2LyricLine(ID3v2LyricLine copy)