public class ColladaAbstractShader extends ColladaAbstractObject
CHARACTERS_CONTENT, fields, namespaceURI, parent| Modifier | Constructor and Description | 
|---|---|
| protected  | ColladaAbstractShader(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, getRootallocate, 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, setParentprotected ColladaAbstractShader(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()