com.evolution.player.ui.artwork
Interface IAlbumArtworkCache


public interface IAlbumArtworkCache

The album artwork cache stores information about album cover artwork.

Clients must not implement.

Since:
0.6
See Also:
EvolutionPlayerUI.getAlbumArtworkCache()

Method Summary
 AlbumArtwork findArtwork(Album album, Artist artist)
          Get the cached album artwork for the given album from the given artist, if any.
 AlbumArtwork[] getArtworks()
          Get all cached album artwork.
 

Method Detail

findArtwork

AlbumArtwork findArtwork(Album album,
                         Artist artist)
Get the cached album artwork for the given album from the given artist, if any.

Parameters:
album - the album to retrieve the artwork for
artist - the artist who made the album
Returns:
the artwork if any or null

getArtworks

AlbumArtwork[] getArtworks()
Get all cached album artwork.

Returns:
all available artwork