Class BarcodeMetadata


  • final class BarcodeMetadata
    extends java.lang.Object
    • Field Detail

      • 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 Detail

      • BarcodeMetadata

        BarcodeMetadata​(int columnCount,
                        int rowCountUpperPart,
                        int rowCountLowerPart,
                        int errorCorrectionLevel)
    • Method Detail

      • getColumnCount

        int getColumnCount()
      • getErrorCorrectionLevel

        int getErrorCorrectionLevel()
      • getRowCount

        int getRowCount()
      • getRowCountUpperPart

        int getRowCountUpperPart()
      • getRowCountLowerPart

        int getRowCountLowerPart()