docs/javadoc/reference/com/facebook/imageformat/DefaultImageFormats.html
|
|
Summary: Fields | Methods | Inherited Methods | [Expand All]
public final class
extends Object
| java.lang.Object | | ↳ | com.facebook.imageformat.DefaultImageFormats |
Default image formats that Fresco supports.
| Fields |
|---|
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| public static final ImageFormat |
| Public Methods |
|---|
| static List<ImageFormat> |
| Get all default formats supported by Fresco. |
| static boolean |
| Check if the given image format is static WebP (not animated). |
| static boolean |
| Check if the given image format is a WebP image format (static or animated). |
| [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() |
|
Get all default formats supported by Fresco. Does not include UNKNOWN.
Check if the given image format is static WebP (not animated).
| imageFormat | the image format to check |
Check if the given image format is a WebP image format (static or animated).
| imageFormat | the image format to check |
+Generated by Doclava. +