public class CodablockParameters
extends java.lang.Object
Codablock 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
CodablockParameters . |
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.
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 CodablockParameters
.
toString
in class java.lang.Object
CodablockParameters
.