Uses of Class
com.xtremelabs.imageutils.AbstractImageLoader.Options

Uses of AbstractImageLoader.Options in com.xtremelabs.imageutils
 

Methods in com.xtremelabs.imageutils with parameters of type AbstractImageLoader.Options
 void AbstractImageLoader.loadImage(ImageView imageView, java.lang.String uri, AbstractImageLoader.Options options)
          This call is identical to AbstractImageLoader.loadImage(ImageView, String), only it allows the developer to provide custom options for the request.
 void AbstractImageLoader.loadImage(ImageView imageView, java.lang.String uri, AbstractImageLoader.Options options, ImageLoaderListener listener)
          Loads the image located at the provided URI.
 void AbstractImageLoader.precacheImageToDiskAndMemory(java.lang.String uri, Dimensions bounds, AbstractImageLoader.Options options)
          This method must be called from the UI thread.

Caches the image at the provided URL into both the disk cache and into the memory cache.

This method call is useful for pre-caching smaller images.
 void AbstractImageLoader.setDefaultOptions(AbstractImageLoader.Options options)
          The ImageLoader will default to the options provided here if no other options are provided.
 void ImagePrecacheAssistant.PrecacheRequest.setOptions(AbstractImageLoader.Options options)