-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum GraphicControlExtension.Disposal extends Enum<GraphicControlExtension.Disposal>
Disposal method of the frame, A.K.A. what to do after a frame has been rendered.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RESTORE_TO_PREVIOUSAfter the frame is shown, restore the canvas to the previous frame.
RESTORE_TO_BACKGROUNDAfter the frame is shown, restore the whole canvas to the background color.
DO_NOT_DISPOSEKeep the frame in place. Future frames will be drawn on top.
NOT_SPECIFIEDNot specified.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-