public class ColladaInstanceMaterial extends ColladaAbstractInstance<ColladaMaterial>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ColladaBindVertexInput> |
bindVertexInputs |
instance
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
ColladaInstanceMaterial(java.lang.String ns) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColladaBindVertexInput> |
getBindVertexInputs()
Indicates the bind_vertex_input element.
|
java.lang.String |
getSymbol() |
java.lang.String |
getTarget() |
java.lang.String |
getUrl()
Instance_material uses a "target" attribute instead of the "url" attribute used by other instance elements.
|
void |
setField(java.lang.String keyName,
java.lang.Object value) |
get
getLocalExtent, getRoot
allocate, 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, setParent
protected java.util.List<ColladaBindVertexInput> bindVertexInputs
public java.util.List<ColladaBindVertexInput> getBindVertexInputs()
public java.lang.String getSymbol()
public java.lang.String getTarget()
public java.lang.String getUrl()
getUrl
in class ColladaAbstractInstance<ColladaMaterial>
public void setField(java.lang.String keyName, java.lang.Object value)
setField
in class AbstractXMLEventParser