Skip navigation links
Version 0.6.2 Documentation
D E I L N O P R S T U V 

D

destroy() - Method in interface universum.studios.android.imageloader.ImageLoader
Destroys this image loader implementation.
doNotAnimate(boolean) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Specifies a boolean flag determining whether to animate attaching of image bitmap to the associated image view or not.

E

Error(int, String) - Constructor for exception universum.studios.android.imageloader.ImageLoader.Error
Same as #Error(int, String, Throwable) with null throwable.
Error(int, String, Throwable) - Constructor for exception universum.studios.android.imageloader.ImageLoader.Error
Creates a new instance of Error with the specified parameters.
error(int) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Same as error(Drawable) for resource id.
error(Drawable) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Specifies a drawable to be set to the associated image view when image loading process fails due to some error.

I

ImageLoader - Interface in universum.studios.android.imageloader
Unified image loader interface.
ImageLoader.Callback - Interface in universum.studios.android.imageloader
Listener callback that can be used to listen whether the loading process for a specific ImageLoader.Task has been finished successfully or has failed.
ImageLoader.Error - Exception in universum.studios.android.imageloader
Error exception that will be dispatched by ImageLoader if some error occurs during loading process.
ImageLoader.Task<Target,Transformation> - Interface in universum.studios.android.imageloader
Task used to specify set of desired parameters necessary for image loading process.

L

load(ImageLoader.Task, ImageLoader.Callback) - Method in interface universum.studios.android.imageloader.ImageLoader
Performs asynchronous loading of a desired image bitmap using the specified task.
load(ImageLoader.Task) - Method in interface universum.studios.android.imageloader.ImageLoader
Performs synchronous loading of a desired image bitmap using the specified task.

N

NO_RESOURCE_ID - Static variable in interface universum.studios.android.imageloader.ImageLoader.Task
Constant determining that no resource id has been specified.

O

onImageLoadFailed(ImageLoader.Task, ImageLoader.Error) - Method in interface universum.studios.android.imageloader.ImageLoader.Callback
Invoked whenever the image loading process failed due to specified error.
onImageLoadFinished(ImageLoader.Task, Bitmap) - Method in interface universum.studios.android.imageloader.ImageLoader.Callback
Invoked whenever the image loading process is successfully finished for the specified task.
onLowMemory() - Method in interface universum.studios.android.imageloader.ImageLoader
Called due to call to Activity.onLowMemory() or Fragment.onLowMemory() of the activity or fragment that uses this image loader.
onTrimMemory(int) - Method in interface universum.studios.android.imageloader.ImageLoader
Called due to call to Activity.onTrimMemory(int) or Fragment.onTrimMemory(int) of the activity or fragment that uses this image loader.

P

pause() - Method in interface universum.studios.android.imageloader.ImageLoader
Pauses this image loader implementation.
placeholder(int) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Same as placeholder(Drawable) for resource id.
placeholder(Drawable) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Specifies a drawable to be set to the associated image view while image loading process is finished.

R

reason - Variable in exception universum.studios.android.imageloader.ImageLoader.Error
Reason due to which has been this error dispatched.
REASON_DECODING - Static variable in exception universum.studios.android.imageloader.ImageLoader.Error
Reason indicating that an Error has occurred due to a decoding error.
REASON_IO - Static variable in exception universum.studios.android.imageloader.ImageLoader.Error
Reason indicating that an Error has occurred due to an IO error.
REASON_MEMORY - Static variable in exception universum.studios.android.imageloader.ImageLoader.Error
Reason indicating that an Error has occurred due to a decoding error.
REASON_NETWORK - Static variable in exception universum.studios.android.imageloader.ImageLoader.Error
Reason indicating that an Error has occurred due to a network error.
REASON_UNKNOWN - Static variable in exception universum.studios.android.imageloader.ImageLoader.Error
Reason indicating that an Error has occurred due to an unknown reason.
remove(ImageLoader.Task) - Method in interface universum.studios.android.imageloader.ImageLoader
Performs synchronous removing of a desired image bitmap using the specified task.
resume() - Method in interface universum.studios.android.imageloader.ImageLoader
Resumes this image loader implementation.

S

start() - Method in interface universum.studios.android.imageloader.ImageLoader
Starts this image loader implementation.
stop() - Method in interface universum.studios.android.imageloader.ImageLoader
Stops this image loader implementation.

T

target(Target) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Specifies a target that refers to the image bitmap stored whether online on a remote server or offline within this Android device's cache (memory, disk) to be loaded via this task.
target() - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Returns the target referring to the image bitmap to be loaded.
transform(Transformation) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Specifies a transformation to be applied to the loaded bitmap before it is set to the associated image view.

U

universum.studios.android.imageloader - package universum.studios.android.imageloader
Provides interface and base classes that wrap loading functionality of a specific image loader.

V

view(ImageView) - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Specifies an image view to which should be attached image bitmap loaded via this task.
view() - Method in interface universum.studios.android.imageloader.ImageLoader.Task
Returns the image view specified for this task.
D E I L N O P R S T U V 
Skip navigation links
Version 0.6.2 Documentation