com.adobe.livecycle.convertpdfservice.client.enumeration
Class Interlace

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.Interlace
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class Interlace
extends java.lang.Enum

Represents interlace settings, which specifies how image data is encoded. This option is valid for conversion to PNG format only.

See Also:
Serialized Form

Field Summary
static Interlace Adam7
          Represents the Adam7 interlace setting, which is used for PNG images.
static Interlace None
          No interlace settings are used.
 
Method Summary
 java.lang.String getValue()
          Retrieves the interlace value.
static Interlace valueOf(java.lang.String name)
           
static Interlace[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, 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 Interlace None
No interlace settings are used.


Adam7

public static final Interlace Adam7
Represents the Adam7 interlace setting, which is used for PNG images.

Method Detail

values

public static Interlace[] values()

valueOf

public static Interlace valueOf(java.lang.String name)

getValue

public java.lang.String getValue()
Retrieves the interlace value.

Returns:
The interlace value.