public static enum SoTexture.InternalFormats extends java.lang.Enum<SoTexture.InternalFormats> implements IntegerValuedEnum
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTexture.InternalFormats |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTexture.InternalFormats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTexture.InternalFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTexture.InternalFormats AUTO_INTERNAL_FORMAT
public static final SoTexture.InternalFormats ALPHA_FORMAT
public static final SoTexture.InternalFormats ALPHA4
public static final SoTexture.InternalFormats ALPHA8
public static final SoTexture.InternalFormats ALPHA12
public static final SoTexture.InternalFormats ALPHA16
public static final SoTexture.InternalFormats LUMINANCE_FORMAT
public static final SoTexture.InternalFormats LUMINANCE4
public static final SoTexture.InternalFormats LUMINANCE8
public static final SoTexture.InternalFormats LUMINANCE12
public static final SoTexture.InternalFormats LUMINANCE16
public static final SoTexture.InternalFormats LUMINANCE_ALPHA
public static final SoTexture.InternalFormats LUMINANCE4_ALPHA4
public static final SoTexture.InternalFormats LUMINANCE6_ALPHA2
public static final SoTexture.InternalFormats LUMINANCE8_ALPHA8
public static final SoTexture.InternalFormats LUMINANCE12_ALPHA4
public static final SoTexture.InternalFormats LUMINANCE12_ALPHA12
public static final SoTexture.InternalFormats LUMINANCE16_ALPHA16
public static final SoTexture.InternalFormats INTENSITY_FORMAT
public static final SoTexture.InternalFormats INTENSITY4
public static final SoTexture.InternalFormats INTENSITY8
public static final SoTexture.InternalFormats INTENSITY12
public static final SoTexture.InternalFormats INTENSITY16
public static final SoTexture.InternalFormats R3_G3_B2
public static final SoTexture.InternalFormats RGB_FORMAT
public static final SoTexture.InternalFormats RGB4
public static final SoTexture.InternalFormats RGB5
public static final SoTexture.InternalFormats RG8
public static final SoTexture.InternalFormats RGB8
public static final SoTexture.InternalFormats RGB10
public static final SoTexture.InternalFormats RGB12
public static final SoTexture.InternalFormats RGB16
public static final SoTexture.InternalFormats RGBA_FORMAT
public static final SoTexture.InternalFormats RGBA2
public static final SoTexture.InternalFormats RGBA4
public static final SoTexture.InternalFormats RGB5_ALPHA1
public static final SoTexture.InternalFormats RGBA8
public static final SoTexture.InternalFormats RGB10_ALPHA2
public static final SoTexture.InternalFormats RGBA12
public static final SoTexture.InternalFormats RGBA16
public static final SoTexture.InternalFormats RGBA_FLOAT32
public static final SoTexture.InternalFormats RGB_FLOAT32
public static final SoTexture.InternalFormats ALPHA_FLOAT32
public static final SoTexture.InternalFormats INTENSITY_FLOAT32
public static final SoTexture.InternalFormats LUMINANCE_FLOAT32
public static final SoTexture.InternalFormats LUMINANCE_ALPHA_FLOAT32
public static final SoTexture.InternalFormats RGBA_FLOAT16
public static final SoTexture.InternalFormats RGB_FLOAT16
public static final SoTexture.InternalFormats ALPHA_FLOAT16
public static final SoTexture.InternalFormats INTENSITY_FLOAT16
public static final SoTexture.InternalFormats LUMINANCE_FLOAT16
public static final SoTexture.InternalFormats LUMINANCE_ALPHA_FLOAT16
public static final SoTexture.InternalFormats COMPRESSED_ALPHA
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE_ALPHA
public static final SoTexture.InternalFormats COMPRESSED_INTENSITY
public static final SoTexture.InternalFormats COMPRESSED_RGB
public static final SoTexture.InternalFormats COMPRESSED_RGBA
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE_LATC1
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_LUMINANCE_LATC1
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE_ALPHA_LATC2
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2
public static final SoTexture.InternalFormats COMPRESSED_RED_RGTC1
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_RED_RGTC1
public static final SoTexture.InternalFormats COMPRESSED_RED_GREEN_RGTC2
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_RED_GREEN_RGTC2
public static final SoTexture.InternalFormats DEPTH_COMPONENT16
public static final SoTexture.InternalFormats DEPTH_COMPONENT24
public static final SoTexture.InternalFormats DEPTH24_STENCIL8
public static final SoTexture.InternalFormats R8I
public static final SoTexture.InternalFormats R8UI
public static final SoTexture.InternalFormats R16I
public static final SoTexture.InternalFormats R16UI
public static final SoTexture.InternalFormats R32I
public static final SoTexture.InternalFormats R32UI
public static final SoTexture.InternalFormats RG8I
public static final SoTexture.InternalFormats RG8UI
public static final SoTexture.InternalFormats RG16I
public static final SoTexture.InternalFormats RG16UI
public static final SoTexture.InternalFormats RG32I
public static final SoTexture.InternalFormats RG32UI
public static final SoTexture.InternalFormats RGB8I
public static final SoTexture.InternalFormats RGB8UI
public static final SoTexture.InternalFormats RGB16I
public static final SoTexture.InternalFormats RGB16UI
public static final SoTexture.InternalFormats RGB32I
public static final SoTexture.InternalFormats RGB32UI
public static final SoTexture.InternalFormats RGBA8I
public static final SoTexture.InternalFormats RGBA8UI
public static final SoTexture.InternalFormats RGBA16I
public static final SoTexture.InternalFormats RGBA16UI
public static final SoTexture.InternalFormats RGBA32I
public static final SoTexture.InternalFormats RGBA32UI
public static SoTexture.InternalFormats[] values()
for (SoTexture.InternalFormats c : SoTexture.InternalFormats.values()) System.out.println(c);
public static SoTexture.InternalFormats 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 SoTexture.InternalFormats 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