camera-ag凯发旗舰厅



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:


网站地图