Class ZoomCameraValue
-
- All Implemented Interfaces:
public final class ZoomCameraValue
-
-
Field Summary
Fields Modifier and Type Field Description private final Float
zoomFactor
private final Boolean
applyValue
-
Constructor Summary
Constructors Constructor Description ZoomCameraValue(Float zoomFactor, Boolean applyValue)
-
Method Summary
Modifier and Type Method Description final Float
getZoomFactor()
final Boolean
getApplyValue()
-
-
Method Detail
-
getZoomFactor
final Float getZoomFactor()
-
getApplyValue
final Boolean getApplyValue()
-
-
-
-