public class DotCodeParameters
extends java.lang.Object
DotCode parameters.
Modifier and Type | Method and Description |
---|---|
float |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
|
int |
getColumns()
Identifies columns count.
|
DotCodeEncodeMode |
getDotCodeEncodeMode()
Identifies DotCode encode mode.
|
int |
getDotCodeStructuredAppendModeBarcodeId()
Identifies the ID of the DotCode structured append mode barcode.
|
int |
getDotCodeStructuredAppendModeBarcodesCount()
Identifies DotCode structured append mode barcodes count.
|
int |
getECIEncoding()
Identifies ECI encoding.
|
int |
getRows()
Identifies rows count.
|
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.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setColumns(int value)
Identifies columns count.
|
void |
setDotCodeEncodeMode(DotCodeEncodeMode value)
Identifies DotCode encode mode.
|
void |
setDotCodeStructuredAppendModeBarcodeId(int value)
Identifies the ID of the DotCode structured append mode barcode.
|
void |
setDotCodeStructuredAppendModeBarcodesCount(int value)
Identifies DotCode structured append mode barcodes count.
|
void |
setECIEncoding(int value)
Identifies ECI encoding.
|
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.
|
void |
setRows(int value)
Identifies rows count.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
DotCodeParameters . |
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
public DotCodeEncodeMode getDotCodeEncodeMode()
Identifies DotCode encode mode. Default value: Auto.
public void setDotCodeEncodeMode(DotCodeEncodeMode value)
Identifies DotCode encode mode. Default value: Auto.
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.
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.
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.
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.
public int getDotCodeStructuredAppendModeBarcodesCount()
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
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.
public int getECIEncoding()
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
public void setECIEncoding(int value)
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
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
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
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
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
public java.lang.String toString()
Returns a human-readable string representation of this DotCodeParameters
.
toString
in class java.lang.Object
DotCodeParameters
.