-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AnimatedDrawableFrameInfo.DisposalMethodHow to dispose of the current frame before rendering the next frame.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISPOSE_DO_NOTDo not dipose the frame. Leave as-is.
DISPOSE_TO_BACKGROUNDDispose to the background color
DISPOSE_TO_PREVIOUSDispose to the previous frame
-
Method Summary
Modifier and Type Method Description static Array<AnimatedDrawableFrameInfo.DisposalMethod>values()static AnimatedDrawableFrameInfo.DisposalMethodvalueOf(String name)-
-
Method Detail
-
values
static Array<AnimatedDrawableFrameInfo.DisposalMethod> values()
-
valueOf
static AnimatedDrawableFrameInfo.DisposalMethod valueOf(String name)
-
-
-
-