|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTexcombinerCommandRGBType
public class GlesTexcombinerCommandRGBType
Defines the RGB portion of a texture_pipeline command. This is a combiner-mode texturing operation.
Java class for gles_texcombiner_commandRGB_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gles_texcombiner_commandRGB_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="argument" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_argumentRGB_type" maxOccurs="3"/>
</sequence>
<attribute name="operator" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_operatorRGB_enums" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<GlesTexcombinerArgumentRGBType> |
argument
|
protected GlesTexcombinerOperatorRGBEnums |
operator
|
protected Float |
scale
|
| Constructor Summary | |
|---|---|
GlesTexcombinerCommandRGBType()
|
|
| Method Summary | |
|---|---|
List<GlesTexcombinerArgumentRGBType> |
getArgument()
Gets the value of the argument property. |
GlesTexcombinerOperatorRGBEnums |
getOperator()
Gets the value of the operator property. |
Float |
getScale()
Gets the value of the scale property. |
void |
setOperator(GlesTexcombinerOperatorRGBEnums value)
Sets the value of the operator property. |
void |
setScale(Float value)
Sets the value of the scale property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<GlesTexcombinerArgumentRGBType> argument
protected GlesTexcombinerOperatorRGBEnums operator
protected Float scale
| Constructor Detail |
|---|
public GlesTexcombinerCommandRGBType()
| Method Detail |
|---|
public List<GlesTexcombinerArgumentRGBType> getArgument()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
GlesTexcombinerArgumentRGBType
public GlesTexcombinerOperatorRGBEnums getOperator()
GlesTexcombinerOperatorRGBEnumspublic void setOperator(GlesTexcombinerOperatorRGBEnums value)
value - allowed object is
GlesTexcombinerOperatorRGBEnumspublic Float getScale()
Floatpublic void setScale(Float value)
value - allowed object is
Float
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||