QrParametersUI

Inheritance: java.lang.Object

public class QrParametersUI

UI wrapper for com.aspose.barcode.generation.QrParameters class.

Methods

MethodDescription
equals(Object arg0)
getAspectRatio()Height/Width ratio of 2D BarCode module.
getClass()
getEncodeMode()QR symbology type of BarCode’s encoding mode.
getErrorLevel()Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes.
getMicroQrVersion()Version of MicroQR Code.
getQrEncodeMode()QR symbology type of BarCode’s encoding mode.
getQrEncodeType()QR / MicroQR selector mode.
getQrErrorLevel()Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes.
getQrVersion()Version of QR Code.
getRectMicroQrVersion()Version of RectMicroQR Code.
getVersion()Version of QR Code.
hashCode()
notify()
notifyAll()
setAspectRatio(float value)Height/Width ratio of 2D BarCode module.
setEncodeMode(QREncodeMode value)QR symbology type of BarCode’s encoding mode.
setErrorLevel(QRErrorLevel value)Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes.
setMicroQrVersion(MicroQRVersion value)Version of MicroQR Code.
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, MicroQR and RectMicroQR barcodes.
setQrVersion(QRVersion value)Version of QR Code.
setRectMicroQrVersion(RectMicroQRVersion value)Version of RectMicroQR Code.
setVersion(QRVersion value)Version of QR Code.
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 final float getAspectRatio()

Height/Width ratio of 2D BarCode module.

Returns: float

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEncodeMode()

public final QREncodeMode getEncodeMode()

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

Returns: QREncodeMode

getErrorLevel()

public final QRErrorLevel getErrorLevel()

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.

Returns: QRErrorLevel

getMicroQrVersion()

public final MicroQRVersion getMicroQrVersion()

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

Returns: MicroQRVersion

getQrEncodeMode()

public final QREncodeMode getQrEncodeMode()

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

Returns: QREncodeMode

getQrEncodeType()

public final QREncodeType getQrEncodeType()

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

Returns: QREncodeType

getQrErrorLevel()

public final QRErrorLevel getQrErrorLevel()

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.

Returns: QRErrorLevel

getQrVersion()

public final QRVersion getQrVersion()

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.

Returns: QRVersion

getRectMicroQrVersion()

public final RectMicroQRVersion getRectMicroQrVersion()

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

Returns: RectMicroQRVersion

getVersion()

public final QRVersion getVersion()

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.

Returns: QRVersion

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAspectRatio(float value)

public final void setAspectRatio(float value)

Height/Width ratio of 2D BarCode module.

Parameters:

ParameterTypeDescription
valuefloat

setEncodeMode(QREncodeMode value)

public final void setEncodeMode(QREncodeMode value)

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

Parameters:

ParameterTypeDescription
valueQREncodeMode

setErrorLevel(QRErrorLevel value)

public final void setErrorLevel(QRErrorLevel value)

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.

Parameters:

ParameterTypeDescription
valueQRErrorLevel

setMicroQrVersion(MicroQRVersion value)

public final void setMicroQrVersion(MicroQRVersion value)

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

Parameters:

ParameterTypeDescription
valueMicroQRVersion

setQrEncodeMode(QREncodeMode value)

public final void setQrEncodeMode(QREncodeMode value)

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

Parameters:

ParameterTypeDescription
valueQREncodeMode

setQrEncodeType(QREncodeType value)

public final void setQrEncodeType(QREncodeType value)

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

Parameters:

ParameterTypeDescription
valueQREncodeType

setQrErrorLevel(QRErrorLevel value)

public final void setQrErrorLevel(QRErrorLevel value)

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.

Parameters:

ParameterTypeDescription
valueQRErrorLevel

setQrVersion(QRVersion value)

public final void setQrVersion(QRVersion value)

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.

Parameters:

ParameterTypeDescription
valueQRVersion

setRectMicroQrVersion(RectMicroQRVersion value)

public final void setRectMicroQrVersion(RectMicroQRVersion value)

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

Parameters:

ParameterTypeDescription
valueRectMicroQRVersion

setVersion(QRVersion value)

public final void setVersion(QRVersion value)

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.

Parameters:

ParameterTypeDescription
valueQRVersion

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