|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Skin
public class Skin
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bind_shape_matrix" type="{http://www.collada.org/2005/11/COLLADASchema}float4x4" minOccurs="0"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}source" maxOccurs="unbounded" minOccurs="3"/>
<element name="joints">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="input" type="{http://www.collada.org/2005/11/COLLADASchema}InputLocal" maxOccurs="unbounded" minOccurs="2"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="vertex_weights">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="input" type="{http://www.collada.org/2005/11/COLLADASchema}InputLocalOffset" maxOccurs="unbounded" minOccurs="2"/>
<element name="vcount" type="{http://www.collada.org/2005/11/COLLADASchema}ListOfUInts" minOccurs="0"/>
<element name="v" type="{http://www.collada.org/2005/11/COLLADASchema}ListOfInts" minOccurs="0"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="count" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Skin.Joints
Java class for anonymous complex type. |
static class |
Skin.VertexWeights
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Double> |
bindShapeMatrix
|
protected List<Extra> |
extra
|
protected Skin.Joints |
joints
|
protected List<Source> |
source1
|
protected String |
source2
|
protected Skin.VertexWeights |
vertexWeights
|
| Constructor Summary | |
|---|---|
Skin()
|
|
| Method Summary | |
|---|---|
List<Double> |
getBindShapeMatrix()
Gets the value of the bindShapeMatrix property. |
List<Extra> |
getExtra()
The extra element may appear any number of times. |
Skin.Joints |
getJoints()
Gets the value of the joints property. |
List<Source> |
getSource1()
The skin element must contain at least three source elements. |
String |
getSource2()
Gets the value of the source2 property. |
Skin.VertexWeights |
getVertexWeights()
Gets the value of the vertexWeights property. |
void |
setJoints(Skin.Joints value)
Sets the value of the joints property. |
void |
setSource2(String value)
Sets the value of the source2 property. |
void |
setVertexWeights(Skin.VertexWeights value)
Sets the value of the vertexWeights property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Double> bindShapeMatrix
protected List<Source> source1
protected Skin.Joints joints
protected Skin.VertexWeights vertexWeights
protected List<Extra> extra
protected String source2
| Constructor Detail |
|---|
public Skin()
| Method Detail |
|---|
public List<Double> getBindShapeMatrix()
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 bindShapeMatrix property.
For example, to add a new item, do as follows:
getBindShapeMatrix().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Source> getSource1()
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 source1 property.
For example, to add a new item, do as follows:
getSource1().add(newItem);
Objects of the following type(s) are allowed in the list
Source
public Skin.Joints getJoints()
Skin.Jointspublic void setJoints(Skin.Joints value)
value - allowed object is
Skin.Jointspublic Skin.VertexWeights getVertexWeights()
Skin.VertexWeightspublic void setVertexWeights(Skin.VertexWeights value)
value - allowed object is
Skin.VertexWeightspublic List<Extra> getExtra()
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 extra property.
For example, to add a new item, do as follows:
getExtra().add(newItem);
Objects of the following type(s) are allowed in the list
Extra
public String getSource2()
Stringpublic void setSource2(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 | |||||||||