Package de.pco.imageio
Class B16ImageWriterSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageWriterSpi
de.pco.imageio.B16ImageWriterSpi
- All Implemented Interfaces:
RegisterableService
public class B16ImageWriterSpi extends ImageWriterSpi
Plugin proxy class to describe the B16 format and determine whether
the image can be written by B16ImageWriter.
- Author:
- PCO
-
Field Summary
Fields inherited from class javax.imageio.spi.ImageWriterSpi
outputTypes, STANDARD_OUTPUT_TYPEFields inherited from class javax.imageio.spi.ImageReaderWriterSpi
pluginClassName -
Constructor Summary
Constructors Constructor Description B16ImageWriterSpi()Standard constructor -
Method Summary
Modifier and Type Method Description booleancanEncodeImage(ImageTypeSpecifier imageType)Determines whether the image of a particular type can be writtenImageWritercreateWriterInstance(Object extension)Creates an instance of the writerStringgetDescription(Locale locale)Returns the description of the writerMethods inherited from class javax.imageio.spi.ImageWriterSpi
canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriterMethods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedMethods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
Constructor Details
-
B16ImageWriterSpi
public B16ImageWriterSpi()Standard constructor
-
-
Method Details
-
canEncodeImage
Determines whether the image of a particular type can be written- Specified by:
canEncodeImagein classImageWriterSpi
-
getDescription
Returns the description of the writer- Specified by:
getDescriptionin classIIOServiceProvider
-
createWriterInstance
Creates an instance of the writer- Specified by:
createWriterInstancein classImageWriterSpi
-