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.ObjectDisposal 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) intDO_NOT_DISPOSE(package private) intINVALID(package private) intNOT_SPECIFIED(package private) intRESTORE_TO_BACKGROUND_COLOR(package private) intRESTORE_TO_PREVIOUS(package private) intTO_BE_DEFINED
-
Constructor Summary
Constructors Constructor Description DisposalMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString(int value)inttypeOf(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
-
-