- get(String, ImageLoader.ImageListener) - Method in class org.djodjo.comm.jus.ui.ImageLoader
-
Returns an ImageContainer for the requested URL.
- get(String, ImageLoader.ImageListener, int, int) - Method in class org.djodjo.comm.jus.ui.ImageLoader
-
Equivalent to calling #get(String, ImageListener, int, int, ScaleType) with
Scaletype == ScaleType.CENTER_INSIDE.
- get(String, ImageLoader.ImageListener, int, int, ImageView.ScaleType) - Method in class org.djodjo.comm.jus.ui.ImageLoader
-
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
- getBitmap(String) - Method in interface org.djodjo.comm.jus.ui.ImageLoader.ImageCache
-
- getBitmap() - Method in class org.djodjo.comm.jus.ui.ImageLoader.ImageContainer
-
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
- getImageListener(ImageView, int, int) - Static method in class org.djodjo.comm.jus.ui.ImageLoader
-
The default implementation of ImageListener which handles basic functionality
of showing a default image until the network response is received, at which point
it will switch to either the actual image or the error image.
- getRequestUrl() - Method in class org.djodjo.comm.jus.ui.ImageLoader.ImageContainer
-
Returns the requested URL for this container.