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 :
FactoryRegistry
class stores the factories for all the audio device implementations available in the system. Instances of this class are thread-safe. @since 0.0.8 @author Mat McGowan
NOTE: This class is not thread safe. Users are responsable for synchronisation. This is usually done in an utility class wrapping this service registry (e.g. {@link org.geotools.referencing.ReferencingFactoryFinder}). @since 2.1 @source $URL$ @version $Id$ @author Martin Desruisseaux @author Richard Gould @author Jody Garnett @see org.geotools.referencing.ReferencingFactoryFinder @see org.geotools.coverage.CoverageFactoryFinder
|
|
|
|
|
|
|
|
|
|