Uses of Class
com.lowagie.text.pdf.Barcode
Packages that use Barcode
-
Uses of Barcode in com.lowagie.text.pdf
Subclasses of Barcode in com.lowagie.text.pdfModifier and TypeClassDescriptionclassImplements the code 128 and UCC/EAN-128.classImplements the code 39 and code 39 extended.classImplements the code codabar.classGenerates barcodes in several formats: EAN13, EAN8, UPCA, UPCE, supplemental 2 and 5.classThis class takes 2 barcodes, an EAN/UPC and a supplemental and creates a single barcode with both combined in the expected layout.classImplements the code interleaved 2 of 5.classImplements the Postnet and Planet barcodes.Fields in com.lowagie.text.pdf declared as BarcodeModifier and TypeFieldDescriptionprotected BarcodeBarcodeEANSUPP.eanThe barcode with the EAN/UPC.protected BarcodeBarcodeEANSUPP.suppThe barcode with the supplemental.Constructors in com.lowagie.text.pdf with parameters of type BarcodeModifierConstructorDescriptionBarcodeEANSUPP(Barcode ean, Barcode supp) Creates new combined barcode.