Agora Interactive Whiteboard Java API Reference
|
Public Member Functions | |
double | getX () |
void | setX (double x) |
double | getY () |
void | setY (double y) |
Public Member Functions inherited from com.herewhite.sdk.domain.WhiteObject | |
String | toString () |
JSONObject | toJSON () |
The Point
class, for describing a point in the world coordinate system (taking the center of the initial whiteboard as the origin).
double com.herewhite.sdk.domain.Point.getX | ( | ) |
Gets the X coordinate of the point in the world coordinate system.
void com.herewhite.sdk.domain.Point.setX | ( | double | x | ) |
Sets the X coordinate of the point in the world coordinate system.
x | The X coordinate of the point in the world coordinate system. |
double com.herewhite.sdk.domain.Point.getY | ( | ) |
Gets the Y coordinate of the point in the world coordinate system.
void com.herewhite.sdk.domain.Point.setY | ( | double | y | ) |
Sets the Y coordinate of the point in the world coordinate system.
y | The Y coordinate of the point in the world coordinate system. |