|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.core.DisplayImageOptions
public final class DisplayImageOptions
Contains options for image display. Defines:
ImageView
during image loadingImageView
if empty URI is passedImageView
if image loading failsImageView
should be reset before image loading startImageDownloader
Bitmap
will be displayedDisplayImageOptions.Builder
:new DisplayImageOptions
.Builder()
.cacheInMemory()
.
showStubImage()
.build()
createSimple()
Nested Class Summary | |
---|---|
static class |
DisplayImageOptions.Builder
Builder for DisplayImageOptions |
Method Summary | |
---|---|
static DisplayImageOptions |
createSimple()
Creates options appropriate for single displaying: View will not be reset before loading Loaded image will not be cached in memory Loaded image will not be cached on disc ImageScaleType.IN_SAMPLE_POWER_OF_2 decoding type will be used
Bitmap.Config#ARGB_8888 bitmap config will be used for image decoding
SimpleBitmapDisplayer will be used for image displaying
These option are appropriate for simple single-use image (from drawables or from Internet) displaying. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DisplayImageOptions createSimple()
ImageScaleType.IN_SAMPLE_POWER_OF_2
decoding type will be usedBitmap.Config#ARGB_8888
bitmap config will be used for image decodingSimpleBitmapDisplayer
will be used for image displaying
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |