public class ImageConfig
extends java.lang.Object
BaseImageLoaderStrategy 应该对应一个 ImageConfig 实现类
Created by JessYan on 8/5/16 15:19 Contact me Follow me ================================================
| Modifier and Type | Field and Description |
|---|---|
protected int |
errorPic |
protected android.widget.ImageView |
imageView |
protected int |
placeholder |
protected java.lang.String |
url |
| Constructor and Description |
|---|
ImageConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorPic() |
android.widget.ImageView |
getImageView() |
int |
getPlaceholder() |
java.lang.String |
getUrl() |