|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.imageio.spi.IIOServiceProvider javax.imageio.spi.ImageReaderWriterSpi
public abstract class ImageReaderWriterSpi
A superclass containing instance variables and methods common to
ImageReaderSpi
and ImageWriterSpi
.
IIORegistry
,
ImageReaderSpi
,
ImageWriterSpi
Field Summary | |
---|---|
protected String[] |
extraImageMetadataFormatClassNames
An array of String s containing the class names of
any additional image metadata formats supported by this
plug-in, initially null . |
protected String[] |
extraImageMetadataFormatNames
An array of String s containing the names of any
additional image metadata formats supported by this plug-in,
initially null . |
protected String[] |
extraStreamMetadataFormatClassNames
An array of String s containing the class names of
any additional stream metadata formats supported by this plug-in,
initially null . |
protected String[] |
extraStreamMetadataFormatNames
An array of String s containing the names of any
additional stream metadata formats supported by this plug-in,
initially null . |
protected String[] |
MIMETypes
An array of strings to be returned from getMIMETypes , initially null . |
protected String[] |
names
An array of strings to be returned from getFormatNames , initially null . |
protected String |
nativeImageMetadataFormatClassName
A String containing the class name of the
native stream metadata format supported by this plug-in,
initially null . |
protected String |
nativeImageMetadataFormatName
A String containing the name of the
native stream metadata format supported by this plug-in,
initially null . |
protected String |
nativeStreamMetadataFormatClassName
A String containing the class name of the native
stream metadata format supported by this plug-in, initially
null . |
protected String |
nativeStreamMetadataFormatName
A String containing the name of the native stream
metadata format supported by this plug-in, initially
null . |
protected String |
pluginClassName
A String containing the name of the associated
plug-in class, initially null . |
protected String[] |
suffixes
An array of strings to be returned from getFileSuffixes , initially null . |
protected boolean |
supportsStandardImageMetadataFormat
A boolean indicating whether this plug-in supports the standard metadata format for image metadata, initially false . |
protected boolean |
supportsStandardStreamMetadataFormat
A boolean indicating whether this plug-in supports the standard metadata format for stream metadata, initially false . |
Fields inherited from class javax.imageio.spi.IIOServiceProvider |
---|
vendorName, version |
Constructor Summary | |
---|---|
ImageReaderWriterSpi()
Constructs a blank ImageReaderWriterSpi . |
|
|