public class ColladaEffect extends ColladaAbstractParamContainer
newParamsCHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
ColladaEffect(String ns)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Material |
getMaterial()
Indicates the material specified by this effect.
|
ColladaNewParam |
getParam(String sid)
Find a NewParam item by scoped ID (the sid attribute of the param).
|
ColladaProfileCommon |
getProfileCommon()
Indicates the value of the profile_COMMON field.
|
ColladaTexture |
getTexture()
Indicates the texture specified by this effect.
|
setFieldgetLocalExtent, 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, setParentpublic ColladaEffect(String ns)
ns - the qualifying namespace URI. May be null to indicate no namespace qualification.public Material getMaterial()
public ColladaNewParam getParam(String sid)
getParam in class ColladaAbstractParamContainersid - Id to search for.public ColladaProfileCommon getProfileCommon()
public ColladaTexture getTexture()