| java.lang.Object | |
| ↳ | dji.common.camera.ThermalSpotMeteringTargetPoint | 
The thermal spot metering Target point.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ThermalSpotMeteringTargetPoint(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]. | 
|---|