DataMatrixParametersUI
Inheritance: java.lang.Object
public class DataMatrixParametersUI
UI wrapper for com.aspose.barcode.generation.DataMatrixParameters class.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getClass() | |
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. |
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 . |
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
getAspectRatio()
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
Returns: float
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
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:
Parameter | Type | Description |
---|---|---|
value | float |
setColumns(int value)
public void setColumns(int value)
Columns count
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setDataMatrixEcc(DataMatrixEccType value)
public void setDataMatrixEcc(DataMatrixEccType value)
Gets a Datamatrix ECC type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | DataMatrixEccType |
setDataMatrixEncodeMode(DataMatrixEncodeMode value)
public void setDataMatrixEncodeMode(DataMatrixEncodeMode value)
Encode mode of Datamatrix barcode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | DataMatrixEncodeMode |
setDataMatrixVersion(DataMatrixVersion value)
public void setDataMatrixVersion(DataMatrixVersion value)
DataMatrix symbol size.
Parameters:
Parameter | Type | Description |
---|---|---|
value | DataMatrixVersion | DataMatrix symbol size. |
setECIEncoding(int value)
public void setECIEncoding(int value)
Sets ECI encoding. Used when DataMatrixEncodeMode is AUTO.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMacroCharacters(MacroCharacter value)
public void setMacroCharacters(MacroCharacter value)
Protocol for Macro characters in the first position (ECC 200 only)
Parameters:
Parameter | Type | Description |
---|---|---|
value | MacroCharacter |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRows(int value)
public void setRows(int value)
Rows count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStructuredAppendBarcodeId(int value)
public void setStructuredAppendBarcodeId(int value)
Barcode ID for Structured Append mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStructuredAppendBarcodesCount(int value)
public void setStructuredAppendBarcodesCount(int value)
Barcodes count for Structured Append mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStructuredAppendFileId(int value)
public void setStructuredAppendFileId(int value)
File ID for Structured Append mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a human-readable string representation of this .
Returns: java.lang.String - A string that represents this
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 |