org.collada._2005._11.colladaschema
Class PhysicsScene.TechniqueCommon

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

public static class PhysicsScene.TechniqueCommon
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="gravity" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
         <element name="time_step" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TargetableFloat3 gravity
           
protected  TargetableFloat timeStep
           
 
Constructor Summary
PhysicsScene.TechniqueCommon()
           
 
Method Summary
 TargetableFloat3 getGravity()
          Gets the value of the gravity property.
 TargetableFloat getTimeStep()
          Gets the value of the timeStep property.
 void setGravity(TargetableFloat3 value)
          Sets the value of the gravity property.
 void setTimeStep(TargetableFloat value)
          Sets the value of the timeStep property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gravity

protected TargetableFloat3 gravity

timeStep

protected TargetableFloat timeStep
Constructor Detail

PhysicsScene.TechniqueCommon

public PhysicsScene.TechniqueCommon()
Method Detail

getGravity

public TargetableFloat3 getGravity()
Gets the value of the gravity property.

Returns:
possible object is TargetableFloat3

setGravity

public void setGravity(TargetableFloat3 value)
Sets the value of the gravity property.

Parameters:
value - allowed object is TargetableFloat3

getTimeStep

public TargetableFloat getTimeStep()
Gets the value of the timeStep property.

Returns:
possible object is TargetableFloat

setTimeStep

public void setTimeStep(TargetableFloat value)
Sets the value of the timeStep property.

Parameters:
value - allowed object is TargetableFloat

CroftSoft Javadoc

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