DataMatrixParametersUI

Inheritance: java.lang.Object

public class DataMatrixParametersUI

UI wrapper for com.aspose.barcode.generation.DataMatrixParameters class.

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()DataMatrix symbol size.
getECIEncoding()Gets ECI encoding.
getMacroCharacters()Protocol for Macro characters in the first position (ECC 200 only)
getRows()Rows count.
getStructuredAppendBarcodeId()Barcode ID for Structured Append mode.
getStructuredAppendBarcodesCount()Barcodes count for Structured Append mode.
getStructuredAppendFileId()File ID for Structured Append mode.
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)Gets a Datamatrix ECC type.
setDataMatrixEncodeMode(DataMatrixEncodeMode value)Encode mode of Datamatrix barcode.
setDataMatrixVersion(DataMatrixVersion value)DataMatrix symbol size.
setECIEncoding(int value)Sets ECI encoding.
setMacroCharacters(MacroCharacter value)Protocol for Macro characters in the first position (ECC 200 only)
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.
setStructuredAppendBarcodesCount(int value)Barcodes count for Structured Append mode.
setStructuredAppendFileId(int value)File ID for Structured Append mode.
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.

Returns: java.nio.charset.Charset

getColumns()

public int getColumns()

Columns count

Returns: int

getDataMatrixEcc()

public DataMatrixEccType getDataMatrixEcc()

Gets a Datamatrix ECC type.

Returns: DataMatrixEccType

getDataMatrixEncodeMode()

public DataMatrixEncodeMode getDataMatrixEncodeMode()

Encode mode of Datamatrix barcode.

Returns: DataMatrixEncodeMode

getDataMatrixVersion()

public DataMatrixVersion getDataMatrixVersion()

DataMatrix symbol size.

Returns: DataMatrixVersion - DataMatrix symbol size.

getECIEncoding()

public int getECIEncoding()

Gets ECI encoding. Used when DataMatrixEncodeMode is AUTO.

Returns: int

getMacroCharacters()

public MacroCharacter getMacroCharacters()

Protocol for Macro characters in the first position (ECC 200 only)

Returns: MacroCharacter

getRows()

public int getRows()

Rows count.

Returns: int

getStructuredAppendBarcodeId()

public int getStructuredAppendBarcodeId()

Barcode ID for Structured Append mode.

Returns: int

getStructuredAppendBarcodesCount()

public int getStructuredAppendBarcodesCount()

Barcodes count for Structured Append mode.

Returns: int

getStructuredAppendFileId()

public int getStructuredAppendFileId()

File ID for Structured Append mode.

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.

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.

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)

Gets a Datamatrix ECC type.

Parameters:

ParameterTypeDescription
valueDataMatrixEccType

setDataMatrixEncodeMode(DataMatrixEncodeMode value)

public void setDataMatrixEncodeMode(DataMatrixEncodeMode value)

Encode mode of Datamatrix barcode.

Parameters:

ParameterTypeDescription
valueDataMatrixEncodeMode

setDataMatrixVersion(DataMatrixVersion value)

public void setDataMatrixVersion(DataMatrixVersion value)

DataMatrix symbol size.

Parameters:

ParameterTypeDescription
valueDataMatrixVersionDataMatrix symbol size.

setECIEncoding(int value)

public void setECIEncoding(int value)

Sets ECI encoding. Used when DataMatrixEncodeMode is AUTO.

Parameters:

ParameterTypeDescription
valueint

setMacroCharacters(MacroCharacter value)

public void setMacroCharacters(MacroCharacter value)

Protocol for Macro characters in the first position (ECC 200 only)

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.

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.

Parameters:

ParameterTypeDescription
valueint

setStructuredAppendBarcodesCount(int value)

public void setStructuredAppendBarcodesCount(int value)

Barcodes count for Structured Append mode.

Parameters:

ParameterTypeDescription
valueint

setStructuredAppendFileId(int value)

public void setStructuredAppendFileId(int value)

File ID for Structured Append mode.

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