public static enum I3DXML.TextureCoordinatesBufferType.TextureDimensionType extends java.lang.Enum<I3DXML.TextureCoordinatesBufferType.TextureDimensionType>
Modifier and Type | Method and Description |
---|---|
static I3DXML.TextureCoordinatesBufferType.TextureDimensionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I3DXML.TextureCoordinatesBufferType.TextureDimensionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I3DXML.TextureCoordinatesBufferType.TextureDimensionType _1D
public static final I3DXML.TextureCoordinatesBufferType.TextureDimensionType _2D
public static final I3DXML.TextureCoordinatesBufferType.TextureDimensionType _3D
public static I3DXML.TextureCoordinatesBufferType.TextureDimensionType[] values()
for (I3DXML.TextureCoordinatesBufferType.TextureDimensionType c : I3DXML.TextureCoordinatesBufferType.TextureDimensionType.values()) System.out.println(c);
public static I3DXML.TextureCoordinatesBufferType.TextureDimensionType 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