docs/javadoc/reference/com/facebook/imagepipeline/animated/base/AnimatedImageResultBuilder.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.animated.base.AnimatedImageResultBuilder |
Builder for AnimatedImageResult.
| Public Methods |
|---|
| AnimatedImageResult |
Builds the AnimatedImageResult. |
| BitmapTransformation |
| Gets the transformation that is to be applied to the image, or null if none. |
| List<CloseableReference<Bitmap>> |
| Gets the decoded frames. |
| int |
| Gets the frame that should be used for the preview image. |
| AnimatedImage |
| Gets the image for the result. |
| CloseableReference<Bitmap> |
| Gets the preview bitmap. |
| AnimatedImageResultBuilder |
| Sets the transformation that is to be applied to the image. |
| AnimatedImageResultBuilder |
| Sets the decoded frames. |
| AnimatedImageResultBuilder |
| Sets the frame that should be used for the preview image. |
| AnimatedImageResultBuilder |
| Sets a preview bitmap. |
| [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() |
|
Builds the AnimatedImageResult. The preview bitmap and the decoded frames are closed after build is called, so this should not be called more than once or those fields will be lost after the first call.
Gets the transformation that is to be applied to the image, or null if none.
Gets the decoded frames. Only used if the ImageDecodeOptions were configured to decode all frames at decode time.
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 image for the result.
Gets the preview bitmap. This method returns a new reference. The caller must close it.
Sets the transformation that is to be applied to the image.
| bitmapTransformation | the transformation that is to be applied to the image |
Sets the decoded frames. Only used if the ImageDecodeOptions were configured to decode all frames at decode time.
| decodedFrames | the decoded frames. The method clones the references. |
Sets the frame that should be used for the preview image. If the preview bitmap was fetched, this is the frame that it's for.
Sets a preview bitmap.
| previewBitmap | the preview. The method clones the reference. |
+Generated by Doclava. +