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 voidMatrixUtil.buildMatrix(BitArray dataBits, ErrorCorrectionLevel ecLevel, int version, int maskPattern, ByteMatrix matrix) static voidMatrixUtil.embedBasicPatterns(int version, ByteMatrix matrix) static voidMatrixUtil.embedDataBits(BitArray dataBits, int maskPattern, ByteMatrix matrix) static voidMatrixUtil.embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix) static voidEncoder.encode(String content, ErrorCorrectionLevel ecLevel, Hashtable hints, QRCode qrCode) static voidEncoder.encode(String content, ErrorCorrectionLevel ecLevel, QRCode qrCode) Encode "bytes" with the error correction level "ecLevel".static voidMatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits) static voidMatrixUtil.makeVersionInfoBits(int version, BitArray bits) static voidMatrixUtil.maybeEmbedVersionInfo(int version, ByteMatrix matrix)