public static enum SoRenderToTextureProperty.Components extends java.lang.Enum<SoRenderToTextureProperty.Components> implements IntegerValuedEnum
Enum Constant and Description |
---|
DEPTH
The depth component is rendered to the texture.
|
RGB
Default.
|
RGB_ALPHA |
RGB_TRANSPARENCY
The RGB and alpha components are rendered to the texture.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoRenderToTextureProperty.Components |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoRenderToTextureProperty.Components |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoRenderToTextureProperty.Components[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoRenderToTextureProperty.Components RGB
public static final SoRenderToTextureProperty.Components RGB_TRANSPARENCY
public static final SoRenderToTextureProperty.Components RGB_ALPHA
public static final SoRenderToTextureProperty.Components DEPTH
public static SoRenderToTextureProperty.Components[] values()
for (SoRenderToTextureProperty.Components c : SoRenderToTextureProperty.Components.values()) System.out.println(c);
public static SoRenderToTextureProperty.Components 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 static SoRenderToTextureProperty.Components valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com