Package com.google.zxing.pdf417.decoder
Class BarcodeMetadata
java.lang.Object
com.google.zxing.pdf417.decoder.BarcodeMetadata
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
private final int
private final int
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionBarcodeMetadata
(int columnCount, int rowCountUpperPart, int rowCountLowerPart, int errorCorrectionLevel) -
Method Summary
Modifier and TypeMethodDescription(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
-
Field Details
-
columnCount
private final int columnCount -
errorCorrectionLevel
private final int errorCorrectionLevel -
rowCountUpperPart
private final int rowCountUpperPart -
rowCountLowerPart
private final int rowCountLowerPart -
rowCount
private final int rowCount
-
-
Constructor Details
-
BarcodeMetadata
BarcodeMetadata(int columnCount, int rowCountUpperPart, int rowCountLowerPart, int errorCorrectionLevel)
-
-
Method Details
-
getColumnCount
int getColumnCount() -
getErrorCorrectionLevel
int getErrorCorrectionLevel() -
getRowCount
int getRowCount() -
getRowCountUpperPart
int getRowCountUpperPart() -
getRowCountLowerPart
int getRowCountLowerPart()
-