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