public enum swSystemOptionDisplayAntiAliasing_e extends java.lang.Enum<swSystemOptionDisplayAntiAliasing_e>
Enum Constant and Description |
---|
swSystemOptionDisplayAntiAliasing_Edges |
swSystemOptionDisplayAntiAliasing_FullScene |
swSystemOptionDisplayAntiAliasing_None |
Modifier and Type | Method and Description |
---|---|
static swSystemOptionDisplayAntiAliasing_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSystemOptionDisplayAntiAliasing_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSystemOptionDisplayAntiAliasing_e swSystemOptionDisplayAntiAliasing_None
public static final swSystemOptionDisplayAntiAliasing_e swSystemOptionDisplayAntiAliasing_Edges
public static final swSystemOptionDisplayAntiAliasing_e swSystemOptionDisplayAntiAliasing_FullScene
public static swSystemOptionDisplayAntiAliasing_e[] values()
for (swSystemOptionDisplayAntiAliasing_e c : swSystemOptionDisplayAntiAliasing_e.values()) System.out.println(c);
public static swSystemOptionDisplayAntiAliasing_e 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 null