Agora Interactive Whiteboard Java API Reference
|
Public Member Functions | |
AnimationMode | getAnimationMode () |
void | setAnimationMode (AnimationMode animationMode) |
Double | getCenterX () |
void | setCenterX (Double centerX) |
Double | getCenterY () |
void | setCenterY (Double centerY) |
Double | getScale () |
void | setScale (Double scale) |
![]() | |
String | toString () |
JSONObject | toJSON () |
Configurations for the view.
AnimationMode com.herewhite.sdk.domain.CameraConfig.getAnimationMode | ( | ) |
Gets the animation mode of the view.
AnimationMode
. void com.herewhite.sdk.domain.CameraConfig.setAnimationMode | ( | AnimationMode | animationMode | ) |
Sets the animation mode of the view.
animationMode | The animation mode of the view. See AnimationMode . |
Double com.herewhite.sdk.domain.CameraConfig.getCenterX | ( | ) |
Gets the X coordinate of the center of the view in the world coordinate system (taking the center of the initial whiteboard as the origin).
void com.herewhite.sdk.domain.CameraConfig.setCenterX | ( | Double | centerX | ) |
Sets the X coordinate of the center of the view in the world coordinate system (taking the center of the initial whiteboard as the origin).
centerX | The X coordinate of the center of the view in the world coordinate system. The default value is 0.0. |
Double com.herewhite.sdk.domain.CameraConfig.getCenterY | ( | ) |
Gets the Y coordinate of the center of the view in the world coordinate system (taking the center of the initial whiteboard as the origin).
void com.herewhite.sdk.domain.CameraConfig.setCenterY | ( | Double | centerY | ) |
Sets the Y coordinate of the center of the view in the world coordinate system (taking the center of the initial whiteboard as the origin).
centerY | The Y coordinate of the center of the view in the world coordinate system. The default value is 0.0. |
Double com.herewhite.sdk.domain.CameraConfig.getScale | ( | ) |
Gets the scale factor of the view.
void com.herewhite.sdk.domain.CameraConfig.setScale | ( | Double | scale | ) |
Sets the scale factor of the view.
scale | The scale factor of the view. The default value is 1.0 . |