Uses of Class
zext.plantuml.com.google.zxing.qrcode.encoder.QRCode
Packages that use QRCode
-
Uses of QRCode in zext.plantuml.com.google.zxing.qrcode.encoder
Methods in zext.plantuml.com.google.zxing.qrcode.encoder with parameters of type QRCodeModifier and TypeMethodDescriptionstatic 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".