org.collada._2005._11.colladaschema
Class Light.TechniqueCommon.Ambient
java.lang.Object
org.collada._2005._11.colladaschema.Light.TechniqueCommon.Ambient
- Enclosing class:
- Light.TechniqueCommon
public static class Light.TechniqueCommon.Ambient
- 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="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
protected TargetableFloat3 color
Light.TechniqueCommon.Ambient
public Light.TechniqueCommon.Ambient()
getColor
public TargetableFloat3 getColor()
- Gets the value of the color property.
- Returns:
- possible object is
TargetableFloat3
setColor
public void setColor(TargetableFloat3 value)
- Sets the value of the color property.
- Parameters:
value - allowed object is
TargetableFloat3
CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)