Packages

 

com.aspose.imaging.fileformats.gif

Class DisposalMethod

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.gif.DisposalMethod


  • public final class DisposalMethod
    extends com.aspose.ms.System.Enum

    Indicates the way in which the graphic is to be treated after being displayed.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int None
      No disposal specified.
      static int Preserve
      Do not dispose.
      static int Previuos
      Restore to previous.
      static int Restore
      Restore to background color.
      static int Undefined
      Undefined value.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Preserve

        public static final int Preserve

        Do not dispose. The graphic is to be left in place.

        See Also:
        Constant Field Values
      • Restore

        public static final int Restore

        Restore to background color. The area used by the graphic must be restored to the background color.

        See Also:
        Constant Field Values
      • Previuos

        public static final int Previuos

        Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.

        See Also:
        Constant Field Values