final class BarcodeMetadata
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
columnCount |
private int |
errorCorrectionLevel |
private int |
rowCount |
private int |
rowCountLowerPart |
private int |
rowCountUpperPart |
Constructor and Description |
---|
BarcodeMetadata(int columnCount,
int rowCountUpperPart,
int rowCountLowerPart,
int errorCorrectionLevel) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getColumnCount() |
(package private) int |
getErrorCorrectionLevel() |
(package private) int |
getRowCount() |
(package private) int |
getRowCountLowerPart() |
(package private) int |
getRowCountUpperPart() |
private final int columnCount
private final int errorCorrectionLevel
private final int rowCountUpperPart
private final int rowCountLowerPart
private final int rowCount