Methods Summary |
---|
public abstract javax.imageio.ImageTranscoder | createTranscoderInstance()Creates an instance of the ImageTranscoder associated with this service
provider.
|
public abstract java.lang.String | getReaderServiceProviderName()Gets the class name of an ImageReaderSpi that produces IIOMetadata
objects that can be used as input to this transcoder.
|
public abstract java.lang.String | getWriterServiceProviderName()Gets the class name of an ImageWriterSpi that produces IIOMetadata
objects that can be used as input to this transcoder.
|