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

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

Uses of ID3v1Tag in org.jaudiotagger.audio.mp3
 

Fields in org.jaudiotagger.audio.mp3 declared as ID3v1Tag
private  ID3v1Tag MP3File.id3v1tag
          The ID3v1 tag that this file contains.
 

Methods in org.jaudiotagger.audio.mp3 that return ID3v1Tag
 ID3v1Tag MP3File.getID3v1Tag()
          Returns the ID3v1 tag for this datatype.
 

Methods in org.jaudiotagger.audio.mp3 with parameters of type ID3v1Tag
 void MP3File.setID3v1Tag(ID3v1Tag id3v1tag)
          Sets the ID3v1(_1)tag to the tag provided as an argument.
 

Uses of ID3v1Tag in org.jaudiotagger.tag.id3
 

Subclasses of ID3v1Tag in org.jaudiotagger.tag.id3
 class ID3v11Tag
          Represents an ID3v11 tag.
 

Fields in org.jaudiotagger.tag.id3 declared as ID3v1Tag
private  ID3v1Tag ID3v1Iterator.id3v1tag
           
 

Constructors in org.jaudiotagger.tag.id3 with parameters of type ID3v1Tag
ID3v1Iterator(ID3v1Tag id3v1tag)
          Creates a new ID3v1Iterator datatype.
ID3v1Tag(ID3v1Tag copyObject)