Uses of Class
de.umass.lastfm.ImageSize

Packages that use ImageSize
de.umass.lastfm   
 

Uses of ImageSize in de.umass.lastfm
 

Fields in de.umass.lastfm with type parameters of type ImageSize
protected  Map<ImageSize,String> ImageHolder.imageUrls
           
 

Methods in de.umass.lastfm that return ImageSize
static ImageSize ImageSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageSize[] ImageSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.umass.lastfm that return types with arguments of type ImageSize
 Set<ImageSize> ImageHolder.availableSizes()
          Returns a Set of all ImageSizes available.
 

Methods in de.umass.lastfm with parameters of type ImageSize
 String ImageHolder.getImageURL(ImageSize size)
          Returns the URL of the image in the specified size, or null if not available.
 



Copyright © 2012. All Rights Reserved.