| java.lang.Object | |
| ↳ | dji.common.camera.CameraLensFocusTargetPoint |
The lens focus Target point.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraLensFocusTargetPoint() | |||||||||||
| CameraLensFocusTargetPoint(float x, float y) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| float | getX() | ||||||||||
| float | getY() | ||||||||||
| void |
setX(float x)
Sets the x axis value.
| ||||||||||
| void |
setY(float y)
Sets the x axis value.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the x axis value.
| x | Should falls in [0.0, 1.0]. |
|---|
Sets the x axis value.
| y | Should falls in [0.0, 1.0]. |
|---|