Package | Description |
---|---|
com.nostra13.universalimageloader.core | |
com.nostra13.universalimageloader.core.display |
Modifier and Type | Method and Description |
---|---|
static BitmapDisplayer |
DefaultConfigurationFactory.createBitmapDisplayer()
Creates default implementation of
BitmapDisplayer - SimpleBitmapDisplayer |
BitmapDisplayer |
DisplayImageOptions.getDisplayer() |
Modifier and Type | Method and Description |
---|---|
DisplayImageOptions.Builder |
DisplayImageOptions.Builder.displayer(BitmapDisplayer displayer)
Sets custom
displayer for image loading task. |
Modifier and Type | Class and Description |
---|---|
class |
FadeInBitmapDisplayer
Displays image with "fade in" animation
|
class |
RoundedBitmapDisplayer
Can display bitmap with rounded corners.
|
class |
RoundedVignetteBitmapDisplayer
Can display bitmap with rounded corners and vignette effect.
|
class |
SimpleBitmapDisplayer
Just displays
Bitmap in ImageAware |
Copyright © 2011-2015. All Rights Reserved.