DotCodeParameters
Inheritance: java.lang.Object
public class DotCodeParameters
DotCode parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getClass() | |
getColumns() | Identifies columns count. |
getDotCodeEncodeMode() | Identifies DotCode encode mode. |
getDotCodeStructuredAppendModeBarcodeId() | Identifies the ID of the DotCode structured append mode barcode. |
getDotCodeStructuredAppendModeBarcodesCount() | Identifies DotCode structured append mode barcodes count. |
getECIEncoding() | Identifies ECI encoding. |
getRows() | Identifies rows count. |
hashCode() | |
isReaderInitialization() | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setColumns(int value) | Identifies columns count. |
setDotCodeEncodeMode(DotCodeEncodeMode value) | Identifies DotCode encode mode. |
setDotCodeStructuredAppendModeBarcodeId(int value) | Identifies the ID of the DotCode structured append mode barcode. |
setDotCodeStructuredAppendModeBarcodesCount(int value) | Identifies DotCode structured append mode barcodes count. |
setECIEncoding(int value) | Identifies ECI encoding. |
setReaderInitialization(boolean value) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. |
setRows(int value) | Identifies rows count. |
toString() | Returns a human-readable string representation of this DotCodeParameters . |
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()
Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1
Returns: int
getDotCodeEncodeMode()
public DotCodeEncodeMode getDotCodeEncodeMode()
Identifies DotCode encode mode. Default value: Auto.
Returns: DotCodeEncodeMode
getDotCodeStructuredAppendModeBarcodeId()
public int getDotCodeStructuredAppendModeBarcodeId()
Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.
Returns: int
getDotCodeStructuredAppendModeBarcodesCount()
public int getDotCodeStructuredAppendModeBarcodesCount()
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
Returns: int
getECIEncoding()
public int getECIEncoding()
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
Returns: int
getRows()
public int getRows()
Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1
Returns: int
hashCode()
public native int hashCode()
Returns: int
isReaderInitialization()
public boolean isReaderInitialization()
Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is 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:
Parameter | Type | Description |
---|---|---|
value | float |
setColumns(int value)
public void setColumns(int value)
Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setDotCodeEncodeMode(DotCodeEncodeMode value)
public void setDotCodeEncodeMode(DotCodeEncodeMode value)
Identifies DotCode encode mode. Default value: Auto.
Parameters:
Parameter | Type | Description |
---|---|---|
value | DotCodeEncodeMode |
setDotCodeStructuredAppendModeBarcodeId(int value)
public void setDotCodeStructuredAppendModeBarcodeId(int value)
Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setDotCodeStructuredAppendModeBarcodesCount(int value)
public void setDotCodeStructuredAppendModeBarcodesCount(int value)
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setECIEncoding(int value)
public void setECIEncoding(int value)
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setReaderInitialization(boolean value)
public void setReaderInitialization(boolean value)
Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRows(int value)
public void setRows(int value)
Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a human-readable string representation of this DotCodeParameters .
Returns: java.lang.String - A string that represents this DotCodeParameters .
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 |