Uses of Class
org.farng.mp3.AbstractMP3Tag

Packages that use AbstractMP3Tag
org.farng.mp3 Start with AbstractMP3Tag or MP3File 
org.farng.mp3.filename Start with FilenameTag 
org.farng.mp3.id3 Start with ID3v1, ID3v1_1, ID3v2_2, ID3v2_2Frame, ID3v2_3, ID3v2_3Frame, ID3v2_4, or ID3v2_4Frame. 
org.farng.mp3.lyrics3 Start with Lyrics3v1 or Lyrics3v2 
 

Uses of AbstractMP3Tag in org.farng.mp3
 

Methods in org.farng.mp3 with parameters of type AbstractMP3Tag
 void MP3File.setID3v1Tag(AbstractMP3Tag mp3tag)
          Sets the ID3v1 tag for this object.
 void MP3File.setID3v2Tag(AbstractMP3Tag mp3tag)
          Sets the ID3v2 tag for this object.
 void MP3File.setLyrics3Tag(AbstractMP3Tag mp3tag)
          Sets the Lyrics3 tag for this object.
 void MP3File.delete(AbstractMP3Tag mp3tag)
           
 boolean AbstractMP3Tag.isSubsetOf(AbstractMP3Tag abstractMP3Tag)
          Returns true if this tag is a subset of the argument.
abstract  void AbstractMP3Tag.append(AbstractMP3Tag abstractMP3Tag)
          This method does nothing, but is called by subclasses for completeness
abstract  void AbstractMP3Tag.overwrite(AbstractMP3Tag abstractMP3Tag)
          This method does nothing, but is called by subclasses for completeness
abstract  void AbstractMP3Tag.write(AbstractMP3Tag abstractMP3Tag)
          This method does nothing, but is called by subclasses for completeness
 

Constructors in org.farng.mp3 with parameters of type AbstractMP3Tag
AbstractMP3Tag(AbstractMP3Tag copyObject)
          Creates a new AbstractMP3Tag object.
 

Uses of AbstractMP3Tag in org.farng.mp3.filename
 

Subclasses of AbstractMP3Tag in org.farng.mp3.filename
 class FilenameTag
          This class represents the filename.
 

Methods in org.farng.mp3.filename with parameters of type AbstractMP3Tag
 void FilenameToken.matchAgainstTag(AbstractMP3Tag matchTag)
          Match all elements of this composite against the given tag.
 void FilenameTag.append(AbstractMP3Tag abstractMP3Tag)
           
 void FilenameTag.overwrite(AbstractMP3Tag abstractMP3Tag)
           
 void FilenameTag.write(AbstractMP3Tag abstractMP3Tag)
           
 void FilenameParenthesis.matchAgainstTag(AbstractMP3Tag matchTag)
          Match all elements of this composite against the given tag.
 void FilenameDelimiter.matchAgainstTag(AbstractMP3Tag matchTag)
          Match all elements of this composite against the given tag.
abstract  void AbstractFilenameComposite.matchAgainstTag(AbstractMP3Tag matchTag)
          Match all elements of this composite against the given tag.
 

Uses of AbstractMP3Tag in org.farng.mp3.id3
 

Subclasses of AbstractMP3Tag in org.farng.mp3.id3
 class AbstractID3
          Superclass for all ID3 tags
 class AbstractID3v1
          Superclass for all ID3v1 tags.
 class AbstractID3v2
          Superclass for all ID3v2 tags
 class ID3v1
          
What is ID3 (v1)?
 class ID3v1_1
          
What is ID3v1.1?
 class ID3v2_2
          

The two biggest design goals were to be able to implement ID3v2 without disturbing old software too much and that ID3v2 should be expandable.

 class ID3v2_3
          

The two biggest design goals were to be able to implement ID3v2 without disturbing old software too much and that ID3v2 should be as flexible and expandable as possible.

 class ID3v2_4
             ID3v2 is a general tagging format for audio, which makes it possible
   to store meta data about the audio inside the audio file itself.
 

Methods in org.farng.mp3.id3 with parameters of type AbstractMP3Tag
 void ID3v2_4.append(AbstractMP3Tag tag)
           
 void ID3v2_4.overwrite(AbstractMP3Tag tag)
           
 void ID3v2_4.write(AbstractMP3Tag tag)
           
 void ID3v2_3.append(AbstractMP3Tag tag)
           
 void ID3v2_3.overwrite(AbstractMP3Tag tag)
           
 void ID3v2_3.write(AbstractMP3Tag tag)
           
 void ID3v2_2.append(AbstractMP3Tag tag)
           
 void ID3v2_2.overwrite(AbstractMP3Tag tag)
           
 void ID3v2_2.write(AbstractMP3Tag tag)
           
 void ID3v1_1.append(AbstractMP3Tag tag)
           
 void ID3v1_1.overwrite(AbstractMP3Tag tag)
           
 void ID3v1_1.write(AbstractMP3Tag tag)
           
 void ID3v1.append(AbstractMP3Tag tag)
           
 void ID3v1.overwrite(AbstractMP3Tag tag)
           
 void ID3v1.write(AbstractMP3Tag tag)
           
 void AbstractID3v2.append(AbstractMP3Tag abstractMP3Tag)
           
 void AbstractID3v2.overwrite(AbstractMP3Tag abstractMP3Tag)
           
 void AbstractID3v2.write(AbstractMP3Tag abstractMP3Tag)
           
 

Constructors in org.farng.mp3.id3 with parameters of type AbstractMP3Tag
ID3v2_4(AbstractMP3Tag mp3tag)
          Creates a new ID3v2_4 object.
ID3v2_3(AbstractMP3Tag mp3tag)
          Creates a new ID3v2_3 object.
ID3v2_2(AbstractMP3Tag mp3tag)
          Creates a new ID3v2_2 object.
ID3v1_1(AbstractMP3Tag mp3tag)
          Creates a new ID3v1_1 object.
ID3v1(AbstractMP3Tag mp3tag)
          Creates a new ID3v1 object.
 

Uses of AbstractMP3Tag in org.farng.mp3.lyrics3
 

Subclasses of AbstractMP3Tag in org.farng.mp3.lyrics3
 class AbstractLyrics3
          Super class for both Lyrics3v2 and Lyrics3v2 tags
 class Lyrics3v1
          
 
 Lyrics3 made easy 
What is Lyrics3?
 class Lyrics3v2
          
What is Lyrics3 v2.00?
 

Methods in org.farng.mp3.lyrics3 with parameters of type AbstractMP3Tag
 void Lyrics3v2.append(AbstractMP3Tag tag)
           
 void Lyrics3v2.overwrite(AbstractMP3Tag tag)
           
 void Lyrics3v2.write(AbstractMP3Tag tag)
           
 void Lyrics3v1.append(AbstractMP3Tag tag)
           
 void Lyrics3v1.overwrite(AbstractMP3Tag tag)
           
 void Lyrics3v1.write(AbstractMP3Tag tag)
           
 

Constructors in org.farng.mp3.lyrics3 with parameters of type AbstractMP3Tag
Lyrics3v2(AbstractMP3Tag mp3tag)
          Creates a new Lyrics3v2 object.
Lyrics3v1(AbstractMP3Tag mp3Tag)
          Creates a new Lyrics3v1 object.
 



Copyright (c) 2004 Eric Farng