Uses of Class
net.dontdrinkandroot.lastfm.api.model.ImageSize

Packages that use ImageSize
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.model.entitytypes   
 

Uses of ImageSize in net.dontdrinkandroot.lastfm.api.model
 

Fields in net.dontdrinkandroot.lastfm.api.model with type parameters of type ImageSize
static java.util.Map<ImageSize,java.net.URL> Album.DEFAULT_IMAGES
           
static java.util.Map<ImageSize,java.net.URL> User.DEFAULT_IMAGES
           
static java.util.Map<ImageSize,java.net.URL> Artist.DEFAULT_IMAGES
           
 

Methods in net.dontdrinkandroot.lastfm.api.model that return ImageSize
static ImageSize ImageSize.parseImageSize(java.lang.String sizeString)
           
static ImageSize ImageSize.valueOf(java.lang.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 net.dontdrinkandroot.lastfm.api.model that return types with arguments of type ImageSize
 java.util.Map<ImageSize,java.net.URL> ScrobbleSource.getImages()
           
 java.util.Map<ImageSize,java.net.URL> Album.getImages()
           
 java.util.Map<ImageSize,java.net.URL> User.getImages()
           
 java.util.Map<ImageSize,java.net.URL> Artist.getImages()
           
 java.util.Map<ImageSize,java.net.URL> Event.getImages()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type ImageSize
 void ScrobbleSource.setImages(java.util.Map<ImageSize,java.net.URL> images)
           
 void Album.setImages(java.util.Map<ImageSize,java.net.URL> images)
           
 void User.setImages(java.util.Map<ImageSize,java.net.URL> images)
           
 void Artist.setImages(java.util.Map<ImageSize,java.net.URL> images)
           
 void Event.setImages(java.util.Map<ImageSize,java.net.URL> images)
           
 

Uses of ImageSize in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return types with arguments of type ImageSize
 java.util.Map<ImageSize,java.net.URL> ImageEntity.getImages()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model.entitytypes with type arguments of type ImageSize
 void ImageEntity.setImages(java.util.Map<ImageSize,java.net.URL> images)
           
 



Copyright © 2012. All Rights Reserved.