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()
Deprecated.
Use EncodeMode instead
|
int |
getDotCodeStructuredAppendModeBarcodeId()
Deprecated.
Use StructuredAppendModeBarcodeId instead
|
int |
getDotCodeStructuredAppendModeBarcodesCount()
Deprecated.
Use StructuredAppendModeBarcodesCount instead
|
int |
getECIEncoding()
Identifies ECI encoding.
|
DotCodeEncodeMode |
getEncodeMode()
Identifies DotCode encode mode.
|
int |
getRows()
Identifies rows count.
|
int |
getStructuredAppendModeBarcodeId()
Identifies the ID of the DotCode structured append mode barcode.
|
int |
getStructuredAppendModeBarcodesCount()
Identifies DotCode structured append mode barcodes 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)
Deprecated.
Use EncodeMode instead
|
void |
setDotCodeStructuredAppendModeBarcodeId(int value)
Deprecated.
Use StructuredAppendModeBarcodeId instead
|
void |
setDotCodeStructuredAppendModeBarcodesCount(int value)
Deprecated.
Use StructuredAppendModeBarcodesCount instead
|
void |
setECIEncoding(int value)
Identifies ECI encoding.
|
void |
setEncodeMode(DotCodeEncodeMode value)
Identifies DotCode encode mode.
|
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.
|
void |
setStructuredAppendModeBarcodeId(int value)
Identifies the ID of the DotCode structured append mode barcode.
|
void |
setStructuredAppendModeBarcodesCount(int value)
Identifies DotCode structured append mode barcodes count.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
DotCodeParameters. |
public final float getAspectRatio()
Height/Width ratio of 2D BarCode module.
public final void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
public final DotCodeEncodeMode getEncodeMode()
Identifies DotCode encode mode. Default value: Auto.
public final void setEncodeMode(DotCodeEncodeMode value)
Identifies DotCode encode mode. Default value: Auto.
@Deprecated public final DotCodeEncodeMode getDotCodeEncodeMode()
Identifies DotCode encode mode. Default value: Auto.
@Deprecated public final void setDotCodeEncodeMode(DotCodeEncodeMode value)
Identifies DotCode encode mode. Default value: Auto.
public final 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 final 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 final int getStructuredAppendModeBarcodeId()
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 final void setStructuredAppendModeBarcodeId(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.
@Deprecated public final 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.
@Deprecated public final 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 final int getStructuredAppendModeBarcodesCount()
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
public final void setStructuredAppendModeBarcodesCount(int value)
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
@Deprecated public final int getDotCodeStructuredAppendModeBarcodesCount()
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
@Deprecated public final 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 final int getECIEncoding()
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
public final void setECIEncoding(int value)
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
public final 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 final 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 final 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 final 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.ObjectDotCodeParameters.