public static enum SoTexture.FileTypes extends java.lang.Enum<SoTexture.FileTypes> implements IntegerValuedEnum
Enum Constant and Description |
---|
BMP
BMP.
|
DDS
DDS.
|
GIF
GIF.
|
HDRI
HDRI.
|
JPEG
JPEG.
|
JPEG2000
JPEG2000.
|
NUM_FILETYPES
NUM_FILETYPES.
|
PGX
PGX.
|
PNG
PNG.
|
PNM
PNM.
|
RAS
RAS.
|
RGB
RGB.
|
SGI
SGI.
|
TIFF
TIFF.
|
UNKNOWN
Unknown file.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTexture.FileTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTexture.FileTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTexture.FileTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTexture.FileTypes UNKNOWN
public static final SoTexture.FileTypes RGB
public static final SoTexture.FileTypes SGI
public static final SoTexture.FileTypes TIFF
public static final SoTexture.FileTypes GIF
public static final SoTexture.FileTypes JPEG
public static final SoTexture.FileTypes BMP
public static final SoTexture.FileTypes PNG
public static final SoTexture.FileTypes JPEG2000
public static final SoTexture.FileTypes PGX
public static final SoTexture.FileTypes PNM
public static final SoTexture.FileTypes RAS
public static final SoTexture.FileTypes DDS
public static final SoTexture.FileTypes HDRI
public static final SoTexture.FileTypes NUM_FILETYPES
public static SoTexture.FileTypes[] values()
for (SoTexture.FileTypes c : SoTexture.FileTypes.values()) System.out.println(c);
public static SoTexture.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 nullpublic static SoTexture.FileTypes 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