docs/javadoc/reference/com/facebook/imagepipeline/animated/base/AnimatedImageResult.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.animated.base.AnimatedImageResult |
The result of decoding an animated image. Contains the AnimatedImage as well as additional data.
| Public Methods |
|---|
| synchronized void |
| Disposes the result, which releases the reference to any bitmaps. |
| static AnimatedImageResult |
Creates an AnimatedImageResult with no additional options. |
| BitmapTransformation |
| Gets the transformation that is to be applied to the image, or null if none. |
| synchronized CloseableReference<Bitmap> |
| Gets a decoded frame. |
| int |
| Gets the frame that should be used for the preview image. |
| AnimatedImage |
| Gets the underlying image. |
| synchronized CloseableReference<Bitmap> |
| Gets the bitmap for the preview frame. |
| synchronized boolean |
| Gets whether it has the decoded frame. |
| static AnimatedImageResultBuilder |
Creates an AnimatedImageResultBuilder for creating an AnimatedImageResult. |
| [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() |
|
Disposes the result, which releases the reference to any bitmaps.
Creates an AnimatedImageResult with no additional options.
| image | the image |
Gets the transformation that is to be applied to the image, or null if none.
Gets a decoded frame. This will only return non-null if the ImageDecodeOptions were configured to decode all frames at decode time.
| index | the index of the frame to get |
Gets the frame that should be used for the preview image. If the preview bitmap was fetched, this is the frame that it's for.
Gets the underlying image.
Gets the bitmap for the preview frame. This will only return non-null if the ImageDecodeOptions were configured to decode the preview frame.
Gets whether it has the decoded frame. This will only return true if the ImageDecodeOptions were configured to decode all frames at decode time.
| index | the index of the frame to get |
Creates an AnimatedImageResultBuilder for creating an AnimatedImageResult.
| image | the image |
+Generated by Doclava. +