public class ColladaAbstractShader extends ColladaAbstractObject
CHARACTERS_CONTENT, fields, namespaceURI, parent
Modifier | Constructor and Description |
---|---|
protected |
ColladaAbstractShader(java.lang.String namespaceURI)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
ColladaTextureOrColor |
getAmbient()
Indicates the shader's ambient parameter.
|
ColladaTextureOrColor |
getDiffuse()
Indicates the shader's diffuse parameter.
|
ColladaTextureOrColor |
getEmission()
Indicates the shader's emission parameter.
|
ColladaTextureOrColor |
getSpecular()
Indicates the shader's specular parameter.
|
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, setField, setFields, setNamespaceURI, setParent
protected ColladaAbstractShader(java.lang.String namespaceURI)
namespaceURI
- the qualifying namespace URI. May be null to indicate no namespace qualification.public ColladaTextureOrColor getAmbient()
public ColladaTextureOrColor getDiffuse()
public ColladaTextureOrColor getEmission()
public ColladaTextureOrColor getSpecular()