Uses of Class
com.nostra13.universalimageloader.core.download.ImageDownloader.Scheme

Packages that use ImageDownloader.Scheme
com.nostra13.universalimageloader.core.download   
 

Uses of ImageDownloader.Scheme in com.nostra13.universalimageloader.core.download
 

Methods in com.nostra13.universalimageloader.core.download that return ImageDownloader.Scheme
static ImageDownloader.Scheme ImageDownloader.Scheme.ofUri(String uri)
          Defines scheme of incoming URI
static ImageDownloader.Scheme ImageDownloader.Scheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageDownloader.Scheme[] ImageDownloader.Scheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2014. All Rights Reserved.