public class CTModel3DCamera extends java.lang.Object implements Child
Java class for CT_Model3DCamera complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Model3DCamera">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point3D"/>
<element name="up" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Vector3D"/>
<element name="lookAt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point3D"/>
<choice>
<element name="orthographic" type="{http://schemas.microsoft.com/office/drawing/2017/model3d}CT_OrthographicProjection"/>
<element name="perspective" type="{http://schemas.microsoft.com/office/drawing/2017/model3d}CT_PerspectiveProjection"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOfficeArtExtensionList |
extLst |
protected CTPoint3D |
lookAt |
protected CTOrthographicProjection |
orthographic |
protected CTPerspectiveProjection |
perspective |
protected CTPoint3D |
pos |
protected CTVector3D |
up |
| Constructor and Description |
|---|
CTModel3DCamera() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTPoint3D |
getLookAt()
Gets the value of the lookAt property.
|
CTOrthographicProjection |
getOrthographic()
Gets the value of the orthographic property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPerspectiveProjection |
getPerspective()
Gets the value of the perspective property.
|
CTPoint3D |
getPos()
Gets the value of the pos property.
|
CTVector3D |
getUp()
Gets the value of the up property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLookAt(CTPoint3D value)
Sets the value of the lookAt property.
|
void |
setOrthographic(CTOrthographicProjection value)
Sets the value of the orthographic property.
|
void |
setParent(java.lang.Object parent) |
void |
setPerspective(CTPerspectiveProjection value)
Sets the value of the perspective property.
|
void |
setPos(CTPoint3D value)
Sets the value of the pos property.
|
void |
setUp(CTVector3D value)
Sets the value of the up property.
|
protected CTPoint3D pos
protected CTVector3D up
protected CTPoint3D lookAt
protected CTOrthographicProjection orthographic
protected CTPerspectiveProjection perspective
protected CTOfficeArtExtensionList extLst
public CTPoint3D getPos()
CTPoint3Dpublic void setPos(CTPoint3D value)
value - allowed object is
CTPoint3Dpublic CTVector3D getUp()
CTVector3Dpublic void setUp(CTVector3D value)
value - allowed object is
CTVector3Dpublic CTPoint3D getLookAt()
CTPoint3Dpublic void setLookAt(CTPoint3D value)
value - allowed object is
CTPoint3Dpublic CTOrthographicProjection getOrthographic()
CTOrthographicProjectionpublic void setOrthographic(CTOrthographicProjection value)
value - allowed object is
CTOrthographicProjectionpublic CTPerspectiveProjection getPerspective()
CTPerspectiveProjectionpublic void setPerspective(CTPerspectiveProjection value)
value - allowed object is
CTPerspectiveProjectionpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.