Uses of Class
net.sf.jasperreports.barcode4j.ErrorCorrectionLevelEnum
-
Packages that use ErrorCorrectionLevelEnum Package Description net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component. -
-
Uses of ErrorCorrectionLevelEnum in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that return ErrorCorrectionLevelEnum Modifier and Type Method Description static ErrorCorrectionLevelEnum
ErrorCorrectionLevelEnum. getByName(String name)
ErrorCorrectionLevelEnum
ErrorCorrectionLevelEnum. getDefault()
ErrorCorrectionLevelEnum
QRCodeBean. getErrorCorrectionLevel()
ErrorCorrectionLevelEnum
QRCodeComponent. getErrorCorrectionLevel()
static ErrorCorrectionLevelEnum
ErrorCorrectionLevelEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorCorrectionLevelEnum[]
ErrorCorrectionLevelEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.barcode4j with parameters of type ErrorCorrectionLevelEnum Modifier and Type Method Description void
QRCodeBean. setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
void
QRCodeComponent. setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
-