Uses of Class
com.drew.metadata.gif.GifControlDirectory.DisposalMethod
-
Packages that use GifControlDirectory.DisposalMethod Package Description com.drew.metadata.gif Contains classes for the extraction and modelling of GIF file metadata. -
-
Uses of GifControlDirectory.DisposalMethod in com.drew.metadata.gif
Methods in com.drew.metadata.gif that return GifControlDirectory.DisposalMethod Modifier and Type Method Description GifControlDirectory.DisposalMethodGifControlDirectory. getDisposalMethod()static GifControlDirectory.DisposalMethodGifControlDirectory.DisposalMethod. typeOf(int value)static GifControlDirectory.DisposalMethodGifControlDirectory.DisposalMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GifControlDirectory.DisposalMethod[]GifControlDirectory.DisposalMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-