|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitmapProcessor | |
---|---|
com.nostra13.universalimageloader.core |
Uses of BitmapProcessor in com.nostra13.universalimageloader.core |
---|
Methods in com.nostra13.universalimageloader.core that return BitmapProcessor | |
---|---|
BitmapProcessor |
DisplayImageOptions.getPostProcessor()
|
BitmapProcessor |
DisplayImageOptions.getPreProcessor()
|
Methods in com.nostra13.universalimageloader.core with parameters of type BitmapProcessor | |
---|---|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.discCacheExtraOptions(int maxImageWidthForDiskCache,
int maxImageHeightForDiskCache,
BitmapProcessor processorForDiskCache)
Deprecated. Use ImageLoaderConfiguration.Builder.diskCacheExtraOptions(int, int, com.nostra13.universalimageloader.core.process.BitmapProcessor)
instead |
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.diskCacheExtraOptions(int maxImageWidthForDiskCache,
int maxImageHeightForDiskCache,
BitmapProcessor processorForDiskCache)
Sets options for resizing/compressing of downloaded images before saving to disk cache. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |