Uses of Enum
de.vwsoft.barcodelib4j.twod.qrcode.ErrorCorrectionLevel
Packages that use ErrorCorrectionLevel
-
Uses of ErrorCorrectionLevel in de.vwsoft.barcodelib4j.twod.qrcode
Methods in de.vwsoft.barcodelib4j.twod.qrcode that return ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic ErrorCorrectionLevelErrorCorrectionLevel.forBits(int bits) QRCode.getECLevel()static ErrorCorrectionLevelReturns the enum constant of this type with the specified name.static ErrorCorrectionLevel[]ErrorCorrectionLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.vwsoft.barcodelib4j.twod.qrcode with parameters of type ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic QRCodeEncoder.encode(String content, ErrorCorrectionLevel ecLevel) static QRCodeEncoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints) Version.getECBlocksForLevel(ErrorCorrectionLevel ecLevel) voidQRCode.setECLevel(ErrorCorrectionLevel value)