package

com.neomades.content.image

Provides Image loader and ImageUrlLabel

Interfaces

ImageCache Simple cache adapter interface. 
ImageContainer Container object for all of the data surrounding an image request. 
ImageListener Interface for the response handlers on image requests. 

Classes

FileImageCache LRU Disk Image cache with size limit (by default 8MB)  
ImageLoader Helper that handles loading and caching images from remote URLs. 
ImageQuery Query that requests an image from URL. 
ImageUrlLabel Handles fetching an image from a URL as well as the life-cycle of the associated request. 
MemoryImageCache Least-Recently-Used memory cache for image loader. 
NoImageCache No cache for image loader.