Class JP2KFormatFactory

    • Constructor Detail

      • JP2KFormatFactory

        public JP2KFormatFactory()
    • Method Detail

      • getCachedSpi

        public static ImageReaderSpi getCachedSpi()
      • isAvailable

        public boolean isAvailable()
        Tells me if the coverage plugin to access JP2K is available or not.
        Specified by:
        isAvailable in interface OptionalFactory
        Returns:
        true if the plugin is available, false otherwise.
      • getImplementationHints

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