public class QrParametersUI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
float |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
|
java.nio.charset.Charset |
getCodeTextEncoding()
Gets the encoding of codetext.
|
QREncodeMode |
getQrEncodeMode()
QR symbology type of BarCode's encoding mode.
|
QREncodeType |
getQrEncodeType()
QR / MicroQR selector mode.
|
QRErrorLevel |
getQrErrorLevel()
Level of Reed-Solomon error correction for QR barcode.
|
QRVersion |
getQrVersion()
Version of QR Code.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setCodeTextEncoding(java.nio.charset.Charset value)
Sets the encoding of codetext.
|
void |
setQrEncodeMode(QREncodeMode value)
QR symbology type of BarCode's encoding mode.
|
void |
setQrEncodeType(QREncodeType value)
QR / MicroQR selector mode.
|
void |
setQrErrorLevel(QRErrorLevel value)
Level of Reed-Solomon error correction for QR barcode.
|
void |
setQrVersion(QRVersion value)
Version of QR Code.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
|
public QREncodeMode getQrEncodeMode()
public void setQrEncodeMode(QREncodeMode value)
public QREncodeType getQrEncodeType()
public void setQrEncodeType(QREncodeType value)
public QRErrorLevel getQrErrorLevel()
public void setQrErrorLevel(QRErrorLevel value)
public QRVersion getQrVersion()
public void setQrVersion(QRVersion value)
public float getAspectRatio()
public void setAspectRatio(float value)
public java.nio.charset.Charset getCodeTextEncoding()
public void setCodeTextEncoding(java.nio.charset.Charset value)
public java.lang.String toString()
toString
in class java.lang.Object