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

Packages that use ID3Frames
org.jaudiotagger.tag.id3   
 

Uses of ID3Frames in org.jaudiotagger.tag.id3
 

Subclasses of ID3Frames in org.jaudiotagger.tag.id3
 class ID3v22Frames
          Defines ID3v22 frames and collections that categorise frames within an ID3v22 tag.
 class ID3v23Frames
          Defines ID3v23 frames and collections that categorise frames within an ID3v23 tag.
 class ID3v24Frames
          Defines ID3v24 frames and collections that categorise frames.
 class ID3v2ChapterFrames
          Defines ID3 Chapter frames and collections that categorise frames.
 

Methods in org.jaudiotagger.tag.id3 that return ID3Frames
protected  ID3Frames ID3v24Tag.getID3Frames()
           
protected  ID3Frames ID3v23Tag.getID3Frames()
           
protected  ID3Frames ID3v22Tag.getID3Frames()
           
protected abstract  ID3Frames AbstractID3v2Tag.getID3Frames()