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