ImageDecoder.Factory


public interface ImageDecoder.Factory


A factory for image decoders.

Summary

Constants

default static final ImageDecoder.Factory

Default implementation of an image decoder factory.

Public methods

abstract ImageDecoder

Creates a new ImageDecoder.

abstract int

Returns the highest Capabilities of the factory's decoders for the given .

Constants

DEFAULT

default static final ImageDecoder.Factory DEFAULT

Default implementation of an image decoder factory.

Public methods

createImageDecoder

abstract ImageDecoder createImageDecoder()

Creates a new ImageDecoder.

supportsFormat

@RendererCapabilities.Capabilities
abstract int supportsFormat(Format format)

Returns the highest Capabilities of the factory's decoders for the given .

Parameters
Format format

The Format.

Returns
int

The Capabilities of the decoders the factory can instantiate for this format.