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