Uses of Class
com.google.zxing.WriterException

Packages that use WriterException
com.google.zxing   
com.google.zxing.qrcode   
com.google.zxing.qrcode.encoder   
 

Uses of WriterException in com.google.zxing
 

Methods in com.google.zxing that throw WriterException
 BitMatrix Writer.encode(String contents, BarcodeFormat format, int multiple)
          Encode a barcode using the default settings.
 BitMatrix Writer.encode(String contents, BarcodeFormat format, int multiple, Hashtable hints)
           
 

Uses of WriterException in com.google.zxing.qrcode
 

Methods in com.google.zxing.qrcode that throw WriterException
 BitMatrix QRCodeWriter.encode(String contents, BarcodeFormat format, int multiple)
           
 BitMatrix QRCodeWriter.encode(String contents, BarcodeFormat format, int multiple, Hashtable hints)
           
 

Uses of WriterException in com.google.zxing.qrcode.encoder
 

Methods in com.google.zxing.qrcode.encoder that throw WriterException
static void MatrixUtil.buildMatrix(BitArray dataBits, ErrorCorrectionLevel ecLevel, int version, int maskPattern, ByteMatrix matrix)
           
static void MatrixUtil.embedBasicPatterns(int version, ByteMatrix matrix)
           
static void MatrixUtil.embedDataBits(BitArray dataBits, int maskPattern, ByteMatrix matrix)
           
static void MatrixUtil.embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix)
           
static void Encoder.encode(String content, ErrorCorrectionLevel ecLevel, Hashtable hints, QRCode qrCode)
           
static void Encoder.encode(String content, ErrorCorrectionLevel ecLevel, QRCode qrCode)
          Encode "bytes" with the error correction level "ecLevel".
static void MatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits)
           
static void MatrixUtil.makeVersionInfoBits(int version, BitArray bits)
           
static void MatrixUtil.maybeEmbedVersionInfo(int version, ByteMatrix matrix)
           
 



Copyright © 2012. All Rights Reserved.