QrParameters
Inheritance: java.lang.Object
public class QrParameters
QR parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getClass() | |
getMicroQRVersion() | Version of MicroQR Code. |
getQrECIEncoding() | Extended Channel Interpretation Identifiers. |
getQrEncodeMode() | QR symbology type of BarCode’s encoding mode. |
getQrEncodeType() | QR / MicroQR selector mode. |
getQrErrorLevel() | Level of Reed-Solomon error correction for QR barcode. |
getQrVersion() | Version of QR Code. |
getRectMicroQrVersion() | Version of RectMicroQR Code. |
getStructuredAppend() | QR structured append parameters. |
hashCode() | |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setMicroQRVersion(MicroQRVersion value) | Version of MicroQR Code. |
setQrECIEncoding(int value) | Extended Channel Interpretation Identifiers. |
setQrEncodeMode(QREncodeMode value) | QR symbology type of BarCode’s encoding mode. |
setQrEncodeType(QREncodeType value) | QR / MicroQR selector mode. |
setQrErrorLevel(QRErrorLevel value) | Level of Reed-Solomon error correction for QR barcode. |
setQrVersion(QRVersion value) | Version of QR Code. |
setRectMicroQrVersion(RectMicroQRVersion value) | Version of RectMicroQR Code. |
setStructuredAppend(QrStructuredAppendParameters value) | QR structured append parameters. |
toString() | Returns a human-readable string representation of this QrParameters . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAspectRatio()
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
Returns: float
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getMicroQRVersion()
public MicroQRVersion getMicroQRVersion()
Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
Returns: MicroQRVersion
getQrECIEncoding()
public int getQrECIEncoding()
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
Returns: int
getQrEncodeMode()
public QREncodeMode getQrEncodeMode()
QR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.AUTO.
Returns: QREncodeMode
getQrEncodeType()
public QREncodeType getQrEncodeType()
QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
Returns: QREncodeType
getQrErrorLevel()
public QRErrorLevel getQrErrorLevel()
Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
Returns: QRErrorLevel
getQrVersion()
public QRVersion getQrVersion()
Version of QR Code. From Version1 to Version40. Default value is QRVersion.AUTO.
Returns: QRVersion
getRectMicroQrVersion()
public RectMicroQRVersion getRectMicroQrVersion()
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
Returns: RectMicroQRVersion
getStructuredAppend()
public QrStructuredAppendParameters getStructuredAppend()
QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes.
Returns: QrStructuredAppendParameters
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAspectRatio(float value)
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setMicroQRVersion(MicroQRVersion value)
public void setMicroQRVersion(MicroQRVersion value)
Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MicroQRVersion |
setQrECIEncoding(int value)
public void setQrECIEncoding(int value)
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setQrEncodeMode(QREncodeMode value)
public void setQrEncodeMode(QREncodeMode value)
QR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.AUTO.
Parameters:
Parameter | Type | Description |
---|---|---|
value | QREncodeMode |
setQrEncodeType(QREncodeType value)
public void setQrEncodeType(QREncodeType value)
QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
Parameters:
Parameter | Type | Description |
---|---|---|
value | QREncodeType |
setQrErrorLevel(QRErrorLevel value)
public void setQrErrorLevel(QRErrorLevel value)
Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
Parameters:
Parameter | Type | Description |
---|---|---|
value | QRErrorLevel |
setQrVersion(QRVersion value)
public void setQrVersion(QRVersion value)
Version of QR Code. From Version1 to Version40. Default value is QRVersion.AUTO.
Parameters:
Parameter | Type | Description |
---|---|---|
value | QRVersion |
setRectMicroQrVersion(RectMicroQRVersion value)
public void setRectMicroQrVersion(RectMicroQRVersion value)
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectMicroQRVersion |
setStructuredAppend(QrStructuredAppendParameters value)
public void setStructuredAppend(QrStructuredAppendParameters value)
QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes.
Parameters:
Parameter | Type | Description |
---|---|---|
value | QrStructuredAppendParameters |
toString()
public String toString()
Returns a human-readable string representation of this QrParameters .
Returns: java.lang.String - A string that represents this QrParameters .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |