|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTexturePipeline
public class GlesTexturePipeline
Defines a set of texturing commands that will be converted into multitexturing operations using glTexEnv in regular and combiner mode.
Java class for gles_texture_pipeline complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gles_texture_pipeline">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="texcombiner" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_command_type"/>
<element name="texenv" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texenv_command_type"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra"/>
</choice>
<attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
sid
|
protected List<Object> |
texcombinerOrTexenvOrExtra
|
| Constructor Summary | |
|---|---|
GlesTexturePipeline()
|
|
| Method Summary | |
|---|---|
String |
getSid()
Gets the value of the sid property. |
List<Object> |
getTexcombinerOrTexenvOrExtra()
Gets the value of the texcombinerOrTexenvOrExtra property. |
void |
setSid(String value)
Sets the value of the sid property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> texcombinerOrTexenvOrExtra
protected String sid
| Constructor Detail |
|---|
public GlesTexturePipeline()
| Method Detail |
|---|
public List<Object> getTexcombinerOrTexenvOrExtra()
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 texcombinerOrTexenvOrExtra property.
For example, to add a new item, do as follows:
getTexcombinerOrTexenvOrExtra().add(newItem);
Objects of the following type(s) are allowed in the list
GlesTexenvCommandType
Extra
GlesTexcombinerCommandType
public String getSid()
Stringpublic void setSid(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||