Class BarcodeValue

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

final class BarcodeValue extends Object
  • Field Details

  • Constructor Details

    • BarcodeValue

      BarcodeValue()
  • Method Details

    • setValue

      void setValue(int value)
      Add an occurrence of a value
    • getValue

      int[] getValue()
      Determines the maximum occurrence of a set value and returns all values which were set with this occurrence.
      Returns:
      an array of int, containing the values with the highest occurrence, or null, if no value was set
    • getConfidence

      Integer getConfidence(int value)