org.collada._2005._11.colladaschema
Class Camera.Optics.TechniqueCommon.Perspective

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Camera.Optics.TechniqueCommon.Perspective
Enclosing class:
Camera.Optics.TechniqueCommon

public static class Camera.Optics.TechniqueCommon.Perspective
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>
         <choice>
           <sequence>
             <element name="xfov" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
             <choice minOccurs="0">
               <element name="yfov" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
               <element name="aspect_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
             </choice>
           </sequence>
           <sequence>
             <element name="yfov" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
             <element name="aspect_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
           </sequence>
         </choice>
         <element name="znear" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
         <element name="zfar" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TargetableFloat aspectRatio1
           
protected  TargetableFloat aspectRatio2
           
protected  TargetableFloat xfov1
           
protected  TargetableFloat yfov1
           
protected  TargetableFloat yfov2
           
protected  TargetableFloat zfar
           
protected  TargetableFloat znear
           
 
Constructor Summary
Camera.Optics.TechniqueCommon.Perspective()
           
 
Method Summary
 TargetableFloat getAspectRatio1()
          Gets the value of the aspectRatio1 property.
 TargetableFloat getAspectRatio2()
          Gets the value of the aspectRatio2 property.
 TargetableFloat getXfov1()
          Gets the value of the xfov1 property.
 TargetableFloat getYfov1()
          Gets the value of the yfov1 property.
 TargetableFloat getYfov2()
          Gets the value of the yfov2 property.
 TargetableFloat getZfar()
          Gets the value of the zfar property.
 TargetableFloat getZnear()
          Gets the value of the znear property.
 void setAspectRatio1(TargetableFloat value)
          Sets the value of the aspectRatio1 property.
 void setAspectRatio2(TargetableFloat value)
          Sets the value of the aspectRatio2 property.
 void setXfov1(TargetableFloat value)
          Sets the value of the xfov1 property.
 void setYfov1(TargetableFloat value)
          Sets the value of the yfov1 property.
 void setYfov2(TargetableFloat value)
          Sets the value of the yfov2 property.
 void setZfar(TargetableFloat value)
          Sets the value of the zfar property.
 void setZnear(TargetableFloat value)
          Sets the value of the znear property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xfov1

protected TargetableFloat xfov1

yfov1

protected TargetableFloat yfov1

aspectRatio1

protected TargetableFloat aspectRatio1

yfov2

protected TargetableFloat yfov2

aspectRatio2

protected TargetableFloat aspectRatio2

znear

protected TargetableFloat znear

zfar

protected TargetableFloat zfar
Constructor Detail

Camera.Optics.TechniqueCommon.Perspective

public Camera.Optics.TechniqueCommon.Perspective()
Method Detail

getXfov1

public TargetableFloat getXfov1()
Gets the value of the xfov1 property.

Returns:
possible object is TargetableFloat

setXfov1

public void setXfov1(TargetableFloat value)
Sets the value of the xfov1 property.

Parameters:
value - allowed object is TargetableFloat

getYfov1

public TargetableFloat getYfov1()
Gets the value of the yfov1 property.

Returns:
possible object is TargetableFloat

setYfov1

public void setYfov1(TargetableFloat value)
Sets the value of the yfov1 property.

Parameters:
value - allowed object is TargetableFloat

getAspectRatio1

public TargetableFloat getAspectRatio1()
Gets the value of the aspectRatio1 property.

Returns:
possible object is TargetableFloat

setAspectRatio1

public void setAspectRatio1(TargetableFloat value)
Sets the value of the aspectRatio1 property.

Parameters:
value - allowed object is TargetableFloat

getYfov2

public TargetableFloat getYfov2()
Gets the value of the yfov2 property.

Returns:
possible object is TargetableFloat

setYfov2

public void setYfov2(TargetableFloat value)
Sets the value of the yfov2 property.

Parameters:
value - allowed object is TargetableFloat

getAspectRatio2

public TargetableFloat getAspectRatio2()
Gets the value of the aspectRatio2 property.

Returns:
possible object is TargetableFloat

setAspectRatio2

public void setAspectRatio2(TargetableFloat value)
Sets the value of the aspectRatio2 property.

Parameters:
value - allowed object is TargetableFloat

getZnear

public TargetableFloat getZnear()
Gets the value of the znear property.

Returns:
possible object is TargetableFloat

setZnear

public void setZnear(TargetableFloat value)
Sets the value of the znear property.

Parameters:
value - allowed object is TargetableFloat

getZfar

public TargetableFloat getZfar()
Gets the value of the zfar property.

Returns:
possible object is TargetableFloat

setZfar

public void setZfar(TargetableFloat value)
Sets the value of the zfar property.

Parameters:
value - allowed object is TargetableFloat

CroftSoft Javadoc

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