Uses of Class
org.jaudiotagger.tag.id3.AbstractID3v2Tag

Packages that use AbstractID3v2Tag
org.jaudiotagger.audio.mp3   
org.jaudiotagger.tag.id3   
 

Uses of AbstractID3v2Tag in org.jaudiotagger.audio.mp3
 

Methods in org.jaudiotagger.audio.mp3 that return AbstractID3v2Tag
 AbstractID3v2Tag MP3File.getID3v2Tag()
          Returns the ID3v2 tag for this datatype.
 

Methods in org.jaudiotagger.audio.mp3 with parameters of type AbstractID3v2Tag
 void MP3File.setID3v2Tag(AbstractID3v2Tag id3v2tag)
          Sets the v2 tag to the v2 tag provided as an argument.
 void MP3File.setID3v2TagOnly(AbstractID3v2Tag id3v2tag)
          Set v2 tag ,dont need to set v24 tag because saving

TODO temp its rather messy

 

Uses of AbstractID3v2Tag in org.jaudiotagger.tag.id3
 

Subclasses of AbstractID3v2Tag in org.jaudiotagger.tag.id3
 class ID3v22Tag
          Represents an ID3v2.2 tag.
 class ID3v23Tag
          Represents an ID3v2.3 tag.
 class ID3v24Tag
          Represents an ID3v2.4 tag.