java.lang.Objectjavax.imageio.spi.IIOServiceProvider
All Implemented Interfaces:
RegisterableService
Direct Known Subclasses:
ImageWriterSpi, ImageInputStreamSpi, ImageReaderSpi, ImageOutputStreamSpi, ImageReaderWriterSpi, ImageTranscoderSpi
IIORegistry
class.Field Summary | ||
---|---|---|
protected String | vendorName | A String to be returned from
getVendorName , initially null .
Constructors should set this to a non-null value. |
protected String | version | A String to be returned from
getVersion , initially null. Constructors should
set this to a non-null value. |
Constructor: |
---|
IIOServiceProvider . It is up
to the subclass to initialize instance variables and/or
override method implementations in order to ensure that the
getVendorName and getVersion methods
will return non-null values. |
IIOServiceProvider with a given
vendor name and version identifier.
|
Method from javax.imageio.spi.IIOServiceProvider Summary: |
---|
getDescription, getVendorName, getVersion, onDeregistration, onRegistration |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.imageio.spi.IIOServiceProvider Detail: |
---|
Locale , if possible. |
The default implementation returns the value of the
|
The default implementation returns the value of the
|
ServiceRegistry .
Only the registry should call this method. The default implementation does nothing. |
ServiceRegistry . This may be used to verify that
the environment is suitable for this service, for example that
native libraries can be loaded. If the service cannot function
in the environment where it finds itself, it should deregister
itself from the registry.
Only the registry should call this method. The default implementation does nothing. |