Package 

Class ZoomRange

    • Constructor Summary

      Constructors 
      Constructor Description
      ZoomRange(Float minZoomFactor, Float maxZoomFactor)
    • Method Summary

      Modifier and Type Method Description
      final Float getMinZoomFactor() Minimal zoom factor in the range from 0f to 1f.
      final Float getMaxZoomFactor() Maximal zoom factor in the range from 0f to 1f.
      • Methods inherited from class io.scanbot.sdk.camera.ZoomRange

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZoomRange

        ZoomRange(Float minZoomFactor, Float maxZoomFactor)
    • 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.