HanXinParametersUI
Inheritance: java.lang.Object
public class HanXinParametersUI
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getECIEncoding() | Extended Channel Interpretation Identifiers. |
| getEncodeMode() | HanXin symbology type of BarCode’s encoding mode. |
| getErrorLevel() | Level of Reed-Solomon error correction for HanXin barcode. |
| getHanXinECIEncoding() | Extended Channel Interpretation Identifiers. |
| getHanXinEncodeMode() | HanXin symbology type of BarCode’s encoding mode. |
| getHanXinErrorLevel() | Level of Reed-Solomon error correction for HanXin barcode. |
| getHanXinVersion() | Version of HanXin Code. |
| getVersion() | Version of HanXin Code. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setECIEncoding(int value) | Extended Channel Interpretation Identifiers. |
| setEncodeMode(HanXinEncodeMode value) | HanXin symbology type of BarCode’s encoding mode. |
| setErrorLevel(HanXinErrorLevel value) | Level of Reed-Solomon error correction for HanXin barcode. |
| setHanXinECIEncoding(int value) | Extended Channel Interpretation Identifiers. |
| setHanXinEncodeMode(HanXinEncodeMode value) | HanXin symbology type of BarCode’s encoding mode. |
| setHanXinErrorLevel(HanXinErrorLevel value) | Level of Reed-Solomon error correction for HanXin barcode. |
| setHanXinVersion(HanXinVersion value) | Version of HanXin Code. |
| setVersion(HanXinVersion value) | Version of HanXin Code. |
| toString() | Returns a human-readable string representation of this HanXinParameters. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getECIEncoding()
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.
Returns: int
getEncodeMode()
public final HanXinEncodeMode getEncodeMode()
HanXin symbology type of BarCode’s encoding mode. Default value: EncodeMode.Auto.
Returns: HanXinEncodeMode
getErrorLevel()
public final HanXinErrorLevel getErrorLevel()
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
Returns: HanXinErrorLevel
getHanXinECIEncoding()
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.
Returns: int
getHanXinEncodeMode()
public final HanXinEncodeMode getHanXinEncodeMode()
HanXin symbology type of BarCode’s encoding mode. Default value: EncodeMode.Auto.
Returns: HanXinEncodeMode
getHanXinErrorLevel()
public final HanXinErrorLevel getHanXinErrorLevel()
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
Returns: HanXinErrorLevel
getHanXinVersion()
public final HanXinVersion getHanXinVersion()
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
Returns: HanXinVersion
getVersion()
public final HanXinVersion getVersion()
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
Returns: HanXinVersion
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setECIEncoding(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setEncodeMode(HanXinEncodeMode value)
public final void setEncodeMode(HanXinEncodeMode value)
HanXin symbology type of BarCode’s encoding mode. Default value: EncodeMode.Auto.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinEncodeMode |
setErrorLevel(HanXinErrorLevel value)
public final void setErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinErrorLevel |
setHanXinECIEncoding(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setHanXinEncodeMode(HanXinEncodeMode value)
public final void setHanXinEncodeMode(HanXinEncodeMode value)
HanXin symbology type of BarCode’s encoding mode. Default value: EncodeMode.Auto.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinEncodeMode |
setHanXinErrorLevel(HanXinErrorLevel value)
public final void setHanXinErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinErrorLevel |
setHanXinVersion(HanXinVersion value)
public final void setHanXinVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinVersion |
setVersion(HanXinVersion value)
public final void setVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinVersion |
toString()
public String toString()
Returns a human-readable string representation of this HanXinParameters.
Returns: java.lang.String - A string that represents this HanXinParameters.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |