org.collada._2005._11.colladaschema
Class Light.TechniqueCommon.Point

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Light.TechniqueCommon.Point
Enclosing class:
Light.TechniqueCommon

public static class Light.TechniqueCommon.Point
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"/>
         <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

color

protected TargetableFloat3 color

constantAttenuation

protected TargetableFloat constantAttenuation

linearAttenuation

protected TargetableFloat linearAttenuation

quadraticAttenuation

protected TargetableFloat quadraticAttenuation
Constructor Detail

Light.TechniqueCommon.Point

public Light.TechniqueCommon.Point()
Method Detail

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

getConstantAttenuation

public TargetableFloat getConstantAttenuation()
Gets the value of the constantAttenuation property.

Returns:
possible object is TargetableFloat

setConstantAttenuation

public void setConstantAttenuation(TargetableFloat value)
Sets the value of the constantAttenuation property.

Parameters:
value - allowed object is TargetableFloat

getLinearAttenuation

public TargetableFloat getLinearAttenuation()
Gets the value of the linearAttenuation property.

Returns:
possible object is TargetableFloat

setLinearAttenuation

public void setLinearAttenuation(TargetableFloat value)
Sets the value of the linearAttenuation property.

Parameters:
value - allowed object is TargetableFloat

getQuadraticAttenuation

public TargetableFloat getQuadraticAttenuation()
Gets the value of the quadraticAttenuation property.

Returns:
possible object is TargetableFloat

setQuadraticAttenuation

public void setQuadraticAttenuation(TargetableFloat value)
Sets the value of the quadraticAttenuation property.

Parameters:
value - allowed object is TargetableFloat

CroftSoft Javadoc

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