public static enum SoRenderToTarget.Attachments extends java.lang.Enum<SoRenderToTarget.Attachments> implements IntegerValuedEnum
Enum Constant and Description |
---|
COLOR0
Default attachment used for rendering.
|
COLOR1 |
COLOR10 |
COLOR11 |
COLOR12 |
COLOR13 |
COLOR14 |
COLOR15 |
COLOR2 |
COLOR3 |
COLOR4 |
COLOR5 |
COLOR6 |
COLOR7 |
COLOR8 |
COLOR9 |
DEPTH |
DEPTH_STENCIL |
LAST_ENTRY
Not used, for security only.
|
STENCIL |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoRenderToTarget.Attachments |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoRenderToTarget.Attachments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoRenderToTarget.Attachments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoRenderToTarget.Attachments COLOR0
public static final SoRenderToTarget.Attachments COLOR1
public static final SoRenderToTarget.Attachments COLOR2
public static final SoRenderToTarget.Attachments COLOR3
public static final SoRenderToTarget.Attachments COLOR4
public static final SoRenderToTarget.Attachments COLOR5
public static final SoRenderToTarget.Attachments COLOR6
public static final SoRenderToTarget.Attachments COLOR7
public static final SoRenderToTarget.Attachments COLOR8
public static final SoRenderToTarget.Attachments COLOR9
public static final SoRenderToTarget.Attachments COLOR10
public static final SoRenderToTarget.Attachments COLOR11
public static final SoRenderToTarget.Attachments COLOR12
public static final SoRenderToTarget.Attachments COLOR13
public static final SoRenderToTarget.Attachments COLOR14
public static final SoRenderToTarget.Attachments COLOR15
public static final SoRenderToTarget.Attachments DEPTH
public static final SoRenderToTarget.Attachments STENCIL
public static final SoRenderToTarget.Attachments DEPTH_STENCIL
public static final SoRenderToTarget.Attachments LAST_ENTRY
public static SoRenderToTarget.Attachments[] values()
for (SoRenderToTarget.Attachments c : SoRenderToTarget.Attachments.values()) System.out.println(c);
public static SoRenderToTarget.Attachments 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 SoRenderToTarget.Attachments 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