KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > imageio > spi > ImageWriterSpi

javax.imageio.spi
Class ImageWriterSpi

java.lang.Object
  extended by javax.imageio.spi.IIOServiceProvider
      extended by javax.imageio.spi.ImageReaderWriterSpi
          extended by javax.imageio.spi.ImageWriterSpi
All Implemented Interfaces:
RegisterableService
See Also:
Source Code, IIORegistry, ImageTypeSpecifier, ImageWriter

public boolean canEncodeImage(RenderedImage im)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean canEncodeImage(ImageTypeSpecifier type)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageWriter createWriterInstance()
                                 throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract ImageWriter createWriterInstance(Object extension)
                                          throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] getImageReaderSpiNames()
See Also:
ImageReaderSpi.getImageWriterSpiNames(), ImageIO.getImageReader(ImageWriter)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Class[] getOutputTypes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ImageWriterSpi()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageWriterSpi(String vendorName,
                      String version,
                      String[] names,
                      String[] suffixes,
                      String[] MIMETypes,
                      String writerClassName,
                      Class[] outputTypes,
                      String[] readerSpiNames,
                      boolean supportsStandardStreamMetadataFormat,
                      String nativeStreamMetadataFormatName,
                      String nativeStreamMetadataFormatClassName,
                      String[] extraStreamMetadataFormatNames,
                      String[] extraStreamMetadataFormatClassNames,
                      boolean supportsStandardImageMetadataFormat,
                      String nativeImageMetadataFormatName,
                      String nativeImageMetadataFormatClassName,
                      String[] extraImageMetadataFormatNames,
                      String[] extraImageMetadataFormatClassNames)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isFormatLossless()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isOwnWriter(ImageWriter writer)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Class[] outputTypes
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] readerSpiNames
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Class[] STANDARD_OUTPUT_TYPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags