net.sourceforge.atunes.kernel.modules.audioscrobbler
Class AudioScrobblerService

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerService

public class AudioScrobblerService
extends java.lang.Object

The Class AudioScrobblerService.


Constructor Summary
AudioScrobblerService(Proxy proxy)
          Instantiates a new audio scrobbler service.
 
Method Summary
 AudioScrobblerAlbum getAlbum(java.lang.String artist, java.lang.String album)
          Gets the album.
 AudioScrobblerAlbumList getAlbumList(java.lang.String artist)
          Gets the album list.
 java.lang.String getArtistTopTag(java.lang.String artist)
          Gets the artist top tag.
 java.awt.Image getImage(AudioScrobblerAlbum album)
          Gets the image.
 java.awt.Image getImage(AudioScrobblerArtist artist)
          Gets the image.
 java.awt.Image getImage(AudioScrobblerSimilarArtists similar)
          Gets the image.
 AudioScrobblerSimilarArtists getSimilarArtists(java.lang.String artist)
          Gets the similar artists.
 java.lang.String getWikiText(java.lang.String artist)
          Gets the wiki text.
 java.lang.String getWikiURL(java.lang.String artist)
          Gets the wiki url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioScrobblerService

public AudioScrobblerService(Proxy proxy)
Instantiates a new audio scrobbler service.

Parameters:
proxy - the proxy
Method Detail

getAlbum

public AudioScrobblerAlbum getAlbum(java.lang.String artist,
                                    java.lang.String album)
Gets the album.

Parameters:
artist - the artist
album - the album
Returns:
the album

getAlbumList

public AudioScrobblerAlbumList getAlbumList(java.lang.String artist)
Gets the album list.

Parameters:
artist - the artist
Returns:
the album list

getArtistTopTag

public java.lang.String getArtistTopTag(java.lang.String artist)
Gets the artist top tag.

Parameters:
artist - the artist
Returns:
the artist top tag

getImage

public java.awt.Image getImage(AudioScrobblerAlbum album)
Gets the image.

Parameters:
album - the album
Returns:
the image

getImage

public java.awt.Image getImage(AudioScrobblerArtist artist)
Gets the image.

Parameters:
artist - the artist
Returns:
the image

getImage

public java.awt.Image getImage(AudioScrobblerSimilarArtists similar)
Gets the image.

Parameters:
similar - the similar
Returns:
the image

getSimilarArtists

public AudioScrobblerSimilarArtists getSimilarArtists(java.lang.String artist)
Gets the similar artists.

Parameters:
artist - the artist
Returns:
the similar artists

getWikiText

public java.lang.String getWikiText(java.lang.String artist)
Gets the wiki text.

Parameters:
artist - the artist
Returns:
the wiki text

getWikiURL

public java.lang.String getWikiURL(java.lang.String artist)
Gets the wiki url.

Parameters:
artist - the artist
Returns:
the wiki url


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