public class CTCamera extends Object
Java class for CT_Camera complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Camera"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SphereCoords" minOccurs="0"/> </sequence> <attribute name="prst" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PresetCameraType" /> <attribute name="fov" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FOVAngle" /> <attribute name="zoom" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositivePercentage" default="100000" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
fov |
protected STPresetCameraType |
prst |
protected CTSphereCoords |
rot |
protected Integer |
zoom |
Constructor and Description |
---|
CTCamera() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFov()
Gets the value of the fov property.
|
STPresetCameraType |
getPrst()
Gets the value of the prst property.
|
CTSphereCoords |
getRot()
Gets the value of the rot property.
|
int |
getZoom()
Gets the value of the zoom property.
|
void |
setFov(Integer value)
Sets the value of the fov property.
|
void |
setPrst(STPresetCameraType value)
Sets the value of the prst property.
|
void |
setRot(CTSphereCoords value)
Sets the value of the rot property.
|
void |
setZoom(Integer value)
Sets the value of the zoom property.
|
protected CTSphereCoords rot
protected STPresetCameraType prst
protected Integer fov
protected Integer zoom
public CTSphereCoords getRot()
CTSphereCoords
public void setRot(CTSphereCoords value)
value
- allowed object is
CTSphereCoords
public STPresetCameraType getPrst()
STPresetCameraType
public void setPrst(STPresetCameraType value)
value
- allowed object is
STPresetCameraType
public Integer getFov()
Integer
public void setFov(Integer value)
value
- allowed object is
Integer
public int getZoom()
Integer
Copyright © 2007-2014. All Rights Reserved.