public class QRCodeComponent extends BarcodeComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_DEFAULT_ENCODING |
static java.lang.String |
PROPERTY_ERROR_CORRECTION_LEVEL |
static java.lang.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() |
java.lang.Integer |
getMargin() |
void |
receive(BarcodeVisitor visitor) |
void |
setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel) |
void |
setMargin(java.lang.Integer margin) |
clone, cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue
public static final java.lang.String PROPERTY_MARGIN
public static final java.lang.String PROPERTY_ERROR_CORRECTION_LEVEL
public static final java.lang.String PROPERTY_DEFAULT_ENCODING
public void receive(BarcodeVisitor visitor)
receive
in class BarcodeComponent
public java.lang.Integer getMargin()
public void setMargin(java.lang.Integer margin)
public ErrorCorrectionLevelEnum getErrorCorrectionLevel()
public void setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com