|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GlesTexcombinerOperatorRGBEnums>
org.collada._2005._11.colladaschema.GlesTexcombinerOperatorRGBEnums
public enum GlesTexcombinerOperatorRGBEnums
Java class for gles_texcombiner_operatorRGB_enums.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="gles_texcombiner_operatorRGB_enums">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="REPLACE"/>
<enumeration value="MODULATE"/>
<enumeration value="ADD"/>
<enumeration value="ADD_SIGNED"/>
<enumeration value="INTERPOLATE"/>
<enumeration value="SUBTRACT"/>
<enumeration value="DOT3_RGB"/>
<enumeration value="DOT3_RGBA"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ADD
|
|
ADD_SIGNED
|
|
DOT_3_RGB
|
|
DOT_3_RGBA
|
|
INTERPOLATE
|
|
MODULATE
|
|
REPLACE
|
|
SUBTRACT
|
|
| Method Summary | |
|---|---|
static GlesTexcombinerOperatorRGBEnums |
fromValue(String v)
|
String |
value()
|
static GlesTexcombinerOperatorRGBEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GlesTexcombinerOperatorRGBEnums[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GlesTexcombinerOperatorRGBEnums REPLACE
public static final GlesTexcombinerOperatorRGBEnums MODULATE
public static final GlesTexcombinerOperatorRGBEnums ADD
public static final GlesTexcombinerOperatorRGBEnums ADD_SIGNED
public static final GlesTexcombinerOperatorRGBEnums INTERPOLATE
public static final GlesTexcombinerOperatorRGBEnums SUBTRACT
public static final GlesTexcombinerOperatorRGBEnums DOT_3_RGB
public static final GlesTexcombinerOperatorRGBEnums DOT_3_RGBA
| Method Detail |
|---|
public static final GlesTexcombinerOperatorRGBEnums[] values()
for(GlesTexcombinerOperatorRGBEnums c : GlesTexcombinerOperatorRGBEnums.values())
System.out.println(c);
public static GlesTexcombinerOperatorRGBEnums valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String value()
public static GlesTexcombinerOperatorRGBEnums fromValue(String v)
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||