Uses of Class
org.apache.commons.imaging.formats.gif.DisposalMethod
-
Packages that use DisposalMethod Package Description org.apache.commons.imaging.formats.gif The GIF image format. -
-
Uses of DisposalMethod in org.apache.commons.imaging.formats.gif
Fields in org.apache.commons.imaging.formats.gif declared as DisposalMethod Modifier and Type Field Description private DisposalMethod
GifImageMetadataItem. disposalMethod
Methods in org.apache.commons.imaging.formats.gif that return DisposalMethod Modifier and Type Method Description (package private) static DisposalMethod
GifImageParser. createDisposalMethodFromIntValue(int value)
DisposalMethod
GifImageMetadataItem. getDisposalMethod()
static DisposalMethod
DisposalMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DisposalMethod[]
DisposalMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.imaging.formats.gif with parameters of type DisposalMethod Constructor Description GifImageMetadataItem(int delay, int leftPosition, int topPosition, DisposalMethod disposalMethod)
-