com.adobe.livecycle.convertpdfservice.client.enumeration
Class Interlace
java.lang.Object
java.lang.Enum
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. |
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 |
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.
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.