DataMatrixParameters

Inheritance: java.lang.Object

public class DataMatrixParameters

DataMatrix parameters.

Methods

MethodDescription
equals(Object arg0)
getAspectRatio()Height/Width ratio of 2D BarCode module.
getClass()
getCodeTextEncoding()Gets the encoding of codetext.
getColumns()Columns count.
getDataMatrixEcc()Gets a Datamatrix ECC type.
getDataMatrixEncodeMode()Encode mode of Datamatrix barcode.
getDataMatrixVersion()Gets or sets a Datamatrix symbol size.
getECIEncoding()Gets or sets ECI encoding.
getMacroCharacters()ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
getRows()Rows count.
getStructuredAppendBarcodeId()Barcode ID for Structured Append mode of Datamatrix barcode.
getStructuredAppendBarcodesCount()Barcodes count for Structured Append mode of Datamatrix barcode.
getStructuredAppendFileId()File ID for Structured Append mode of Datamatrix barcode.
hashCode()
isReaderProgramming()Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
notify()
notifyAll()
setAspectRatio(float value)Height/Width ratio of 2D BarCode module.
setCodeTextEncoding(Charset value)Sets the encoding of codetext.
setColumns(int value)Columns count.
setDataMatrixEcc(DataMatrixEccType value)Sets a Datamatrix ECC type.
setDataMatrixEncodeMode(DataMatrixEncodeMode value)Encode mode of Datamatrix barcode.
setDataMatrixVersion(DataMatrixVersion value)Gets or sets a Datamatrix symbol size.
setECIEncoding(int value)Gets or sets ECI encoding.
setMacroCharacters(MacroCharacter value)ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
setReaderProgramming(boolean value)Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
setRows(int value)Rows count.
setStructuredAppendBarcodeId(int value)Barcode ID for Structured Append mode of Datamatrix barcode.
setStructuredAppendBarcodesCount(int value)Barcodes count for Structured Append mode of Datamatrix barcode.
setStructuredAppendFileId(int value)File ID for Structured Append mode of Datamatrix barcode.
toString()Returns a human-readable string representation of this DataMatrixParameters .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAspectRatio()

public float getAspectRatio()

Height/Width ratio of 2D BarCode module.

Returns: float

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCodeTextEncoding()

public Charset getCodeTextEncoding()

Gets the encoding of codetext. Default value: UTF-8

Returns: java.nio.charset.Charset

getColumns()

public int getColumns()

Columns count.

Returns: int

getDataMatrixEcc()

public DataMatrixEccType getDataMatrixEcc()

Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200.

Returns: DataMatrixEccType

getDataMatrixEncodeMode()

public DataMatrixEncodeMode getDataMatrixEncodeMode()

Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO.

Returns: DataMatrixEncodeMode

getDataMatrixVersion()

public DataMatrixVersion getDataMatrixVersion()

Gets or sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto.

Returns: DataMatrixVersion

getECIEncoding()

public int getECIEncoding()

Gets or sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1

Returns: int

getMacroCharacters()

public MacroCharacter getMacroCharacters()

ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE.

Returns: MacroCharacter

getRows()

public int getRows()

Rows count.

Returns: int

getStructuredAppendBarcodeId()

public int getStructuredAppendBarcodeId()

Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0

Returns: int

getStructuredAppendBarcodesCount()

public int getStructuredAppendBarcodesCount()

Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0

Returns: int

getStructuredAppendFileId()

public int getStructuredAppendFileId()

File ID for Structured Append mode of Datamatrix barcode. Default value: 0

Returns: int

hashCode()

public native int hashCode()

Returns: int

isReaderProgramming()

public boolean isReaderProgramming()

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAspectRatio(float value)

public void setAspectRatio(float value)

Height/Width ratio of 2D BarCode module.

Parameters:

ParameterTypeDescription
valuefloat

setCodeTextEncoding(Charset value)

public void setCodeTextEncoding(Charset value)

Sets the encoding of codetext. Default value: UTF-8

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

setColumns(int value)

public void setColumns(int value)

Columns count.

Parameters:

ParameterTypeDescription
valueint

setDataMatrixEcc(DataMatrixEccType value)

public void setDataMatrixEcc(DataMatrixEccType value)

Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200.

Parameters:

ParameterTypeDescription
valueDataMatrixEccType

setDataMatrixEncodeMode(DataMatrixEncodeMode value)

public void setDataMatrixEncodeMode(DataMatrixEncodeMode value)

Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO.

Parameters:

ParameterTypeDescription
valueDataMatrixEncodeMode

setDataMatrixVersion(DataMatrixVersion value)

public void setDataMatrixVersion(DataMatrixVersion value)

Gets or sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto.

Parameters:

ParameterTypeDescription
valueDataMatrixVersion

setECIEncoding(int value)

public void setECIEncoding(int value)

Gets or sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1

Parameters:

ParameterTypeDescription
valueint

setMacroCharacters(MacroCharacter value)

public void setMacroCharacters(MacroCharacter value)

ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE.

Parameters:

ParameterTypeDescription
valueMacroCharacter

setReaderProgramming(boolean value)

public void setReaderProgramming(boolean value)

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false

Parameters:

ParameterTypeDescription
valueboolean

setRows(int value)

public void setRows(int value)

Rows count.

Parameters:

ParameterTypeDescription
valueint

setStructuredAppendBarcodeId(int value)

public void setStructuredAppendBarcodeId(int value)

Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0

Parameters:

ParameterTypeDescription
valueint

setStructuredAppendBarcodesCount(int value)

public void setStructuredAppendBarcodesCount(int value)

Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0

Parameters:

ParameterTypeDescription
valueint

setStructuredAppendFileId(int value)

public void setStructuredAppendFileId(int value)

File ID for Structured Append mode of Datamatrix barcode. Default value: 0

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns a human-readable string representation of this DataMatrixParameters .

Returns: java.lang.String - A string that represents this DataMatrixParameters .

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