public static enum SoHardwareQuery.HW_Features extends java.lang.Enum<SoHardwareQuery.HW_Features> implements IntegerValuedEnum
Enum Constant and Description |
---|
HW_3DTEXMAP
The system supports OpenGL 3D texture mapping.
|
HW_TEXCOLORMAP
The system supports the OpenGL paletted texture extension and/or the texture color table extension.
|
HW_TEXCOMPRESSION
The system supports the OpenGL texture compression extension.
|
Modifier and Type | Method and Description |
---|---|
static SoHardwareQuery.HW_Features |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoHardwareQuery.HW_Features |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoHardwareQuery.HW_Features |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoHardwareQuery.HW_Features[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoHardwareQuery.HW_Features HW_3DTEXMAP
public static final SoHardwareQuery.HW_Features HW_TEXCOLORMAP
public static final SoHardwareQuery.HW_Features HW_TEXCOMPRESSION
public static SoHardwareQuery.HW_Features[] values()
for (SoHardwareQuery.HW_Features c : SoHardwareQuery.HW_Features.values()) System.out.println(c);
public static SoHardwareQuery.HW_Features 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@Deprecated public static SoHardwareQuery.HW_Features fromValue(int val)
valueOf(int)
instead.public static SoHardwareQuery.HW_Features valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com