|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.livecycle.convertpdfservice.client.enumeration.PNGFilter
public final class PNGFilter
Represents PNG filter settings. This option is valid for conversion to PNG format only.
| 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 |
|---|
public static final PNGFilter None
public static final PNGFilter Sub
public static final PNGFilter Up
public static final PNGFilter Average
public static final PNGFilter Paeth
public static final PNGFilter Adaptive
| Method Detail |
|---|
public static PNGFilter[] values()
public static PNGFilter valueOf(java.lang.String name)
public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||