Uses of Class
adams.data.barcode.decode.AbstractBarcodeDecoder
-
Packages that use AbstractBarcodeDecoder Package Description adams.data.barcode.decode adams.data.image.features adams.flow.transformer -
-
Uses of AbstractBarcodeDecoder in adams.data.barcode.decode
Subclasses of AbstractBarcodeDecoder in adams.data.barcode.decode Modifier and Type Class Description classMultiQRCodeDecodes all the QR codes using the ZXing library.
For more information see:
https://github.com/zxing/zxing
classPassThroughDummy decoder, does nothing.classZXingDecodes the data in a barcode using the ZXing library.
For more information see:
https://github.com/zxing/zxing
-
Uses of AbstractBarcodeDecoder in adams.data.image.features
Fields in adams.data.image.features declared as AbstractBarcodeDecoder Modifier and Type Field Description protected AbstractBarcodeDecoderBarcode. m_Decoderthe decoder to use.Methods in adams.data.image.features that return AbstractBarcodeDecoder Modifier and Type Method Description AbstractBarcodeDecoderBarcode. getDecoder()Returns the decoder in use.Methods in adams.data.image.features with parameters of type AbstractBarcodeDecoder Modifier and Type Method Description voidBarcode. setDecoder(AbstractBarcodeDecoder value)Sets the decoder to use. -
Uses of AbstractBarcodeDecoder in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBarcodeDecoder Modifier and Type Field Description protected AbstractBarcodeDecoderDecodeBarcode. m_DecoderThe decoder.Methods in adams.flow.transformer that return AbstractBarcodeDecoder Modifier and Type Method Description AbstractBarcodeDecoderDecodeBarcode. getDecoder()Returns the decoder in use.Methods in adams.flow.transformer with parameters of type AbstractBarcodeDecoder Modifier and Type Method Description voidDecodeBarcode. setDecoder(AbstractBarcodeDecoder value)Sets the decoder to use.
-