HanXinParametersUI

Inheritance: java.lang.Object

public class HanXinParametersUI

Methods

MethodDescription
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.
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.
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:

ParameterTypeDescription
arg0java.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

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:

ParameterTypeDescription
valueint

setEncodeMode(HanXinEncodeMode value)

public final void setEncodeMode(HanXinEncodeMode value)

HanXin symbology type of BarCode’s encoding mode. Default value: EncodeMode.Auto.

Parameters:

ParameterTypeDescription
valueHanXinEncodeMode

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:

ParameterTypeDescription
valueHanXinErrorLevel

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:

ParameterTypeDescription
valueHanXinVersion

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int