API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.imageio.spi. IIOServiceProvider View Source
Author(s)
Since
Version
0.5
Serial
Hierarchy
 Object
      IIOServiceProvider
Implements
 RegisterableService
Subclasses
Description
publicabstract abstract class IIOServiceProvider
  A superinterface for functionality common to all Image I/O service provider interfaces (SPIs).
Constructors
public IIOServiceProvider ()
  Constructs a blank IIOServiceProvider.
public IIOServiceProvider (String vendorName, String version)
  Constructs an IIOServiceProvider with a given vendor name and version identifier.
Methods
Hide/Show inherited methods
publicabstract String getDescription (Locale locale)
  Returns a brief, human-readable description of this service provider and its associated implementation.
public String getVendorName ()
  Returns the name of the vendor responsible for creating this service provider and its associated implementation.
public String getVersion ()
  Returns a string describing the version number of this service provider and its associated implementation.
public void onDeregistration (ServiceRegistry registry, Class<Object> category) [Specified in RegisterableService]
  A callback that will be whenever the Spi class has been deregistered from a ServiceRegistry.
public void onRegistration (ServiceRegistry registry, Class<Object> category) [Specified in RegisterableService]
  A callback that will be called exactly once after the Spi class has been instantiated and registered in a ServiceRegistry.
Fields
Hide/Show inherited fields
protected String vendorName
  A String to be returned from getVendorName, initially null.
protected String version
  A String to be returned from getVersion, initially null.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar