Interface ImageHandlerBase

    • Method Detail

      • getPriority

        int getPriority()
        Returns the priority for this image handler. A lower value means higher priority. This information is used to build the ordered/prioritized list of supported ImageFlavors. The built-in handlers use priorities between 100 and 999.
        Returns:
        a positive integer (>0) indicating the priority
      • getSupportedImageFlavors

        org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedImageFlavors()
        Returns the ImageFlavors supported by this instance
        Returns:
        the supported image flavors
      • getSupportedImageClass

        java.lang.Class getSupportedImageClass()
        Returns the Class subclass supported by this instance.
        Returns:
        the image Class type