Uses of Interface
net.sourceforge.atunes.kernel.modules.contextInformation.SimilarArtistsInfo

Packages that use SimilarArtistsInfo
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data   
 

Uses of SimilarArtistsInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm that return SimilarArtistsInfo
 SimilarArtistsInfo LastFmService.getSimilarArtists(java.lang.String artist)
          Gets the similar artists.
static SimilarArtistsInfo LastFmCache.retrieveArtistSimilar(java.lang.String artist)
          Retrieves an Artist similar from cache.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm with parameters of type SimilarArtistsInfo
 java.awt.Image LastFmService.getImage(SimilarArtistsInfo similar)
          Gets the image.
static java.awt.Image LastFmCache.retrieveArtistImage(SimilarArtistsInfo artist)
          Retrieves an Artist Image from cache.
static void LastFmCache.storeArtistImage(SimilarArtistsInfo artist, java.awt.Image image)
          Store an Artist Image at cache.
static void LastFmCache.storeArtistSimilar(java.lang.String artist, SimilarArtistsInfo similar)
          Store an Artist similar at cache.
 

Uses of SimilarArtistsInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data
 

Classes in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that implement SimilarArtistsInfo
 class LastFmSimilarArtists
          The Class LastFmSimilarArtists.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that return SimilarArtistsInfo
static SimilarArtistsInfo LastFmSimilarArtists.getSimilarArtists(java.util.Collection<Artist> as, Artist a)
          Gets the similar artists.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.