public enum AntialiasingProcessingType extends java.lang.Enum<AntialiasingProcessingType>
Modifier and Type | Class and Description |
---|---|
static class |
AntialiasingProcessingType.Adapter |
Enum Constant and Description |
---|
NOADDITIONALPROCESSING |
TRYCORRECTRESULTHTML |
Modifier and Type | Method and Description |
---|---|
static AntialiasingProcessingType |
fromValue(java.lang.String text) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AntialiasingProcessingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntialiasingProcessingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AntialiasingProcessingType NOADDITIONALPROCESSING
public static final AntialiasingProcessingType TRYCORRECTRESULTHTML
public static AntialiasingProcessingType[] values()
for (AntialiasingProcessingType c : AntialiasingProcessingType.values()) System.out.println(c);
public static AntialiasingProcessingType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<AntialiasingProcessingType>
public static AntialiasingProcessingType fromValue(java.lang.String text)