Uses of Class
org.blinkenlights.jid3.v2.APICID3V2Frame.PictureType

Packages that use APICID3V2Frame.PictureType
org.blinkenlights.jid3.v2   
 

Uses of APICID3V2Frame.PictureType in org.blinkenlights.jid3.v2
 

Fields in org.blinkenlights.jid3.v2 declared as APICID3V2Frame.PictureType
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Other
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.FileIcon
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.OtherFileIcon
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.FrontCover
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.BackCover
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.LeafletPage
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Media
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.LeadArtist
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Artist
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Conductor
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Band
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Composer
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Lyricist
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Location
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.DuringRecording
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.DuringPerformance
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.FrameCapture
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.BrightColouredFish
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.Illustration
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.ArtistLogo
          Predefined picture type.
static APICID3V2Frame.PictureType APICID3V2Frame.PictureType.PublisherLogo
          Predefined picture type.
 

Methods in org.blinkenlights.jid3.v2 that return APICID3V2Frame.PictureType
 APICID3V2Frame.PictureType APICID3V2Frame.getPictureType()
          Get the classification of the picture in this frame.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type APICID3V2Frame.PictureType
 void APICID3V2Frame.setPictureType(APICID3V2Frame.PictureType oPictureType)
          Set the classification of the picture in this frame.
 boolean APICID3V2Frame.PictureType.equals(APICID3V2Frame.PictureType oPictureType)
          Equality test returns if two objects represent the same picture type.
 

Constructors in org.blinkenlights.jid3.v2 with parameters of type APICID3V2Frame.PictureType
APICID3V2Frame(java.lang.String sMimeType, APICID3V2Frame.PictureType oPictureType, java.lang.String sDescription, byte[] abyPictureData)
          Constructor.