Class ImagePyramidFormatFactory

    • Constructor Detail

      • ImagePyramidFormatFactory

        public ImagePyramidFormatFactory()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Tells us if this plugin is avaialble or not. Since usually coverage plugins depend on JAI and ImageIO classes this method is suitable for understanding if such a plugin is available or not, preventing users from having problems later on when trying to instantiate it.
        Specified by:
        isAvailable in interface OptionalFactory
        Returns:
        False if this plugin is not available true otherwise.
      • getImplementationHints

        public Map<RenderingHints.Key,​?> getImplementationHints()
        Returns the implementation hints. The default implementation returns en empty map.
        Specified by:
        getImplementationHints in interface Factory
        Returns:
        an empty map.