public final class BMPImageLoaderFactory extends java.lang.Object implements ImageLoaderFactory
| Modifier and Type | Field and Description |
|---|---|
private static BMPImageLoaderFactory |
theInstance |
| Constructor and Description |
|---|
BMPImageLoaderFactory() |
| 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.
|
static ImageLoaderFactory |
getInstance() |
private static final BMPImageLoaderFactory theInstance
public static ImageLoaderFactory getInstance()
public ImageFormatDescription getFormatDescription()
ImageLoaderFactorygetFormatDescription in interface ImageLoaderFactorypublic ImageLoader createImageLoader(java.io.InputStream input) throws java.io.IOException
ImageLoaderFactorycreateImageLoader in interface ImageLoaderFactoryinput - a stream containing an image in the supported format.java.io.IOException