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
Disposal method indicates the way in which the graphic is to be treated
after being displayed.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int(package private) final int(package private) final int(package private) final int(package private) final int(package private) final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOT_SPECIFIED
final int NOT_SPECIFIED- See Also:
-
DO_NOT_DISPOSE
final int DO_NOT_DISPOSE- See Also:
-
RESTORE_TO_BACKGROUND_COLOR
final int RESTORE_TO_BACKGROUND_COLOR- See Also:
-
RESTORE_TO_PREVIOUS
final int RESTORE_TO_PREVIOUS- See Also:
-
TO_BE_DEFINED
final int TO_BE_DEFINED- See Also:
-
INVALID
final int INVALID- See Also:
-
-
Constructor Details
-
DisposalMethod
public DisposalMethod()
-
-
Method Details
-
typeOf
public int typeOf(int value) -
toString
-