|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Light.TechniqueCommon.Point
public static class Light.TechniqueCommon.Point
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="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
<element name="constant_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="linear_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="quadratic_attenuation" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TargetableFloat3 |
color
|
protected TargetableFloat |
constantAttenuation
|
protected TargetableFloat |
linearAttenuation
|
protected TargetableFloat |
quadraticAttenuation
|
| Constructor Summary | |
|---|---|
Light.TechniqueCommon.Point()
|
|
| Method Summary | |
|---|---|
TargetableFloat3 |
getColor()
Gets the value of the color property. |
TargetableFloat |
getConstantAttenuation()
Gets the value of the constantAttenuation property. |
TargetableFloat |
getLinearAttenuation()
Gets the value of the linearAttenuation property. |
TargetableFloat |
getQuadraticAttenuation()
Gets the value of the quadraticAttenuation property. |
void |
setColor(TargetableFloat3 value)
Sets the value of the color property. |
void |
setConstantAttenuation(TargetableFloat value)
Sets the value of the constantAttenuation property. |
void |
setLinearAttenuation(TargetableFloat value)
Sets the value of the linearAttenuation property. |
void |
setQuadraticAttenuation(TargetableFloat value)
Sets the value of the quadraticAttenuation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TargetableFloat3 color
protected TargetableFloat constantAttenuation
protected TargetableFloat linearAttenuation
protected TargetableFloat quadraticAttenuation
| Constructor Detail |
|---|
public Light.TechniqueCommon.Point()
| Method Detail |
|---|
public TargetableFloat3 getColor()
TargetableFloat3public void setColor(TargetableFloat3 value)
value - allowed object is
TargetableFloat3public TargetableFloat getConstantAttenuation()
TargetableFloatpublic void setConstantAttenuation(TargetableFloat value)
value - allowed object is
TargetableFloatpublic TargetableFloat getLinearAttenuation()
TargetableFloatpublic void setLinearAttenuation(TargetableFloat value)
value - allowed object is
TargetableFloatpublic TargetableFloat getQuadraticAttenuation()
TargetableFloatpublic void setQuadraticAttenuation(TargetableFloat value)
value - allowed object is
TargetableFloat
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||