Class BarcodeMetadata

java.lang.Object
com.google.zxing.pdf417.decoder.BarcodeMetadata

final class BarcodeMetadata extends Object
  • 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()