| HasImageRequest | |
| Postprocessor | Use an instance of this class to perform post-process operations on a bitmap. |
| RepeatedPostprocessor | Use an instance of this interface to perform post-process operations that must be performed more than once. |
| RepeatedPostprocessorRunner | An instance of this class is used to run a postprocessor whenever the client requires. |
| BasePostprocessor | Base implementation of Postprocessor interface. |
| BaseRepeatedPostProcessor | |
| ImageRequest | Immutable object encapsulating everything pipeline has to know about requested image to proceed. |
| ImageRequestBuilder | Builder class for ImageRequests. |
| ImageRequest.CacheChoice | An enum describing the cache choice. |
| ImageRequest.RequestLevel | Level down to we are willing to go in order to find an image. |
| ImageRequestBuilder.BuilderException | An exception class for builder methods. |