QrParametersUI

Inheritance: java.lang.Object

public class QrParametersUI

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

Fields

FieldDescription
microQrVersion
rectMicroQrVersion

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.
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.
hashCode()
notify()
notifyAll()
setAspectRatio(float value)Height/Width ratio of 2D BarCode module.
setCodeTextEncoding(Charset value)Sets the encoding of codetext.
setMicroQrVersion(MicroQRVersion microQrVersion)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 rectMicroQrVersion)Version of RectMicroQR Code.
toString()Returns a human-readable string representation of this .
wait()
wait(long arg0)
wait(long arg0, int arg1)

microQrVersion

public MicroQRVersion microQrVersion

rectMicroQrVersion

public RectMicroQRVersion rectMicroQrVersion

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.

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

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, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.

Returns: QRErrorLevel

getQrVersion()

public 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 RectMicroQRVersion getRectMicroQrVersion()

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

Returns: RectMicroQRVersion

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.

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

setMicroQrVersion(MicroQRVersion microQrVersion)

public void setMicroQrVersion(MicroQRVersion microQrVersion)

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

Parameters:

ParameterTypeDescription
microQrVersionMicroQRVersion

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, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.

Parameters:

ParameterTypeDescription
valueQRErrorLevel

setQrVersion(QRVersion value)

public 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 rectMicroQrVersion)

public void setRectMicroQrVersion(RectMicroQRVersion rectMicroQrVersion)

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

Parameters:

ParameterTypeDescription
rectMicroQrVersionRectMicroQRVersion

toString()

public String toString()

Returns a human-readable string representation of this .

Returns: java.lang.String - A string that represents this .

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