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