public class HanXinParametersUI
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getECIEncoding()
Extended Channel Interpretation Identifiers.
|
HanXinEncodeMode |
getEncodeMode()
HanXin symbology type of BarCode's encoding mode.
|
HanXinErrorLevel |
getErrorLevel()
Level of Reed-Solomon error correction for HanXin barcode.
|
int |
getHanXinECIEncoding()
Deprecated.
Use ECIEncoding instead
|
HanXinEncodeMode |
getHanXinEncodeMode()
Deprecated.
Use EncodeMode instead
|
HanXinErrorLevel |
getHanXinErrorLevel()
Deprecated.
Use ErrorLevel instead
|
HanXinVersion |
getHanXinVersion()
Deprecated.
Use Version instead
|
HanXinVersion |
getVersion()
Version of HanXin Code.
|
void |
setECIEncoding(int value)
Extended Channel Interpretation Identifiers.
|
void |
setEncodeMode(HanXinEncodeMode value)
HanXin symbology type of BarCode's encoding mode.
|
void |
setErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for HanXin barcode.
|
void |
setHanXinECIEncoding(int value)
Deprecated.
Use ECIEncoding instead
|
void |
setHanXinEncodeMode(HanXinEncodeMode value)
Deprecated.
Use EncodeMode instead
|
void |
setHanXinErrorLevel(HanXinErrorLevel value)
Deprecated.
Use ErrorLevel instead
|
void |
setHanXinVersion(HanXinVersion value)
Deprecated.
Use Version instead
|
void |
setVersion(HanXinVersion value)
Version of HanXin Code.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
HanXinParameters. |
public final int 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 consists all well known charset encodings.
public final void setECIEncoding(int value)
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 public final int 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 public final void setHanXinECIEncoding(int value)
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.
public final HanXinEncodeMode getEncodeMode()
HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
public final void setEncodeMode(HanXinEncodeMode value)
HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
@Deprecated public final HanXinEncodeMode getHanXinEncodeMode()
HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
@Deprecated public final void setHanXinEncodeMode(HanXinEncodeMode value)
HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
public final HanXinErrorLevel getErrorLevel()
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
public final void setErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
@Deprecated public final HanXinErrorLevel getHanXinErrorLevel()
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
@Deprecated public final void setHanXinErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
public final HanXinVersion getVersion()
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
public final void setVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
@Deprecated public final HanXinVersion getHanXinVersion()
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
@Deprecated public final void setHanXinVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
public java.lang.String toString()
Returns a human-readable string representation of this HanXinParameters.
toString in class java.lang.ObjectHanXinParameters.