| |
|
| java.lang.Object com.sun.media.jai.imageioimpl.ImageReadWriteSpi
ImageReadWriteSpi | public ImageReadWriteSpi()(Code) | | Default constructor.
|
updateRegistry | public void updateRegistry(OperationRegistry registry)(Code) | | Registers the "ImageRead" and "ImageWrite" operations and their
associated image factories across all supported operation modes.
An
OperationDescriptor is created for each operation and
registered with the supplied
OperationRegistry . An image
factory is then created for each supported mode of each operation
registered for that operation with the registry.
Parameters: registry - The registry with which to register the operationsand their factories. |
|
|
|