|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Camera.Optics.TechniqueCommon
public static class Camera.Optics.TechniqueCommon
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">
<choice>
<element name="orthographic">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element name="xmag" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
<choice minOccurs="0">
<element name="ymag" 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="ymag" 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>
</element>
<element name="perspective">
<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>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Camera.Optics.TechniqueCommon.Orthographic
Java class for anonymous complex type. |
static class |
Camera.Optics.TechniqueCommon.Perspective
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Camera.Optics.TechniqueCommon.Orthographic |
orthographic
|
protected Camera.Optics.TechniqueCommon.Perspective |
perspective
|
| Constructor Summary | |
|---|---|
Camera.Optics.TechniqueCommon()
|
|
| Method Summary | |
|---|---|
Camera.Optics.TechniqueCommon.Orthographic |
getOrthographic()
Gets the value of the orthographic property. |
Camera.Optics.TechniqueCommon.Perspective |
getPerspective()
Gets the value of the perspective property. |
void |
setOrthographic(Camera.Optics.TechniqueCommon.Orthographic value)
Sets the value of the orthographic property. |
void |
setPerspective(Camera.Optics.TechniqueCommon.Perspective value)
Sets the value of the perspective property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Camera.Optics.TechniqueCommon.Orthographic orthographic
protected Camera.Optics.TechniqueCommon.Perspective perspective
| Constructor Detail |
|---|
public Camera.Optics.TechniqueCommon()
| Method Detail |
|---|
public Camera.Optics.TechniqueCommon.Orthographic getOrthographic()
Camera.Optics.TechniqueCommon.Orthographicpublic void setOrthographic(Camera.Optics.TechniqueCommon.Orthographic value)
value - allowed object is
Camera.Optics.TechniqueCommon.Orthographicpublic Camera.Optics.TechniqueCommon.Perspective getPerspective()
Camera.Optics.TechniqueCommon.Perspectivepublic void setPerspective(Camera.Optics.TechniqueCommon.Perspective value)
value - allowed object is
Camera.Optics.TechniqueCommon.Perspective
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||