public class DataBarParameters
extends java.lang.Object
Databar parameters.
Modifier and Type | Method and Description |
---|---|
float |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
|
int |
getColumns()
Columns count.
|
int |
getRows()
Rows count.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setColumns(int value)
Columns count.
|
void |
setRows(int value)
Rows count.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
DataBarParameters . |
public int getColumns()
Columns count.
public void setColumns(int value)
Columns count.
public int getRows()
Rows count.
public void setRows(int value)
Rows count.
public float getAspectRatio()
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
public java.lang.String toString()
Returns a human-readable string representation of this DataBarParameters
.
toString
in class java.lang.Object
DataBarParameters
.