com.aspose.imaging.fileformats.gif
Class DisposalMethod

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.fileformats.gif.DisposalMethod
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class DisposalMethod
extends java.lang.Enum

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

See Also:
Serialized Form

Field Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static final int None

No disposal specified.

See Also:
Constant Field Values

Preserve

public static final int Preserve

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

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

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

Undefined

public static final int Undefined

Undefined value.

See Also:
Constant Field Values