Class PICTImageReaderSpi

  • All Implemented Interfaces:
    javax.imageio.spi.RegisterableService

    public final class PICTImageReaderSpi
    extends com.twelvemonkeys.imageio.spi.ImageReaderSpiBase
    PICTImageReaderSpi
    Version:
    $Id: PICTImageReaderSpi.java,v 1.0 28.feb.2006 19:21:05 haraldk Exp$
    Author:
    Harald Kuhr
    • Field Summary

      • Fields inherited from class javax.imageio.spi.ImageReaderSpi

        inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
      • Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi

        extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
      • Fields inherited from class javax.imageio.spi.IIOServiceProvider

        vendorName, version
    • Constructor Summary

      Constructors 
      Constructor Description
      PICTImageReaderSpi()
      Creates a PICTImageReaderSpi.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDecodeInput​(java.lang.Object pSource)  
      javax.imageio.ImageReader createReaderInstance​(java.lang.Object pExtension)  
      java.lang.String getDescription​(java.util.Locale pLocale)  
      • Methods inherited from class javax.imageio.spi.ImageReaderSpi

        createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
      • Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi

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

        getVendorName, getVersion, onDeregistration, onRegistration
      • Methods inherited from class java.lang.Object

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

      • PICTImageReaderSpi

        public PICTImageReaderSpi()
        Creates a PICTImageReaderSpi.
    • Method Detail

      • canDecodeInput

        public boolean canDecodeInput​(java.lang.Object pSource)
                               throws java.io.IOException
        Specified by:
        canDecodeInput in class javax.imageio.spi.ImageReaderSpi
        Throws:
        java.io.IOException
      • createReaderInstance

        public javax.imageio.ImageReader createReaderInstance​(java.lang.Object pExtension)
        Specified by:
        createReaderInstance in class javax.imageio.spi.ImageReaderSpi
      • getDescription

        public java.lang.String getDescription​(java.util.Locale pLocale)
        Specified by:
        getDescription in class javax.imageio.spi.IIOServiceProvider