Uses of Class
com.google.zxing.WriterException
Packages that use WriterException
Package
Description
-
Uses of WriterException in com.google.zxing
Methods in com.google.zxing that throw WriterExceptionModifier and TypeMethodDescriptionMultiFormatWriter.encode
(String contents, BarcodeFormat format, int width, int height) MultiFormatWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) Writer.encode
(String contents, BarcodeFormat format, int width, int height) Encode a barcode using the default settings.Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of WriterException in com.google.zxing.pdf417
Methods in com.google.zxing.pdf417 that throw WriterExceptionModifier and TypeMethodDescriptionPDF417Writer.encode
(String contents, BarcodeFormat format, int width, int height) PDF417Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of WriterException in com.google.zxing.pdf417.encoder
Methods in com.google.zxing.pdf417.encoder that throw WriterExceptionModifier and TypeMethodDescriptionstatic String
PDF417HighLevelEncoderTestAdapter.encodeHighLevel
(String msg, Compaction compaction, Charset encoding, boolean autoECI) void
PDF417.generateBarcodeLogic
(String msg, int errorCorrectionLevel) void
PDF417.generateBarcodeLogic
(String msg, int errorCorrectionLevel, boolean autoECI) -
Uses of WriterException in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that throw WriterExceptionModifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height) QRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of WriterException in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder that throw WriterExceptionModifier and TypeMethodDescriptionstatic QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel) static QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints)