|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.ProfileCOMMON.Type.Technique.Phong
public static class ProfileCOMMON.Type.Technique.Phong
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.Phong()
|
|
| 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 |
|---|
protected CommonColorOrTextureType emission
protected CommonColorOrTextureType ambient
protected CommonColorOrTextureType diffuse
protected CommonColorOrTextureType specular
protected CommonFloatOrParamType shininess
protected CommonColorOrTextureType reflective
protected CommonFloatOrParamType reflectivity
protected CommonTransparentType transparent
protected CommonFloatOrParamType transparency
protected CommonFloatOrParamType indexOfRefraction
| Constructor Detail |
|---|
public ProfileCOMMON.Type.Technique.Phong()
| Method Detail |
|---|
public CommonColorOrTextureType getEmission()
CommonColorOrTextureTypepublic void setEmission(CommonColorOrTextureType value)
value - allowed object is
CommonColorOrTextureTypepublic CommonColorOrTextureType getAmbient()
CommonColorOrTextureTypepublic void setAmbient(CommonColorOrTextureType value)
value - allowed object is
CommonColorOrTextureTypepublic CommonColorOrTextureType getDiffuse()
CommonColorOrTextureTypepublic void setDiffuse(CommonColorOrTextureType value)
value - allowed object is
CommonColorOrTextureTypepublic CommonColorOrTextureType getSpecular()
CommonColorOrTextureTypepublic void setSpecular(CommonColorOrTextureType value)
value - allowed object is
CommonColorOrTextureTypepublic CommonFloatOrParamType getShininess()
CommonFloatOrParamTypepublic void setShininess(CommonFloatOrParamType value)
value - allowed object is
CommonFloatOrParamTypepublic CommonColorOrTextureType getReflective()
CommonColorOrTextureTypepublic void setReflective(CommonColorOrTextureType value)
value - allowed object is
CommonColorOrTextureTypepublic CommonFloatOrParamType getReflectivity()
CommonFloatOrParamTypepublic void setReflectivity(CommonFloatOrParamType value)
value - allowed object is
CommonFloatOrParamTypepublic CommonTransparentType getTransparent()
CommonTransparentTypepublic void setTransparent(CommonTransparentType value)
value - allowed object is
CommonTransparentTypepublic CommonFloatOrParamType getTransparency()
CommonFloatOrParamTypepublic void setTransparency(CommonFloatOrParamType value)
value - allowed object is
CommonFloatOrParamTypepublic CommonFloatOrParamType getIndexOfRefraction()
CommonFloatOrParamTypepublic void setIndexOfRefraction(CommonFloatOrParamType value)
value - allowed object is
CommonFloatOrParamType
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||