Experimental addition to the API.
This class provides a central registry for image factories
Image factories can be registered directly using the {@link #addFactory()} method.
The default registry obtained by calling {@link #getDefaultRegistry()} uses {@link javax.imageio.spi.ServiceRegistry} to discoverImageFactory implementations.
To register an ImageFactory implementation that can be discovered by the registry do the following :
|
|
|
|
|
|