|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.CameraEx
public class CameraEx
Represents a camera object.
Constructor Summary | |
---|---|
CameraEx()
Default constructor. |
Method Summary | |
---|---|
CameraPresetTypeEx |
getCameraType()
Returns the camera type. |
float |
getFieldOfViewAngle()
Returns the FOV of a camera (0-180 degree, field of View). |
float[] |
getRotation()
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. |
float |
getZoom()
Returns the camera zoom (positive percentage value). |
void |
setCameraType(CameraPresetTypeEx value)
Sets the camera type. |
void |
setFieldOfViewAngle(float value)
Sets the FOV of a camera (0-180 degree, field of View). |
void |
setRotation(float latitude,
float longitude,
float revolution)
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. |
void |
setZoom(float value)
Sets the camera zoom (positive percentage value). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CameraEx()
Method Detail |
---|
public CameraPresetTypeEx getCameraType()
CameraPresetTypeEx
.
public void setCameraType(CameraPresetTypeEx value)
value
- new camera type. See CameraPresetTypeEx
.public float getFieldOfViewAngle()
public void setFieldOfViewAngle(float value)
value
- FOV of a camera.public float getZoom()
public void setZoom(float value)
value
- new camera zoom.public void setRotation(float latitude, float longitude, float revolution)
latitude
- longitude
- revolution
- public float[] getRotation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |