Uses of Class
adams.data.barcode.encode.AbstractBarcodeEncoder
-
Packages that use AbstractBarcodeEncoder Package Description adams.data.barcode.encode adams.flow.transformer adams.flow.transformer.draw -
-
Uses of AbstractBarcodeEncoder in adams.data.barcode.encode
Subclasses of AbstractBarcodeEncoder in adams.data.barcode.encode Modifier and Type Class Description classEAN13Draws an EAN13 barcode at a specified location and size.Digits must be 13 characters long.classPassThrough* Dummy barcode type, draws nothingclassQRCodeDraws a QR code at a specified location and size.classUPCADraws a UPCA barcode at a specified location and size.Digits must be 11 (checksum gets calculated) or 12 (incl. checksum)
-
Uses of AbstractBarcodeEncoder in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBarcodeEncoder Modifier and Type Field Description protected AbstractBarcodeEncoderEncodeBarcode. m_EncoderThe encoder.Methods in adams.flow.transformer that return AbstractBarcodeEncoder Modifier and Type Method Description AbstractBarcodeEncoderEncodeBarcode. getEncoder()Returns the encoder in use.Methods in adams.flow.transformer with parameters of type AbstractBarcodeEncoder Modifier and Type Method Description voidEncodeBarcode. setEncoder(AbstractBarcodeEncoder value)Sets the encoder to use. -
Uses of AbstractBarcodeEncoder in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as AbstractBarcodeEncoder Modifier and Type Field Description protected AbstractBarcodeEncoderBarcode. m_EncoderBarcode type to be drawn.Methods in adams.flow.transformer.draw that return AbstractBarcodeEncoder Modifier and Type Method Description AbstractBarcodeEncoderBarcode. getEncoder()Sets the encoder type.Methods in adams.flow.transformer.draw with parameters of type AbstractBarcodeEncoder Modifier and Type Method Description voidBarcode. setEncoder(AbstractBarcodeEncoder value)Gets the encoder type.
-