public interface ImageLoaderFactory
| Modifier and Type | Method and Description |
|---|---|
ImageLoader |
createImageLoader(java.io.InputStream input)
Creates a loader for the specified stream.
|
ImageFormatDescription |
getFormatDescription()
Gets a description of the image format for which this factory can create
loaders.
|
ImageFormatDescription getFormatDescription()
ImageLoader createImageLoader(java.io.InputStream input) throws java.io.IOException
input - a stream containing an image in the supported format. - if there is an error creating the loader.java.io.IOException