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

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

public final class PNGFilter
extends java.lang.Enum

Represents PNG filter settings. This option is valid for conversion to PNG format only.

See Also:
Serialized Form

Field Summary
static PNGFilter Adaptive
          Adaptive prediction algorithm.
static PNGFilter Average
          Average prediction algorithm.
static PNGFilter None
          None prediction algorithm.
static PNGFilter Paeth
          Paeth prediction algorithm.
static PNGFilter Sub
          Sub prediction algorithm.
static PNGFilter Up
          Up prediction algorithm.
 
Method Summary
 java.lang.String getValue()
          Retrieves the PNG filter setting.
static PNGFilter valueOf(java.lang.String name)
           
static PNGFilter[] 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 PNGFilter None
None prediction algorithm.


Sub

public static final PNGFilter Sub
Sub prediction algorithm.


Up

public static final PNGFilter Up
Up prediction algorithm.


Average

public static final PNGFilter Average
Average prediction algorithm.


Paeth

public static final PNGFilter Paeth
Paeth prediction algorithm.


Adaptive

public static final PNGFilter Adaptive
Adaptive prediction algorithm.

Method Detail

values

public static PNGFilter[] values()

valueOf

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

getValue

public java.lang.String getValue()
Retrieves the PNG filter setting.

Returns:
The PNG filter setting.


[an error occurred while processing this directive] [an error occurred while processing this directive]