|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTexcombinerCommandType
public class GlesTexcombinerCommandType
Java class for gles_texcombiner_command_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gles_texcombiner_command_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="constant" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texture_constant_type" minOccurs="0"/>
<element name="RGB" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_commandRGB_type" minOccurs="0"/>
<element name="alpha" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_commandAlpha_type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GlesTexcombinerCommandAlphaType |
alpha
|
protected GlesTextureConstantType |
constant
|
protected GlesTexcombinerCommandRGBType |
rgb
|
| Constructor Summary | |
|---|---|
GlesTexcombinerCommandType()
|
|
| Method Summary | |
|---|---|
GlesTexcombinerCommandAlphaType |
getAlpha()
Gets the value of the alpha property. |
GlesTextureConstantType |
getConstant()
Gets the value of the constant property. |
GlesTexcombinerCommandRGBType |
getRGB()
Gets the value of the rgb property. |
void |
setAlpha(GlesTexcombinerCommandAlphaType value)
Sets the value of the alpha property. |
void |
setConstant(GlesTextureConstantType value)
Sets the value of the constant property. |
void |
setRGB(GlesTexcombinerCommandRGBType value)
Sets the value of the rgb property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GlesTextureConstantType constant
protected GlesTexcombinerCommandRGBType rgb
protected GlesTexcombinerCommandAlphaType alpha
| Constructor Detail |
|---|
public GlesTexcombinerCommandType()
| Method Detail |
|---|
public GlesTextureConstantType getConstant()
GlesTextureConstantTypepublic void setConstant(GlesTextureConstantType value)
value - allowed object is
GlesTextureConstantTypepublic GlesTexcombinerCommandRGBType getRGB()
GlesTexcombinerCommandRGBTypepublic void setRGB(GlesTexcombinerCommandRGBType value)
value - allowed object is
GlesTexcombinerCommandRGBTypepublic GlesTexcombinerCommandAlphaType getAlpha()
GlesTexcombinerCommandAlphaTypepublic void setAlpha(GlesTexcombinerCommandAlphaType value)
value - allowed object is
GlesTexcombinerCommandAlphaType
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||