docs/javadoc/reference/com/facebook/imagepipeline/decoder/ImageDecoderConfig.Builder.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public static class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.decoder.ImageDecoderConfig.Builder |
| Public Constructors |
|---|
| Public Methods |
|---|
| ImageDecoderConfig.Builder |
| Add a new decoding capability for a new image format. |
| ImageDecoderConfig |
| ImageDecoderConfig.Builder |
| Use a different decoder for an existing image format. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Add a new decoding capability for a new image format.
| imageFormat | the new image format | | imageFormatChecker | the format checker that can determine the new image format | | decoder | the decoder that can decode the new image format |
Use a different decoder for an existing image format. This can be used for example to set a custom decoder for any of the DefaultImageFormats
| imageFormat | the existing image format | | decoder | the decoder to use |
+Generated by Doclava. +