HanXinParameters

HanXinParameters

Han Xin parameters.

Constructor

new HanXinParameters()

Source:

Methods

getECIEncoding()

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 contains all well known charset encodings.

Source:

getEncodeMode()

HanXin encoding mode. Default value: EncodeMode.Mixed.

Source:

getErrorLevel()

Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.

Source:

getHanXinECIEncoding()

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.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getECIEncoding().

Source:

getHanXinEncodeMode()

HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getEncodeMode().

Source:

getHanXinErrorLevel()

Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getErrorLevel().

Source:

getHanXinVersion()

Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getVersion().

Source:

getVersion()

Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.

Source:

setECIEncoding()

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 contains all well known charset encodings.

Source:

setEncodeMode()

HanXin encoding mode. Default value: EncodeMode.Mixed.

Source:

setErrorLevel()

Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.

Source:

setHanXinECIEncoding()

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.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setECIEncoding().

Source:

setHanXinEncodeMode()

HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setEncodeMode().

Source:

setHanXinErrorLevel()

Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setErrorLevel().

Source:

setHanXinVersion()

Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setVersion().

Source:

setVersion()

Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.

Source:

toString()

Returns a human-readable string representation of this {@code HanXinParameters}.

Returns:
Type Description
A string that represents this {@code HanXinParameters}.
Source: