Class QrParametersUI
-
Method Summary
Modifier and TypeMethodDescriptionfinal floatHeight/Width ratio of 2D BarCode module.final QREncodeModeQR symbology type of BarCode's encoding mode.final QRErrorLevelLevel of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes.final MicroQRVersionVersion of MicroQR Code.final QREncodeModeDeprecated.Use EncodeMode insteadfinal QREncodeTypeQR / MicroQR selector mode.final QRErrorLevelDeprecated.Use ErrorLevel insteadfinal QRVersionDeprecated.Use Version insteadfinal RectMicroQRVersionVersion of RectMicroQR Code.final QRVersionVersion of QR Code.final voidsetAspectRatio(float value) Height/Width ratio of 2D BarCode module.final voidsetEncodeMode(QREncodeMode value) QR symbology type of BarCode's encoding mode.final voidsetErrorLevel(QRErrorLevel value) Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes.final voidsetMicroQrVersion(MicroQRVersion value) Version of MicroQR Code.final voidsetQrEncodeMode(QREncodeMode value) Deprecated.Use EncodeMode insteadfinal voidsetQrEncodeType(QREncodeType value) QR / MicroQR selector mode.final voidsetQrErrorLevel(QRErrorLevel value) Deprecated.Use ErrorLevel insteadfinal voidsetQrVersion(QRVersion value) Deprecated.Use Version insteadfinal voidVersion of RectMicroQR Code.final voidsetVersion(QRVersion value) Version of QR Code.toString()Returns a human-readable string representation of thisQrParameters.
-
Method Details
-
getEncodeMode
QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.
-
setEncodeMode
QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.
-
getQrEncodeMode
Deprecated.Use EncodeMode insteadQR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.
-
setQrEncodeMode
Deprecated.Use EncodeMode insteadQR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.
-
getQrEncodeType
QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
-
setQrEncodeType
QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
-
getErrorLevel
Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.
-
setErrorLevel
Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.
-
getQrErrorLevel
Deprecated.Use ErrorLevel insteadLevel of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.
-
setQrErrorLevel
Deprecated.Use ErrorLevel insteadLevel of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcodes. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel.
-
getVersion
Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.
-
setVersion
Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.
-
getQrVersion
Deprecated.Use Version insteadVersion of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.
-
setQrVersion
Deprecated.Use Version insteadVersion of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto.
-
getMicroQrVersion
Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
-
setMicroQrVersion
Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
-
getRectMicroQrVersion
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
-
setRectMicroQrVersion
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
-
getAspectRatio
public final float getAspectRatio()Height/Width ratio of 2D BarCode module.
-
setAspectRatio
public final void setAspectRatio(float value) Height/Width ratio of 2D BarCode module.
-
toString
Returns a human-readable string representation of this
QrParameters.- Overrides:
toStringin classObject- Returns:
- A string that represents this
QrParameters.
-