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