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.
|
boolean |
is2DCompositeComponent()
Enables flag of 2D composite component with DataBar barcode
|
boolean |
isAllowOnlyGS1Encoding()
If this flag is set, it allows only GS1 encoding standard for Databar barcode types
|
void |
set2DCompositeComponent(boolean value)
Enables flag of 2D composite component with DataBar barcode
|
void |
setAllowOnlyGS1Encoding(boolean value)
If this flag is set, it allows only GS1 encoding standard for Databar barcode types
|
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 boolean is2DCompositeComponent()
public void set2DCompositeComponent(boolean value)
public boolean isAllowOnlyGS1Encoding()
public void setAllowOnlyGS1Encoding(boolean value)
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
.