Uses of Interface
com.tagtraum.audiokern.AudioArtwork
-
Packages that use AudioArtwork Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.beatunes.onlinedb Classes for accessing the online database.com.tagtraum.beatunes.songinfo Song info/edit pane.com.tagtraum.tunes Platform independent Java API for iTunes.com.tagtraum.ubermusic.acousticbrainz Web service implementing theUberMusicinterface to download high level data from the AcousticBrainz.com.tagtraum.ubermusic.amazon Offers access to Amazon and basic caching infrastructure.com.tagtraum.ubermusic.beatport com.tagtraum.ubermusic.coverartarchive Web service implementing theUberMusicinterface to download artwork from the Cover Art Archive.com.tagtraum.ubermusic.discogs com.tagtraum.ubermusic.lastfm Last.FM webservice.com.tagtraum.ubermusic.wikidata -
-
Uses of AudioArtwork in com.tagtraum.audiokern
Classes in com.tagtraum.audiokern that implement AudioArtwork Modifier and Type Class Description classStandardAudioArtworkStandardAudioArtwork.Methods in com.tagtraum.audiokern that return AudioArtwork Modifier and Type Method Description static AudioArtworkStandardAudioArtwork. create(URL imageURL, AudioArtwork.Kind kind)Creates anAudioArtwork.static AudioArtworkStandardAudioArtwork. createLazily(URL imageURL, AudioArtwork.Kind kind)Creates anAudioArtworkobject without actually loading the image.AudioArtwork[]AudioMetaData. getArtworks()AudioArtwork[]AudioSong. getArtworks()Artwork belonging to this song.AudioArtwork[]URLAudioSong. getArtworks()Methods in com.tagtraum.audiokern with parameters of type AudioArtwork Modifier and Type Method Description voidAudioMetaData. addArtwork(AudioArtwork audioArtwork)voidAudioSong. addArtwork(AudioArtwork audioArtwork)Adds an artwork/image to the audio song.voidReadOnlyAudioSong. addArtwork(AudioArtwork audioArtwork)voidURLAudioSong. addArtwork(AudioArtwork audioArtwork)protected static org.jaudiotagger.tag.images.ArtworkAudioMetaData. createArtwork(AudioArtwork audioArtwork)voidAudioMetaData. setArtworks(AudioArtwork... audioArtworks)voidAudioSong. setArtworks(AudioArtwork... artworks)Set artworks belonging to this track.voidReadOnlyAudioSong. setArtworks(AudioArtwork... artworks)voidURLAudioSong. setArtworks(AudioArtwork... artworks)Constructors in com.tagtraum.audiokern with parameters of type AudioArtwork Constructor Description StandardAudioArtwork(AudioArtwork audioArtwork, AudioArtwork.Kind kind)Creates a copy of the given artwork while allowing to change the kind. -
Uses of AudioArtwork in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return AudioArtwork Modifier and Type Method Description AudioArtwork[]Song. getArtworks()Methods in com.tagtraum.beatunes.library with parameters of type AudioArtwork Modifier and Type Method Description voidSong. addArtwork(AudioArtwork audioArtwork)voidSong. setArtworks(AudioArtwork... artworks) -
Uses of AudioArtwork in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem that return AudioArtwork Modifier and Type Method Description AudioArtwork[]FileSystemAudioSong. getArtworks()Methods in com.tagtraum.beatunes.library.filesystem with parameters of type AudioArtwork Modifier and Type Method Description voidFileSystemAudioSong. addArtwork(AudioArtwork audioArtwork)voidFileSystemAudioSong. setArtworks(AudioArtwork... audioArtworks) -
Uses of AudioArtwork in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes that return AudioArtwork Modifier and Type Method Description AudioArtwork[]ITunesAudioSong. getArtworks()Methods in com.tagtraum.beatunes.library.itunes with parameters of type AudioArtwork Modifier and Type Method Description voidITunesAudioSong. addArtwork(AudioArtwork audioArtwork)voidITunesAudioSong. setArtworks(AudioArtwork... audioArtworks) -
Uses of AudioArtwork in com.tagtraum.beatunes.onlinedb
Methods in com.tagtraum.beatunes.onlinedb that return AudioArtwork Modifier and Type Method Description AudioArtwork[]ReferenceSong. getArtworks() -
Uses of AudioArtwork in com.tagtraum.beatunes.songinfo
Fields in com.tagtraum.beatunes.songinfo declared as AudioArtwork Modifier and Type Field Description static AudioArtworkCoverPanel. NO_ARTWORKMethods in com.tagtraum.beatunes.songinfo that return AudioArtwork Modifier and Type Method Description AudioArtworkCoverImages. getBackCoverArtwork(AudioSong song, ImageObserver imageObserver)AudioArtworkSongIcon. getBackCoverArtwork(AudioSong song, ImageObserver imageObserver)AudioArtworkCoverImages. getFrontCoverArtwork(AudioSong song, ImageObserver imageObserver)AudioArtworkSongIcon. getFrontCoverArtwork(AudioSong song, ImageObserver imageObserver)AudioArtworkCoverPanel. getNewBackCoverArtwork()AudioArtworkCoverPanel. getNewFrontCoverArtwork()AudioArtworkCoverImages. getPlaceHolder()AudioArtworkSongIcon. getPlaceHolder()Methods in com.tagtraum.beatunes.songinfo with parameters of type AudioArtwork Modifier and Type Method Description voidMultipleItemsInfoDialog. addArtworkAction(AudioArtwork artwork, AudioSong song)voidReferenceCheck.Callback. addArtworkAction(AudioArtwork artwork, AudioSong song)voidSingleItemInfoDialog. addArtworkAction(AudioArtwork artwork, AudioSong song)voidCoverPanel. setArtwork(AudioArtwork artwork)static Property.PropertyUndoableEdit<AudioArtwork[]>SingleItemInfoDialog. setArtworkUndoable(AudioSong song, AudioArtwork... artworks)Sets artwork regardless of whether the its front or back.static Property.PropertyUndoableEdit<AudioArtwork[]>SingleItemInfoDialog. setFrontBackArtworkUndoable(AudioSong song, AudioArtwork front, AudioArtwork back)Sets the front and back artwork. -
Uses of AudioArtwork in com.tagtraum.tunes
Subinterfaces of AudioArtwork in com.tagtraum.tunes Modifier and Type Interface Description interfaceArtworkTrack artwork. -
Uses of AudioArtwork in com.tagtraum.ubermusic.acousticbrainz
Methods in com.tagtraum.ubermusic.acousticbrainz that return AudioArtwork Modifier and Type Method Description AudioArtwork[]AcousticBrainzSong. getArtworks() -
Uses of AudioArtwork in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return AudioArtwork Modifier and Type Method Description AudioArtwork[]AmazonTrack. getArtworks() -
Uses of AudioArtwork in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return AudioArtwork Modifier and Type Method Description AudioArtwork[]BeatportTrack. getArtworks() -
Uses of AudioArtwork in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return AudioArtwork Modifier and Type Method Description AudioArtworkCoverart. getArtwork()AudioArtwork[]CoverartSong. getArtworks()AudioArtworkCoverart. getThumbnailLarge()AudioArtworkCoverart. getThumbnailSmall() -
Uses of AudioArtwork in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return AudioArtwork Modifier and Type Method Description AudioArtwork[]DiscogsRelease. getArtworks()AudioArtwork[]DiscogsTrack. getArtworks() -
Uses of AudioArtwork in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return AudioArtwork Modifier and Type Method Description AudioArtwork[]LastFMArtist. getArtworks()AudioArtwork[]LastFMTrack. getArtworks() -
Uses of AudioArtwork in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return AudioArtwork Modifier and Type Method Description AudioArtwork[]WikidataSong. getArtworks()
-