public class ColladaEffect extends ColladaAbstractParamContainer
newParams
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
ColladaEffect(java.lang.String ns)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
Material |
getMaterial()
Indicates the material specified by this effect.
|
ColladaNewParam |
getParam(java.lang.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.
|
setField
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
public ColladaEffect(java.lang.String ns)
ns
- the qualifying namespace URI. May be null to indicate no namespace qualification.public Material getMaterial()
public ColladaNewParam getParam(java.lang.String sid)
getParam
in class ColladaAbstractParamContainer
sid
- Id to search for.public ColladaProfileCommon getProfileCommon()
public ColladaTexture getTexture()