org.collada._2005._11.colladaschema
Class ProfileCOMMON.Type.Technique.Blinn

java.lang.Object
  extended by org.collada._2005._11.colladaschema.ProfileCOMMON.Type.Technique.Blinn
Enclosing class:
ProfileCOMMON.Type.Technique

public static class ProfileCOMMON.Type.Technique.Blinn
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="emission" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="ambient" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="diffuse" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="specular" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="shininess" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
         <element name="reflective" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="reflectivity" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
         <element name="transparent" type="{http://www.collada.org/2005/11/COLLADASchema}common_transparent_type" minOccurs="0"/>
         <element name="transparency" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
         <element name="index_of_refraction" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CommonColorOrTextureType ambient
           
protected  CommonColorOrTextureType diffuse
           
protected  CommonColorOrTextureType emission
           
protected  CommonFloatOrParamType indexOfRefraction
           
protected  CommonColorOrTextureType reflective
           
protected  CommonFloatOrParamType reflectivity
           
protected  CommonFloatOrParamType shininess
           
protected  CommonColorOrTextureType specular
           
protected  CommonFloatOrParamType transparency
           
protected  CommonTransparentType transparent
           
 
Constructor Summary
ProfileCOMMON.Type.Technique.Blinn()
           
 
Method Summary
 CommonColorOrTextureType getAmbient()
          Gets the value of the ambient property.
 CommonColorOrTextureType getDiffuse()
          Gets the value of the diffuse property.
 CommonColorOrTextureType getEmission()
          Gets the value of the emission property.
 CommonFloatOrParamType getIndexOfRefraction()
          Gets the value of the indexOfRefraction property.
 CommonColorOrTextureType getReflective()
          Gets the value of the reflective property.
 CommonFloatOrParamType getReflectivity()
          Gets the value of the reflectivity property.
 CommonFloatOrParamType getShininess()
          Gets the value of the shininess property.
 CommonColorOrTextureType getSpecular()
          Gets the value of the specular property.
 CommonFloatOrParamType getTransparency()
          Gets the value of the transparency property.
 CommonTransparentType getTransparent()
          Gets the value of the transparent property.
 void setAmbient(CommonColorOrTextureType value)
          Sets the value of the ambient property.
 void setDiffuse(CommonColorOrTextureType value)
          Sets the value of the diffuse property.
 void setEmission(CommonColorOrTextureType value)
          Sets the value of the emission property.
 void setIndexOfRefraction(CommonFloatOrParamType value)
          Sets the value of the indexOfRefraction property.
 void setReflective(CommonColorOrTextureType value)
          Sets the value of the reflective property.
 void setReflectivity(CommonFloatOrParamType value)
          Sets the value of the reflectivity property.
 void setShininess(CommonFloatOrParamType value)
          Sets the value of the shininess property.
 void setSpecular(CommonColorOrTextureType value)
          Sets the value of the specular property.
 void setTransparency(CommonFloatOrParamType value)
          Sets the value of the transparency property.
 void setTransparent(CommonTransparentType value)
          Sets the value of the transparent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emission

protected CommonColorOrTextureType emission

ambient

protected CommonColorOrTextureType ambient

diffuse

protected CommonColorOrTextureType diffuse

specular

protected CommonColorOrTextureType specular

shininess

protected CommonFloatOrParamType shininess

reflective

protected CommonColorOrTextureType reflective

reflectivity

protected CommonFloatOrParamType reflectivity

transparent

protected CommonTransparentType transparent

transparency

protected CommonFloatOrParamType transparency

indexOfRefraction

protected CommonFloatOrParamType indexOfRefraction
Constructor Detail

ProfileCOMMON.Type.Technique.Blinn

public ProfileCOMMON.Type.Technique.Blinn()
Method Detail

getEmission

public CommonColorOrTextureType getEmission()
Gets the value of the emission property.

Returns:
possible object is CommonColorOrTextureType

setEmission

public void setEmission(CommonColorOrTextureType value)
Sets the value of the emission property.

Parameters:
value - allowed object is CommonColorOrTextureType

getAmbient

public CommonColorOrTextureType getAmbient()
Gets the value of the ambient property.

Returns:
possible object is CommonColorOrTextureType

setAmbient

public void setAmbient(CommonColorOrTextureType value)
Sets the value of the ambient property.

Parameters:
value - allowed object is CommonColorOrTextureType

getDiffuse

public CommonColorOrTextureType getDiffuse()
Gets the value of the diffuse property.

Returns:
possible object is CommonColorOrTextureType

setDiffuse

public void setDiffuse(CommonColorOrTextureType value)
Sets the value of the diffuse property.

Parameters:
value - allowed object is CommonColorOrTextureType

getSpecular

public CommonColorOrTextureType getSpecular()
Gets the value of the specular property.

Returns:
possible object is CommonColorOrTextureType

setSpecular

public void setSpecular(CommonColorOrTextureType value)
Sets the value of the specular property.

Parameters:
value - allowed object is CommonColorOrTextureType

getShininess

public CommonFloatOrParamType getShininess()
Gets the value of the shininess property.

Returns:
possible object is CommonFloatOrParamType

setShininess

public void setShininess(CommonFloatOrParamType value)
Sets the value of the shininess property.

Parameters:
value - allowed object is CommonFloatOrParamType

getReflective

public CommonColorOrTextureType getReflective()
Gets the value of the reflective property.

Returns:
possible object is CommonColorOrTextureType

setReflective

public void setReflective(CommonColorOrTextureType value)
Sets the value of the reflective property.

Parameters:
value - allowed object is CommonColorOrTextureType

getReflectivity

public CommonFloatOrParamType getReflectivity()
Gets the value of the reflectivity property.

Returns:
possible object is CommonFloatOrParamType

setReflectivity

public void setReflectivity(CommonFloatOrParamType value)
Sets the value of the reflectivity property.

Parameters:
value - allowed object is CommonFloatOrParamType

getTransparent

public CommonTransparentType getTransparent()
Gets the value of the transparent property.

Returns:
possible object is CommonTransparentType

setTransparent

public void setTransparent(CommonTransparentType value)
Sets the value of the transparent property.

Parameters:
value - allowed object is CommonTransparentType

getTransparency

public CommonFloatOrParamType getTransparency()
Gets the value of the transparency property.

Returns:
possible object is CommonFloatOrParamType

setTransparency

public void setTransparency(CommonFloatOrParamType value)
Sets the value of the transparency property.

Parameters:
value - allowed object is CommonFloatOrParamType

getIndexOfRefraction

public CommonFloatOrParamType getIndexOfRefraction()
Gets the value of the indexOfRefraction property.

Returns:
possible object is CommonFloatOrParamType

setIndexOfRefraction

public void setIndexOfRefraction(CommonFloatOrParamType value)
Sets the value of the indexOfRefraction property.

Parameters:
value - allowed object is CommonFloatOrParamType

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)