Package | Description |
---|---|
com.nostra13.universalimageloader.core | |
com.nostra13.universalimageloader.core.assist | |
com.nostra13.universalimageloader.core.decode |
Modifier and Type | Method and Description |
---|---|
ImageScaleType |
DisplayImageOptions.getImageScaleType() |
Modifier and Type | Method and Description |
---|---|
DisplayImageOptions.Builder |
DisplayImageOptions.Builder.imageScaleType(ImageScaleType imageScaleType)
Sets scale type for decoding image.
|
Modifier and Type | Method and Description |
---|---|
static ImageScaleType |
ImageScaleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageScaleType[] |
ImageScaleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageScaleType |
ImageDecodingInfo.getImageScaleType() |
Copyright © 2011-2015. All Rights Reserved.