Modifier and Type | Method and Description |
---|---|
void |
ImageLoader.cancelDisplayTask(ImageAware imageAware)
Cancel the task of loading and displaying image for passed
ImageAware . |
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware)
Adds display image task to execution pool.
|
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options)
Adds display image task to execution pool.
|
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options,
ImageLoadingListener listener)
Adds display image task to execution pool.
|
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options,
ImageLoadingListener listener,
ImageLoadingProgressListener progressListener)
Adds display image task to execution pool.
|
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
ImageLoadingListener listener)
Adds display image task to execution pool.
|
String |
ImageLoader.getLoadingUriForView(ImageAware imageAware)
Returns URI of image which is loading at this moment into passed
ImageAware |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom) |
void |
RoundedVignetteBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom) |
void |
RoundedBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom) |
void |
FadeInBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom) |
void |
BitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
Displays bitmap in
ImageAware . |
Modifier and Type | Class and Description |
---|---|
class |
ImageViewAware
Wrapper for Android
ImageView . |
class |
NonViewAware
ImageAware which provides needed info for processing of original image but do nothing for displaying image.
|
class |
ViewAware
Wrapper for Android
View . |
Modifier and Type | Method and Description |
---|---|
static ImageSize |
ImageSizeUtils.defineTargetSizeForView(ImageAware imageAware,
ImageSize maxImageSize)
Defines target size for image aware view.
|
Copyright © 2011-2015. All Rights Reserved.