| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharCode()
A value that represents the collection of characters of QRCode.
|
java.lang.String |
getCharSet()
A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).
|
boolean |
getConnection()
Gets whether connection is used for the barcode.
|
int |
getConnectionNo()
Gets the connection number for the barcode.
|
ErrorCorrectionLevel |
getErrorCorrectionLevel()
Specifies the QRCode's error correction level.
|
int |
getMask()
Specify any value between 1 and 7,auto configuration is -1
|
int |
getModel()
Gets the QRCode model,defult value:2
|
int |
getVersion()
Vesion range is 1-14 for model1 and model 2.
|
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValueErrorCorrectionLevel getErrorCorrectionLevel()
int getModel()
int getVersion()
int getMask()
boolean getConnection()
int getConnectionNo()
java.lang.String getCharCode()
java.lang.String getCharSet()