Uses of Enum
org.apache.commons.imaging.formats.gif.DisposalMethod
Packages that use DisposalMethod
-
Uses of DisposalMethod in org.apache.commons.imaging.formats.gif
Subclasses with type arguments of type DisposalMethod in org.apache.commons.imaging.formats.gifModifier and TypeClassDescriptionenumDescribes the disposal of a GIF frame when rendering the animation.Fields in org.apache.commons.imaging.formats.gif declared as DisposalMethodModifier and TypeFieldDescriptionprivate final DisposalMethodGifImageMetadataItem.disposalMethodMethods in org.apache.commons.imaging.formats.gif that return DisposalMethodModifier and TypeMethodDescription(package private) static DisposalMethodGifImageParser.createDisposalMethodFromIntValue(int value) GifImageMetadataItem.getDisposalMethod()static DisposalMethodReturns 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 DisposalMethodModifierConstructorDescription(package private)GifImageMetadataItem(int delay, int leftPosition, int topPosition, DisposalMethod disposalMethod)