Uses of Class
hmi.graphics.collada.ParamValue

Packages that use ParamValue
hmi.graphics.collada Support for loading Collada Graphics files 
hmi.graphics.collada.scenegraph Support for loading Collada Graphics files 
 

Uses of ParamValue in hmi.graphics.collada
 

Fields in hmi.graphics.collada declared as ParamValue
private  ParamValue Setparam.value
           
private  ParamValue Newparam.value
           
 

Methods in hmi.graphics.collada that return ParamValue
 ParamValue Setparam.getParamValue()
           
 ParamValue Newparam.getParamValue()
           
 

Method parameters in hmi.graphics.collada with type arguments of type ParamValue
 float[] FixedFunctionShader.getAmbientColor(Map<String,ParamValue> paramDefs)
           
 float[] CommonColorOrTextureType.getColor4f(Map<String,ParamValue> paramDefs)
          Returns the float[4] color array if it is defined, or else, tries to look it up in the specified parameter map
 float[] FixedFunctionShader.getDiffuseColor(Map<String,ParamValue> paramDefs)
           
 float[] FixedFunctionShader.getEmissionColor(Map<String,ParamValue> paramDefs)
           
 float[] FixedFunctionShader.getReflectiveColor(Map<String,ParamValue> paramDefs)
           
 float[] FixedFunctionShader.getSpecularColor(Map<String,ParamValue> paramDefs)
           
 float[] FixedFunctionShader.getTransparentColor(Map<String,ParamValue> paramDefs)
           
 

Uses of ParamValue in hmi.graphics.collada.scenegraph
 

Methods in hmi.graphics.collada.scenegraph that return types with arguments of type ParamValue
static Map<String,ParamValue> MaterialTranslator.addNewparams(Map<String,ParamValue> map, List<Newparam> params)
           
static Map<String,ParamValue> MaterialTranslator.applySetparams(Map<String,ParamValue> paramMap, List<Setparam> setParams)
           
static Map<String,ParamValue> MaterialTranslator.getSetparamMap(List<Setparam> params)
           
 

Method parameters in hmi.graphics.collada.scenegraph with type arguments of type ParamValue
static Map<String,ParamValue> MaterialTranslator.addNewparams(Map<String,ParamValue> map, List<Newparam> params)
           
static Map<String,ParamValue> MaterialTranslator.applySetparams(Map<String,ParamValue> paramMap, List<Setparam> setParams)
           
private static Map<String,String> MaterialTranslator.fixedFunctionShaderSetting(Collada collada, FixedFunctionShader shader, Map<String,ParamValue> paramMap, InstanceMaterial im, GMaterial gmaterial)
          create gmaterial settings from the specified shader, using possible parameter setting.
private static GTexture MaterialTranslator.getGTexture(Collada collada, CommonTexture texture, Map<String,ParamValue> paramMap)