com.spire.presentation
Class Camera

java.lang.Object
  extended by com.spire.presentation.Camera

public class Camera
extends java.lang.Object

Represents Camera.


Constructor Summary
Camera()
           
 
Method Summary
 float[] getCameraRotations()
          A rotation is defined.
 float getFieldOfView()
          Camera field of view.
 PresetCameraType getPresetType()
          Camera type Read/write
 float getZoom()
          Camera percentage zoom.
 void setCameraRotation(float latitude, float longitude, float revolution)
          A rotation is defined .
 void setFieldOfView(float value)
           
 void setPresetType(PresetCameraType value)
           
 void setZoom(float value)
           
 

Constructor Detail

Camera

public Camera()
Method Detail

getPresetType

public PresetCameraType getPresetType()
Camera type Read/write

Returns:

setPresetType

public void setPresetType(PresetCameraType value)

getFieldOfView

public float getFieldOfView()
Camera field of view. Read/write

Returns:

setFieldOfView

public void setFieldOfView(float value)

getZoom

public float getZoom()
Camera percentage zoom. Read/write

Returns:

setZoom

public void setZoom(float value)

setCameraRotation

public void setCameraRotation(float latitude,
                              float longitude,
                              float revolution)
A rotation is defined .

Parameters:
latitude -
longitude -
revolution -

getCameraRotations

public float[] getCameraRotations()
A rotation is defined. latitude, longitude, revolution. Gets null if no rotation defined.

Returns: