Class eRPRM_Lights


  • public class eRPRM_Lights
    extends java.lang.Object
    Enumeration contains a set of identifiers used for identifying document reader possibilities, specifying lighting schemes for scanning etc.
    • Constructor Summary

      Constructors 
      Constructor Description
      eRPRM_Lights()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getTranslation​(Context context, int light)  
      • Methods inherited from class java.lang.Object

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

      • RPRM_LIGHT_UV

        public static final int RPRM_LIGHT_UV
        General UV light scheme
        See Also:
        Constant Field Values
      • RPRM_LIGHT_WHITE_FULL

        public static final int RPRM_LIGHT_WHITE_FULL
        Upper/lower and side lighters of IR light scheme
        See Also:
        Constant Field Values
      • RPRM_Light_IR_TOP

        public static final int RPRM_Light_IR_TOP
        Upper/lower lighters of IR light scheme
        See Also:
        Constant Field Values
      • RPRM_Light_IR_SIDE

        public static final int RPRM_Light_IR_SIDE
        Side lighters of IR light scheme
        See Also:
        Constant Field Values
      • RPRM_Light_IR_Full

        public static final int RPRM_Light_IR_Full
        Upper/lower and side lighters of IR light scheme
        See Also:
        Constant Field Values
      • RPRM_LIGHT_OVD

        public static final int RPRM_LIGHT_OVD
        OVD light for hologram visualization
        See Also:
        Constant Field Values
    • Constructor Detail

      • eRPRM_Lights

        public eRPRM_Lights()
    • Method Detail

      • getTranslation

        public static java.lang.String getTranslation​(Context context,
                                                      int light)