public class ZoomRange
Represents interface IScanbotCameraView zoom range
interface IScanbotCameraViewpublic ZoomRange(float minZoomFactor,
float maxZoomFactor)
Represents interface IScanbotCameraView zoom range
minZoomFactor - Minimal zoom factor in the range from 0f to 1f.Default - 0fmaxZoomFactor - Maximal zoom factor in the range from 0f to 1f.Default - 1f.interface IScanbotCameraViewpublic ZoomRange()
Represents interface IScanbotCameraView zoom range
interface IScanbotCameraViewpublic float getMinZoomFactor()
Minimal zoom factor in the range from 0f to 1f.
Default - 0f
public float getMaxZoomFactor()
Maximal zoom factor in the range from 0f to 1f.
Default - 1f.
public float component1()
Minimal zoom factor in the range from 0f to 1f.
Default - 0f
public float component2()
Maximal zoom factor in the range from 0f to 1f.
Default - 1f.
@NotNull public ZoomRange copy(float minZoomFactor, float maxZoomFactor)
Represents interface IScanbotCameraView zoom range
interface IScanbotCameraView@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)