public static enum SoVRMLImageTexture.FileTypes extends java.lang.Enum<SoVRMLImageTexture.FileTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
BMP
BMP.
|
DDS
DDS (DirectDraw Surface)
|
GIF
GIF.
|
HDRI
HDRi (High Dynamic Range image)
|
JPEG
JPEG.
|
JPEG2000
JPEG2000.
|
NUM_FILETYPES
NUM_FILETYPES.
|
PGX
PGX.
|
PNG
PNG.
|
PNM
PNM.
|
RAS
RAS.
|
RGB
RGB.
|
SGI
SGI.
|
TIFF
TIFF.
|
UNKNOWN
UNKNOWN.
|
| Modifier and Type | Method and Description |
|---|---|
static SoVRMLImageTexture.FileTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoVRMLImageTexture.FileTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoVRMLImageTexture.FileTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoVRMLImageTexture.FileTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoVRMLImageTexture.FileTypes UNKNOWN
public static final SoVRMLImageTexture.FileTypes RGB
public static final SoVRMLImageTexture.FileTypes SGI
public static final SoVRMLImageTexture.FileTypes TIFF
public static final SoVRMLImageTexture.FileTypes GIF
public static final SoVRMLImageTexture.FileTypes JPEG
public static final SoVRMLImageTexture.FileTypes BMP
public static final SoVRMLImageTexture.FileTypes PNG
public static final SoVRMLImageTexture.FileTypes JPEG2000
public static final SoVRMLImageTexture.FileTypes PGX
public static final SoVRMLImageTexture.FileTypes PNM
public static final SoVRMLImageTexture.FileTypes RAS
public static final SoVRMLImageTexture.FileTypes DDS
public static final SoVRMLImageTexture.FileTypes HDRI
public static final SoVRMLImageTexture.FileTypes NUM_FILETYPES
public static SoVRMLImageTexture.FileTypes[] values()
for (SoVRMLImageTexture.FileTypes c : SoVRMLImageTexture.FileTypes.values()) System.out.println(c);
public static SoVRMLImageTexture.FileTypes 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 SoVRMLImageTexture.FileTypes fromValue(int val)
valueOf(int) instead.public static SoVRMLImageTexture.FileTypes valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com