Package | Description |
---|---|
com.nostra13.universalimageloader.core |
Modifier and Type | Method and Description |
---|---|
BitmapProcessor |
DisplayImageOptions.getPostProcessor() |
BitmapProcessor |
DisplayImageOptions.getPreProcessor() |
Modifier and Type | Method and Description |
---|---|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.discCacheExtraOptions(int maxImageWidthForDiskCache,
int maxImageHeightForDiskCache,
BitmapProcessor processorForDiskCache)
|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.diskCacheExtraOptions(int maxImageWidthForDiskCache,
int maxImageHeightForDiskCache,
BitmapProcessor processorForDiskCache)
Sets options for resizing/compressing of downloaded images before saving to disk cache.
NOTE: Use this option only when you have appropriate needs. |
DisplayImageOptions.Builder |
DisplayImageOptions.Builder.postProcessor(BitmapProcessor postProcessor)
Sets bitmap processor which will be process bitmaps before they will be displayed in
image aware view but
after they'll have been saved in memory cache. |
DisplayImageOptions.Builder |
DisplayImageOptions.Builder.preProcessor(BitmapProcessor preProcessor)
Sets bitmap processor which will be process bitmaps before they will be cached in memory.
|
Copyright © 2011-2015. All Rights Reserved.