Package | Description |
---|---|
net.sf.jasperreports.components.barcode4j |
Contains classes for the built-in Barcode4J component.
|
Modifier and Type | Method and Description |
---|---|
static ErrorCorrectionLevelEnum |
ErrorCorrectionLevelEnum.getByName(String name) |
ErrorCorrectionLevelEnum |
QRCodeComponent.getErrorCorrectionLevel() |
ErrorCorrectionLevelEnum |
QRCodeBean.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.
|
Modifier and Type | Method and Description |
---|---|
void |
QRCodeComponent.setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel) |
void |
QRCodeBean.setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel) |
Copyright © 2016. All rights reserved.