docs/javadoc/reference/com/facebook/webpsupport/WebpBitmapFactoryImpl.html
|
|
Summary: Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
implements WebpBitmapFactory
| java.lang.Object | | ↳ | com.facebook.webpsupport.WebpBitmapFactoryImpl |
| Fields |
|---|
| public static final boolean |
| Public Constructors |
|---|
| Public Methods |
|---|
| Bitmap |
| Bitmap |
| Bitmap |
| Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| static Bitmap |
| void |
| Set the object which should create the bg Bitmap |
| void |
| Register the given listener as observer of error |
| [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() |
| | From interface com.facebook.common.webp.WebpBitmapFactory
| abstract Bitmap | decodeByteArray(byte[] array, int offset, int length, BitmapFactory.Options opts) | | abstract Bitmap | decodeFile(String pathName, BitmapFactory.Options opts) | | abstract Bitmap | decodeFileDescriptor(FileDescriptor fd, Rect outPadding, BitmapFactory.Options opts) | | abstract Bitmap | decodeStream(InputStream inputStream, Rect outPadding, BitmapFactory.Options opts) | | abstract void | setBitmapCreator(BitmapCreator bitmapCreator) Set the object which should create the bg Bitmap | | abstract void | setWebpErrorLogger(WebpBitmapFactory.WebpErrorLogger logger) Register the given listener as observer of error |
|
Set the object which should create the bg Bitmap
| bitmapCreator | The BitmapCreator implementation |
Register the given listener as observer of error
| webpErrorLogger | The WebpErrorLogger in order to observe webp errors |
+Generated by Doclava. +