Uses of Class
zext.plantuml.com.google.zxing.WriterException
Packages that use WriterException
-
Uses of WriterException in zext.plantuml.com.google.zxing
Methods in zext.plantuml.com.google.zxing that throw WriterExceptionModifier and TypeMethodDescriptionWriter.encode
(String contents, BarcodeFormat format, int multiple) Encode a barcode using the default settings.Writer.encode
(String contents, BarcodeFormat format, int multiple, Hashtable hints) -
Uses of WriterException in zext.plantuml.com.google.zxing.qrcode
Methods in zext.plantuml.com.google.zxing.qrcode that throw WriterExceptionModifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, BarcodeFormat format, int multiple) QRCodeWriter.encode
(String contents, BarcodeFormat format, int multiple, Hashtable hints) -
Uses of WriterException in zext.plantuml.com.google.zxing.qrcode.encoder
Methods in zext.plantuml.com.google.zxing.qrcode.encoder that throw WriterExceptionModifier and TypeMethodDescriptionstatic 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)