Class GrassBinaryImageWriterSpi

    • Field Summary

      • Fields inherited from class ImageWriterSpi

        readerSpiNames, STANDARD_OUTPUT_TYPE
      • Fields inherited from class ImageReaderWriterSpi

        names, pluginClassName
    • Constructor Summary

      Constructors 
      Constructor Description
      GrassBinaryImageWriterSpi()
      default constructor for the service provider interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canEncodeImage​(ImageTypeSpecifier its)  
      ImageWriter createWriterInstance​(Object extension)  
      String getDescription​(Locale locale)  
      • Methods inherited from class ImageWriterSpi

        canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriter
      • Methods inherited from class ImageReaderWriterSpi

        getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
      • Methods inherited from class IIOServiceProvider

        getVendorName, getVersion, onDeregistration, onRegistration
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrassBinaryImageWriterSpi

        public GrassBinaryImageWriterSpi()
        default constructor for the service provider interface.
    • Method Detail

      • canEncodeImage

        public boolean canEncodeImage​(ImageTypeSpecifier its)
        Specified by:
        canEncodeImage in class ImageWriterSpi
      • createWriterInstance

        public ImageWriter createWriterInstance​(Object extension)
                                         throws IOException
        Specified by:
        createWriterInstance in class ImageWriterSpi
        Throws:
        IOException
      • getDescription

        public String getDescription​(Locale locale)
        Specified by:
        getDescription in class IIOServiceProvider