ImageLoaderFactorypublic class ImageLoaderFactoryEPS extends AbstractImageLoaderFactory
| Constructor | Description |
|---|---|
ImageLoaderFactoryEPS() |
| Modifier and Type | Method | Description |
|---|---|---|
ImageFlavor[] |
getSupportedFlavors(String mime) |
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
|
String[] |
getSupportedMIMETypes() |
Returns an array of MIME types supported by this implementation.
|
boolean |
isAvailable() |
Indicates whether the underlying libraries needed by the implementation are available.
|
ImageLoader |
newImageLoader(ImageFlavor targetFlavor) |
Creates and returns a new ImageLoader instance.
|
getUsagePenalty, isSupportedpublic String[] getSupportedMIMETypes()
public ImageFlavor[] getSupportedFlavors(String mime)
mime - the MIME typepublic ImageLoader newImageLoader(ImageFlavor targetFlavor)
targetFlavor - the target image flavor to producepublic boolean isAvailable()
Copyright © 2018 Apache Software Foundation. All rights reserved.