public interface ImageHandlerBase
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Returns the priority for this image handler.
|
java.lang.Class |
getSupportedImageClass()
Returns the
Class subclass supported by this instance. |
org.apache.xmlgraphics.image.loader.ImageFlavor[] |
getSupportedImageFlavors()
Returns the
ImageFlavor s supported by this instance |
int getPriority()
org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedImageFlavors()
ImageFlavor
s supported by this instancejava.lang.Class getSupportedImageClass()
Class
subclass supported by this instance.Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.