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 class
MultiQRCode
Decodes all the QR codes using the ZXing library.
For more information see:
https://github.com/zxing/zxing
class
PassThrough
Dummy decoder, does nothing.class
ZXing
Decodes 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 AbstractBarcodeDecoder
Barcode. m_Decoder
the decoder to use.Methods in adams.data.image.features that return AbstractBarcodeDecoder Modifier and Type Method Description AbstractBarcodeDecoder
Barcode. getDecoder()
Returns the decoder in use.Methods in adams.data.image.features with parameters of type AbstractBarcodeDecoder Modifier and Type Method Description void
Barcode. 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 AbstractBarcodeDecoder
DecodeBarcode. m_Decoder
The decoder.Methods in adams.flow.transformer that return AbstractBarcodeDecoder Modifier and Type Method Description AbstractBarcodeDecoder
DecodeBarcode. getDecoder()
Returns the decoder in use.Methods in adams.flow.transformer with parameters of type AbstractBarcodeDecoder Modifier and Type Method Description void
DecodeBarcode. setDecoder(AbstractBarcodeDecoder value)
Sets the decoder to use.
-