Searched defs:IIORegistry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DIIORegistry.java112 public final class IIORegistry extends ServiceRegistry { class in inherits:ServiceRegistry
135 private IIORegistry() { method in class:IIORegistry
142 * Returns the default <code>IIORegistry</code> instance used by
153 public static IIORegistry getDefaultInstance() {
155 IIORegistry registry =
156 (IIORegistry)context.get(IIORegistry.class);
159 registry = new IIORegistry();
160 context.put(IIORegistry.class, registry);

Completed in 29 milliseconds