Public 成员函数 | |
| AbImageDownloadItem () | |
| AbImageDownloadItem (AbImageDownloadListener listener) | |
| String | getImageUrl () |
| void | setImageUrl (String imageUrl) |
| int | getWidth () |
| void | setWidth (int width) |
| int | getHeight () |
| void | setHeight (int height) |
| int | getType () |
| void | setType (int type) |
| Bitmap | getBitmap () |
| void | setBitmap (Bitmap bitmap) |
| AbImageDownloadListener | getListener () |
| void | setListener (AbImageDownloadListener listener) |
Public 属性 | |
| String | imageUrl |
| int | width |
| int | height |
| int | type |
| Bitmap | bitmap |
Private 属性 | |
| AbImageDownloadListener | listener |
© 2012 amsoft.cn 名称:AbImageDownloadItem.java 描述:图片下载单位.
|
inline |
构造.
|
inline |
用监听器构造.
| listener | the listener |
|
inline |
获取下载后结果的Bitmap.
|
inline |
获取图片高度.
|
inline |
获取图片请求URL.
|
inline |
获取监听器.
|
inline |
获取处理类型.
|
inline |
获取图片宽度.
|
inline |
设置结果Bitmap置.
| bitmap | the new bitmap |
|
inline |
设置图片高度.
| height | the new height |
|
inline |
设置图片请求的URL.
| imageUrl | the new image url |
|
inline |
设置监听器.
| listener | the new listener |
|
inline |
设置图片处理类型.
| type | the new type |
|
inline |
设置图片宽度.
| width | the new width |
| Bitmap com.ab.bitmap.AbImageDownloadItem.bitmap |
下载完成的到的Bitmap对象.
| int com.ab.bitmap.AbImageDownloadItem.height |
显示的图片的高.
| String com.ab.bitmap.AbImageDownloadItem.imageUrl |
需要下载的图片的互联网地址.
|
private |
下载完成的回调接口.
| int com.ab.bitmap.AbImageDownloadItem.type |
图片的处理类型(剪切或者缩放到指定大小,参考AbConstant类).
| int com.ab.bitmap.AbImageDownloadItem.width |
显示的图片的宽.
1.8.8