public class QRCodeComponent extends BarcodeComponent
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_DESIGNATION |
static String |
PROPERTY_DEFAULT_ENCODING |
static String |
PROPERTY_ERROR_CORRECTION_LEVEL |
static String |
PROPERTY_MARGIN |
static String |
PROPERTY_QRCODE_CHARACTER_ENCODING
Property that provides the character encoding to be used for QR code component elements.
|
PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
Constructor and Description |
---|
QRCodeComponent() |
Modifier and Type | Method and Description |
---|---|
String |
getDesignation() |
ErrorCorrectionLevelEnum |
getErrorCorrectionLevel() |
Integer |
getMargin() |
void |
receive(BarcodeVisitor visitor) |
void |
setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel) |
void |
setMargin(Integer margin) |
clone, cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue
public static final String COMPONENT_DESIGNATION
public static final String PROPERTY_MARGIN
public static final String PROPERTY_ERROR_CORRECTION_LEVEL
public static final String PROPERTY_DEFAULT_ENCODING
public static final String PROPERTY_QRCODE_CHARACTER_ENCODING
The property can be set at context/global, report and component element levels. The default encoding is UTF-8.
public void receive(BarcodeVisitor visitor)
receive
in class BarcodeComponent
public Integer getMargin()
public void setMargin(Integer margin)
public ErrorCorrectionLevelEnum getErrorCorrectionLevel()
public void setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
public String getDesignation()
Copyright © 2019 TIBCO Software Inc.. All rights reserved.