|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
public class ImageLoaderFactoryImageIO
Factory class for the ImageLoader based on ImageIO.
Constructor Summary | |
---|---|
ImageLoaderFactoryImageIO()
|
Method Summary | |
---|---|
ImageFlavor[] |
getSupportedFlavors(java.lang.String mime)
Returns an array of ImageFlavors that are supported by this implementation for a given MIME type. |
java.lang.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. |
Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory |
---|
getUsagePenalty, isSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageLoaderFactoryImageIO()
Method Detail |
---|
public java.lang.String[] getSupportedMIMETypes()
public ImageFlavor[] getSupportedFlavors(java.lang.String mime)
mime
- the MIME type
public ImageLoader newImageLoader(ImageFlavor targetFlavor)
targetFlavor
- the target image flavor to produce
public boolean isAvailable()
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |