public class QRCodeComponent extends BarcodeComponent
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_DEFAULT_ENCODING |
static String |
PROPERTY_ERROR_CORRECTION_LEVEL |
static String |
PROPERTY_MARGIN |
ORIENTATION_DOWN, ORIENTATION_LEFT, ORIENTATION_RIGHT, ORIENTATION_UP, PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
Constructor and Description |
---|
QRCodeComponent() |
Modifier and Type | Method and Description |
---|---|
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 PROPERTY_MARGIN
public static final String PROPERTY_ERROR_CORRECTION_LEVEL
public static final String PROPERTY_DEFAULT_ENCODING
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)
Copyright © 2016. All rights reserved.