|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.core.DefaultConfigurationFactory
public class DefaultConfigurationFactory
Factory for providing of default options for configuration
Constructor Summary | |
---|---|
DefaultConfigurationFactory()
|
Method Summary | |
---|---|
static BitmapDisplayer |
createBitmapDisplayer()
Create default implementation of BitmapDisplayer |
static DiscCacheAware |
createDiscCache(android.content.Context context,
FileNameGenerator discCacheFileNameGenerator,
int discCacheSize,
int discCacheFileCount)
Create default implementation of DisckCacheAware depends on incoming parameters |
static FileNameGenerator |
createFileNameGenerator()
Create default implementation of FileNameGenerator |
static ImageDownloader |
createImageDownloader()
Create default implementation of ImageDownloader |
static MemoryCacheAware<java.lang.String,android.graphics.Bitmap> |
createMemoryCache(int memoryCacheSize,
boolean denyCacheImageMultipleSizesInMemory)
Create default implementation of MemoryCacheAware depends on incoming parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultConfigurationFactory()
Method Detail |
---|
public static FileNameGenerator createFileNameGenerator()
public static DiscCacheAware createDiscCache(android.content.Context context, FileNameGenerator discCacheFileNameGenerator, int discCacheSize, int discCacheFileCount)
DisckCacheAware
depends on incoming parameters
public static MemoryCacheAware<java.lang.String,android.graphics.Bitmap> createMemoryCache(int memoryCacheSize, boolean denyCacheImageMultipleSizesInMemory)
MemoryCacheAware
depends on incoming parameters
public static ImageDownloader createImageDownloader()
ImageDownloader
public static BitmapDisplayer createBitmapDisplayer()
BitmapDisplayer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |