Uses of Class
com.itextpdf.barcodes.qrcode.ByteMatrix
 
     
      Packages that use ByteMatrix
     
 
      
     -  
        
Uses of ByteMatrix in com.itextpdf.barcodes.qrcode
Methods in com.itextpdf.barcodes.qrcode that return ByteMatrixModifier and TypeMethodDescriptionEncode a string into a QR code with dimensions width x height, using error-correction level L and the smallest version for which he contents fit into the QR-code?QRCodeWriter.encode(String contents, int width, int height, Map<EncodeHintType, Object> hints) Encode a string into a QR code with dimensions width x height.