|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAlbumArtworkCache
The album artwork cache stores information about album cover artwork.
Clients must not implement.
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 |
---|
AlbumArtwork findArtwork(Album album, Artist artist)
album
- the album to retrieve the artwork forartist
- the artist who made the album
AlbumArtwork[] getArtworks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |