QrParameters

Inheritance: java.lang.Object

public class QrParameters

QR parameters.

Methods

MethodDescription
equals(Object arg0)
getAspectRatio()Height/Width ratio of 2D BarCode module.
getClass()
getCodeTextEncoding()Gets the encoding of codetext.
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.
setCodeTextEncoding(Charset value)Sets the encoding of codetext.
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:

ParameterTypeDescription
arg0java.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

getCodeTextEncoding()

public Charset getCodeTextEncoding()

Gets the encoding of codetext. Default value: UTF-8

Returns: java.nio.charset.Charset

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:

ParameterTypeDescription
valuefloat

setCodeTextEncoding(Charset value)

public void setCodeTextEncoding(Charset value)

Sets the encoding of codetext. Default value: UTF-8

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

setMicroQRVersion(MicroQRVersion value)

public void setMicroQRVersion(MicroQRVersion value)

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

Parameters:

ParameterTypeDescription
valueMicroQRVersion

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:

ParameterTypeDescription
valueint

setQrEncodeMode(QREncodeMode value)

public void setQrEncodeMode(QREncodeMode value)

QR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.AUTO.

Parameters:

ParameterTypeDescription
valueQREncodeMode

setQrEncodeType(QREncodeType value)

public void setQrEncodeType(QREncodeType value)

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.

Parameters:

ParameterTypeDescription
valueQREncodeType

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:

ParameterTypeDescription
valueQRErrorLevel

setQrVersion(QRVersion value)

public void setQrVersion(QRVersion value)

Version of QR Code. From Version1 to Version40. Default value is QRVersion.AUTO.

Parameters:

ParameterTypeDescription
valueQRVersion

setRectMicroQrVersion(RectMicroQRVersion value)

public void setRectMicroQrVersion(RectMicroQRVersion value)

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

Parameters:

ParameterTypeDescription
valueRectMicroQRVersion

setStructuredAppend(QrStructuredAppendParameters value)

public void setStructuredAppend(QrStructuredAppendParameters value)

QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes.

Parameters:

ParameterTypeDescription
valueQrStructuredAppendParameters

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int