Back to Fresco

AnimatedDrawableFrameInfo.DisposalMethod

docs/javadoc/reference/com/facebook/imagepipeline/animated/base/AnimatedDrawableFrameInfo.DisposalMethod.html

3.6.014.2 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

Summary: Enums | Methods | Inherited Methods | [Expand All]

public static final enum

AnimatedDrawableFrameInfo.DisposalMethod

extends Enum<E extends Enum<E>>

| java.lang.Object | | ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | | | ↳ | com.facebook.imagepipeline.animated.base.AnimatedDrawableFrameInfo.DisposalMethod |

Class Overview

How to dispose of the current frame before rendering the next frame.

Summary

Enum Values
AnimatedDrawableFrameInfo.DisposalMethod
AnimatedDrawableFrameInfo.DisposalMethod
AnimatedDrawableFrameInfo.DisposalMethod
Public Methods
static AnimatedDrawableFrameInfo.DisposalMethod
final static DisposalMethod[]

| [Expand] Inherited Methods | | --- | | From class java.lang.Enum

| final Object | clone() | | final int | compareTo(E arg0) | | int | compareTo(Object arg0) | | final boolean | equals(Object arg0) | | final void | finalize() | | final Class<E> | getDeclaringClass() | | final int | hashCode() | | final String | name() | | final int | ordinal() | | String | toString() | | static <T extends Enum<T>> T | valueOf(Class<T> arg0, String arg1) |

| | 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 java.lang.Comparable

| abstract int | compareTo(T arg0) |

|

Enum Values

public static final AnimatedDrawableFrameInfo.DisposalMethod DISPOSE_DO_NOT

Do not dipose the frame. Leave as-is.

public static final AnimatedDrawableFrameInfo.DisposalMethod DISPOSE_TO_BACKGROUND

Dispose to the background color

public static final AnimatedDrawableFrameInfo.DisposalMethod DISPOSE_TO_PREVIOUS

Dispose to the previous frame

Public Methods

public static AnimatedDrawableFrameInfo.DisposalMethod valueOf(String name)

public static final DisposalMethod[] values()

+Generated by Doclava. +