-
public interface DecoderA Decoder converts a SourceResult into a Drawable.
Use this interface to add support for custom file formats (e.g. GIF, SVG, TIFF, etc.).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDecoder.Factory
-
Method Summary
Modifier and Type Method Description abstract DecodeResultdecode()Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry. -
-
Method Detail
-
decode
abstract DecodeResult decode()
Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.
-
-
-
-