Contains utilities and helper classes useful in conjunction with the image package.
Class | Description |
---|---|
ImageInputStreamAdapter |
Decorates an ImageInputStream with an InputStream interface.
|
ImageUtil |
Helper and convenience methods for working with the image package.
|
Penalty |
Immutable class representing a penalty value.
|
SeekableStreamAdapter |
Adapter which provides a SeekableStream interface over an ImageInputStream.
|
SoftMapCache |
Provides a simple cache using soft references and storing the values in a Map.
|
SoftReferenceWithKey |
Special SoftReference subclass that holds an additional key object that can be used to remove
a reference from a Map once the referenced object is collected, for example.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.