|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.android.volley.toolbox.ImageLoader.ImageContainer
public class ImageLoader.ImageContainer
Container object for all of the data surrounding an image request.
コンストラクタの概要 | |
---|---|
ImageLoader.ImageContainer(Bitmap bitmap,
java.lang.String requestUrl,
java.lang.String cacheKey,
ImageLoader.ImageListener listener)
Constructs a BitmapContainer object. |
メソッドの概要 | |
---|---|
void |
cancelRequest()
Releases interest in the in-flight request (and cancels it if no one else is listening). |
Bitmap |
getBitmap()
Returns the bitmap associated with the request URL if it has been loaded, null otherwise. |
java.lang.String |
getRequestUrl()
Returns the requested URL for this container. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ImageLoader.ImageContainer(Bitmap bitmap, java.lang.String requestUrl, java.lang.String cacheKey, ImageLoader.ImageListener listener)
bitmap
- The final bitmap (if it exists).requestUrl
- The requested URL for this container.cacheKey
- The cache key that identifies the requested URL for this container.メソッドの詳細 |
---|
public void cancelRequest()
public Bitmap getBitmap()
public java.lang.String getRequestUrl()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |