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 |
getDotCodeMask()
Mask of Dotcode barcode.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setDotCodeMask(int value)
Mask of Dotcode barcode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
DotCodeParameters . |
public int getDotCodeMask()
Mask of Dotcode barcode. Default value: -1.
public void setDotCodeMask(int value)
Mask of Dotcode barcode. Default value: -1.
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
public java.lang.String toString()
Returns a human-readable string representation of this DotCodeParameters
.
toString
in class java.lang.Object
DotCodeParameters
.