ICamera

Overview

ICamera is a interface in Aspose.Slides FOSS for Java.

Represents Camera.

Properties

NameTypeAccessDescription
cameraTypeCameraPresetTypeReadCamera type.
fieldOfViewAngledoubleReadCamera FOV (0-180 deg, field of view).
zoomdoubleReadCamera zoom (positive value in percentage).
rotationdouble[]ReadGets the camera rotation as [latitude, longitude, revolution] in degrees.

Methods

SignatureDescription
getCameraType()CameraPresetTypeCamera type.
setCameraType(value: CameraPresetType)Sets the camera type.
getFieldOfViewAngle()doubleCamera FOV (0-180 deg, field of view).
setFieldOfViewAngle(value: double)Sets the camera FOV.
getZoom()doubleCamera zoom (positive value in percentage).
setZoom(value: double)Sets the camera zoom.
setRotation(latitude: double, longitude: double, revolution: double)Sets the camera rotation.
getRotation()double[]Gets the camera rotation as [latitude, longitude, revolution] in degrees.

See Also