-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public final class ZoomRange implements Parcelable, Serializable
Represents IScanbotCameraView zoom range
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatminZoomFactorprivate final FloatmaxZoomFactor
-
Method Summary
Modifier and Type Method Description final FloatgetMinZoomFactor()Minimal zoom factor in the range from 0f to 1f. final FloatgetMaxZoomFactor()Maximal zoom factor in the range from 0f to 1f. -
-
Method Detail
-
getMinZoomFactor
final Float getMinZoomFactor()
Minimal zoom factor in the range from 0f to 1f. Default - 0f
-
getMaxZoomFactor
final Float getMaxZoomFactor()
Maximal zoom factor in the range from 0f to 1f. Default - 1f.
-
-
-
-