Class BarcodeFormats


  • public class BarcodeFormats
    extends java.lang.Object
    Lists of barcode formats to decode.
    • Constructor Summary

      Constructors 
      Constructor Description
      BarcodeFormats()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • oned

        public static final java.util.List<BarcodeFormat> oned
        List of 1D barcode formats.
      • twod

        public static final java.util.List<BarcodeFormat> twod
        List of 2D barcode formats.
      • postal

        public static final java.util.List<BarcodeFormat> postal
        List of postal barcode formats.
      • pharma

        public static final java.util.List<BarcodeFormat> pharma
        List of pharmaceutical barcode formats.
      • common

        public static final java.util.List<BarcodeFormat> common
        List of common barcode formats.
      • all

        public static final java.util.List<BarcodeFormat> all
        List of all barcode formats.
    • Constructor Detail

      • BarcodeFormats

        public BarcodeFormats()