java.lang.Object | ||
↳ | dji.common.util.DJIParamCapability | |
↳ | dji.common.util.DJIParamMinMaxCapability |
DJIParamCapabilityMinMax
adds the maximum and minimum possible values of the parameter to the base class property of whether the parameter is supported by the component or product.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIParamMinMaxCapability(boolean isSuppported, Number min, Number max) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Number |
getMax()
return the maximum possible value of the parameter.
| ||||||||||
Number |
getMin()
return the minimum possible value of the parameter.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
dji.common.util.DJIParamCapability
| |||||||||||
From class
java.lang.Object
|
return the maximum possible value of the parameter.
return the minimum possible value of the parameter.