net.sourceforge.atunes.kernel.modules.amazon
Class AmazonService

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.amazon.AmazonService

public class AmazonService
extends java.lang.Object

The Class AmazonService.


Constructor Summary
AmazonService(Proxy proxy)
          Instantiates a new amazon service.
 
Method Summary
static AmazonAlbum getAlbum(java.lang.String artist, java.lang.String album)
          Gets the album.
static java.awt.Image getAmazonImage(java.lang.String url)
          Gets the amazon image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonService

public AmazonService(Proxy proxy)
Instantiates a new amazon service.

Parameters:
proxy - the proxy
Method Detail

getAlbum

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

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

getAmazonImage

public static java.awt.Image getAmazonImage(java.lang.String url)
Gets the amazon image.

Parameters:
url - the url
Returns:
the amazon image


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