com.nostra13.universalimageloader.core.display
Class SimpleBitmapDisplayer

java.lang.Object
  extended by com.nostra13.universalimageloader.core.display.SimpleBitmapDisplayer
All Implemented Interfaces:
BitmapDisplayer

public final class SimpleBitmapDisplayer
extends java.lang.Object
implements BitmapDisplayer

Just displays Bitmap in ImageAware

Since:
1.5.6
Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)

Constructor Summary
SimpleBitmapDisplayer()
           
 
Method Summary
 android.graphics.Bitmap display(android.graphics.Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom)
          Display bitmap in ImageAware.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBitmapDisplayer

public SimpleBitmapDisplayer()
Method Detail

display

public android.graphics.Bitmap display(android.graphics.Bitmap bitmap,
                                       ImageAware imageAware,
                                       LoadedFrom loadedFrom)
Description copied from interface: BitmapDisplayer
Display bitmap in ImageAware. Displayed bitmap should be returned.
NOTE: This method is called on UI thread so it's strongly recommended not to do any heavy work in it.

Specified by:
display in interface BitmapDisplayer
Parameters:
bitmap - Source bitmap
imageAware - Image aware view to display Bitmap
loadedFrom - Source of loaded image
Returns:
Bitmap which was displayed in ImageAware


Copyright © 2011-2013. All Rights Reserved.