|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.Camera
public class Camera
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 |
|---|
public Camera()
| Method Detail |
|---|
public PresetCameraType getPresetType()
public void setPresetType(PresetCameraType value)
public float getFieldOfView()
public void setFieldOfView(float value)
public float getZoom()
public void setZoom(float value)
public void setCameraRotation(float latitude,
float longitude,
float revolution)
latitude - longitude - revolution - public float[] getCameraRotations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||