public enum GraphicsOverrideParameterType extends java.lang.Enum<GraphicsOverrideParameterType>
| Modifier and Type | Method and Description |
|---|---|
static GraphicsOverrideParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsOverrideParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicsOverrideParameterType SKY_ZENITH_COLOR
public static final GraphicsOverrideParameterType SKY_HORIZON_COLOR
public static final GraphicsOverrideParameterType HORIZON_BLEND_MIN
public static final GraphicsOverrideParameterType HORIZON_BLEND_MAX
public static final GraphicsOverrideParameterType HORIZON_BLEND_START
public static final GraphicsOverrideParameterType HORIZON_BLEND_MIE_START
public static final GraphicsOverrideParameterType RAYLEIGH_STRENGTH
public static final GraphicsOverrideParameterType SUN_MIE_STRENGTH
public static final GraphicsOverrideParameterType MOON_MIE_STRENGTH
public static final GraphicsOverrideParameterType SUN_GLARE_SHAPE
public static final GraphicsOverrideParameterType CHLOROPHYLL
public static final GraphicsOverrideParameterType CDOM
public static final GraphicsOverrideParameterType SUSPENDED_SEDIMENT
public static final GraphicsOverrideParameterType WAVES_DEPTH
public static final GraphicsOverrideParameterType WAVES_FREQUENCY
public static final GraphicsOverrideParameterType WAVES_FREQUENCY_SCALING
public static final GraphicsOverrideParameterType WAVES_SPEED
public static final GraphicsOverrideParameterType WAVES_SPEED_SCALING
public static final GraphicsOverrideParameterType WAVES_SHAPE
public static final GraphicsOverrideParameterType WAVES_OCTAVES
public static final GraphicsOverrideParameterType WAVES_MIX
public static final GraphicsOverrideParameterType WAVES_PULL
public static final GraphicsOverrideParameterType WAVES_DIRECTION_INCREMENT
public static final GraphicsOverrideParameterType MIDTONES_CONTRAST
public static final GraphicsOverrideParameterType HIGHLIGHTS_CONTRAST
public static final GraphicsOverrideParameterType SHADOWS_CONTRAST
public static GraphicsOverrideParameterType[] values()
for (GraphicsOverrideParameterType c : GraphicsOverrideParameterType.values()) System.out.println(c);
public static GraphicsOverrideParameterType 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