Class DocReaderFrame


  • public class DocReaderFrame
    extends java.lang.Object
    Possible values of the frame type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DOCUMENT
      Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape mode
      static java.lang.String MAX
      Full frame
      static java.lang.String NONE
      No frame
      static java.lang.String SCENARIO_DEFAULT
      Size of the frame depends on the scenario, i.e.
    • Constructor Summary

      Constructors 
      Constructor Description
      DocReaderFrame()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SCENARIO_DEFAULT

        public static final java.lang.String SCENARIO_DEFAULT
        Size of the frame depends on the scenario, i.e. default values are used
        See Also:
        Constant Field Values
      • DOCUMENT

        public static final java.lang.String DOCUMENT
        Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape mode
        See Also:
        Constant Field Values
    • Constructor Detail

      • DocReaderFrame

        public DocReaderFrame()