public class ColladaVertices extends ColladaAbstractObject
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ColladaInput> | inputsInputs to the vertices element. | 
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description | 
|---|
| ColladaVertices(String ns)Construct an instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ColladaInput> | getInputs()Indicates the vertex inputs. | 
| ColladaInput | getPositionInput()Indicates the input with the semantic "POSITION". | 
| void | setField(String keyName,
        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 List<ColladaInput> inputs
public ColladaVertices(String ns)
ns - the qualifying namespace URI. May be null to indicate no namespace qualification.public List<ColladaInput> getInputs()
public ColladaInput getPositionInput()
public void setField(String keyName, Object value)
setField in class AbstractXMLEventParser