java.lang.Object
javax.imageio.spi.IIOServiceProvider
- All Implemented Interfaces:
- RegisterableService
- Direct Known Subclasses:
- ImageInputStreamSpi, ImageOutputStreamSpi, ImageReaderWriterSpi, ImageTranscoderSpi
- See Also:
- Source Code,
IIORegistry
,
ImageReaderSpi
,
ImageWriterSpi
public abstract String getDescription(Locale locale)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getVendorName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getVersion()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IIOServiceProvider()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IIOServiceProvider(String vendorName,
String version)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void onDeregistration(ServiceRegistry registry,
Class<?> category)
- See Also:
ServiceRegistry.deregisterServiceProvider(Object provider)
, RegisterableService
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void onRegistration(ServiceRegistry registry,
Class<?> category)
- See Also:
ServiceRegistry.registerServiceProvider(Object provider)
, RegisterableService
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String vendorName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String version
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples