Class CIQRCodeErrorCorrectionLevel


  • public final class CIQRCodeErrorCorrectionLevel
    extends java.lang.Object
    [@enum] CIQRCodeErrorCorrectionLevel Constants indicating the percentage of the symbol that is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelL Indicates that approximately 20% of the symbol data is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelM Indicates that approximately 37% of the symbol data is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelQ Indicates that approximately 55% of the symbol data is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelH Indicates that approximately 65% of the symbol data is dedicated to error correction.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long H  
      static long L  
      static long M  
      static long Q  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait