Package com.drew.metadata.gif
Enum GifControlDirectory.DisposalMethod
java.lang.Object
java.lang.Enum<GifControlDirectory.DisposalMethod>
com.drew.metadata.gif.GifControlDirectory.DisposalMethod
- All Implemented Interfaces:
Serializable,Comparable<GifControlDirectory.DisposalMethod>,java.lang.constant.Constable
- Enclosing class:
GifControlDirectory
public static enum GifControlDirectory.DisposalMethod
extends Enum<GifControlDirectory.DisposalMethod>
Disposal method indicates the way in which the graphic is to be treated
after being displayed.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiontoString()typeOf(int value) Returns the enum constant of this type with the specified name.static GifControlDirectory.DisposalMethod[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
NOT_SPECIFIED
-
DO_NOT_DISPOSE
-
RESTORE_TO_BACKGROUND_COLOR
-
RESTORE_TO_PREVIOUS
-
TO_BE_DEFINED
-
INVALID
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
typeOf
-
toString
- Overrides:
toStringin classEnum<GifControlDirectory.DisposalMethod>
-