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