Class Params


  • public class Params
    extends java.lang.Object
    QR code encoder parameters. version The optional version of QR code (by default - maximum possible depending on the length of the string). correction_level The optional level of error correction (by default - the lowest). mode The optional encoding mode - Numeric, Alphanumeric, Byte, Kanji, ECI or Structured Append. structure_number The optional number of QR codes to generate in Structured Append mode.
    • Field Detail

      • nativeObj

        protected final long nativeObj
    • Constructor Detail

      • Params

        protected Params​(long addr)
      • Params

        public Params()
    • Method Detail

      • getNativeObjAddr

        public long getNativeObjAddr()
      • __fromPtr__

        public static Params __fromPtr__​(long addr)
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable