Package gov.nih.mipav.model.file
Class MetadataExtractor.GifControlDirectory.DisposalMethod
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.GifControlDirectory.DisposalMethod
-
- Enclosing class:
- MetadataExtractor.GifControlDirectory
public class MetadataExtractor.GifControlDirectory.DisposalMethod extends java.lang.Object
Disposal method indicates the way in which the graphic is to be treated after being displayed.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
DO_NOT_DISPOSE
(package private) int
INVALID
(package private) int
NOT_SPECIFIED
(package private) int
RESTORE_TO_BACKGROUND_COLOR
(package private) int
RESTORE_TO_PREVIOUS
(package private) int
TO_BE_DEFINED
-
Constructor Summary
Constructors Constructor Description DisposalMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString(int value)
int
typeOf(int value)
-
-
-
Field Detail
-
NOT_SPECIFIED
final int NOT_SPECIFIED
- See Also:
- Constant Field Values
-
DO_NOT_DISPOSE
final int DO_NOT_DISPOSE
- See Also:
- Constant Field Values
-
RESTORE_TO_BACKGROUND_COLOR
final int RESTORE_TO_BACKGROUND_COLOR
- See Also:
- Constant Field Values
-
RESTORE_TO_PREVIOUS
final int RESTORE_TO_PREVIOUS
- See Also:
- Constant Field Values
-
TO_BE_DEFINED
final int TO_BE_DEFINED
- See Also:
- Constant Field Values
-
INVALID
final int INVALID
- See Also:
- Constant Field Values
-
-