|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.core.display.SimpleBitmapDisplayer
public final class SimpleBitmapDisplayer
Just displays Bitmap
in ImageView
Constructor Summary | |
---|---|
SimpleBitmapDisplayer()
|
Method Summary | |
---|---|
android.graphics.Bitmap |
display(android.graphics.Bitmap bitmap,
android.widget.ImageView imageView)
Display bitmap in ImageView . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleBitmapDisplayer()
Method Detail |
---|
public android.graphics.Bitmap display(android.graphics.Bitmap bitmap, android.widget.ImageView imageView)
BitmapDisplayer
ImageView
. Incoming bitmap can be changed any way before displaying. Displayed bitmap
should be returned.
display
in interface BitmapDisplayer
bitmap
- Source bitmapimageView
- Image view
ImageView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |