public class ColladaVertices extends ColladaAbstractObject
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ColladaInput> |
inputs
Inputs to the vertices element.
|
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
ColladaVertices(java.lang.String ns)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColladaInput> |
getInputs()
Indicates the vertex inputs.
|
ColladaInput |
getPositionInput()
Indicates the input with the semantic "POSITION".
|
void |
setField(java.lang.String keyName,
java.lang.Object value) |
getLocalExtent, getRootallocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setFields, setNamespaceURI, setParentprotected java.util.List<ColladaInput> inputs
public ColladaVertices(java.lang.String ns)
ns - the qualifying namespace URI. May be null to indicate no namespace qualification.public java.util.List<ColladaInput> getInputs()
public ColladaInput getPositionInput()
public void setField(java.lang.String keyName,
java.lang.Object value)
setField in class AbstractXMLEventParser