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

Packages that use AbstractTagFrame
org.jaudiotagger.tag.id3   
org.jaudiotagger.tag.lyrics3   
 

Uses of AbstractTagFrame in org.jaudiotagger.tag.id3
 

Subclasses of AbstractTagFrame in org.jaudiotagger.tag.id3
 class AbstractID3v2Frame
          This abstract class is each frame header inside a ID3v2 tag.
 class ID3v22Frame
          Represents an ID3v2.2 frame.
 class ID3v23Frame
          Represents an ID3v2.3 frame.
 class ID3v24Frame
          Represents an ID3v2.4 frame.
 

Fields in org.jaudiotagger.tag.id3 declared as AbstractTagFrame
private  AbstractTagFrame AbstractTagFrameBody.header
          Reference to the header associated with this frame body, a framebody can be created without a header but one it is associated with a header this should be set.
 

Methods in org.jaudiotagger.tag.id3 that return AbstractTagFrame
 AbstractTagFrame AbstractTagFrameBody.getHeader()
          Get Reference to header
 

Methods in org.jaudiotagger.tag.id3 with parameters of type AbstractTagFrame
static byte ID3TextEncodingConversion.getTextEncoding(AbstractTagFrame header, byte textEncoding)
          Check the text encoding is valid for this header type and is appropriate for user text encoding options.
static byte ID3TextEncodingConversion.getUnicodeTextEncoding(AbstractTagFrame header)
          Sets the text encoding to best Unicode type for the version
 void AbstractTagFrameBody.setHeader(AbstractTagFrame header)
          Set header
 

Constructors in org.jaudiotagger.tag.id3 with parameters of type AbstractTagFrame
AbstractTagFrame(AbstractTagFrame copyObject)
          This constructs the bodies copy constructor this in turn invokes * bodies objectlist.
 

Uses of AbstractTagFrame in org.jaudiotagger.tag.lyrics3
 

Subclasses of AbstractTagFrame in org.jaudiotagger.tag.lyrics3
 class Lyrics3v2Field