Uses of Class
de.vwsoft.barcodelib4j.oned.Barcode
Packages that use Barcode
-
Uses of Barcode in de.vwsoft.barcodelib4j.oned
Subclasses of Barcode in de.vwsoft.barcodelib4j.onedModifier and TypeClassDescriptionclassImplementation of Codabar.classImplementation of Code 11.classImplementation of Code 128.classImplementation of Code 128 A.classImplementation of Code 128 B.classImplementation of Code 128 C.classImplementation of Code 39 (also known as Code 3 of 9).classImplementation of Code 39 Extended ("Full ASCII").classImplementation of Code 93.classImplementation of Code 93 Extended ("Full ASCII").classImplementation of GS1-128 (also known as EAN-128 or UCC-128).classImplementation of EAN-13 (also known as GTIN-13).classImplementation of EAN-14 (also known as GTIN-14) using GS1-128.classImplementation of EAN-8 (also known as GTIN-8).classImplementation of ISBN-13 (International Standard Book Number).classImplementation of ISMN (International Standard Music Number).classImplementation of Interleaved 2 of 5 (ITF).classImplementation of PZN (the older 7-digit format).classImplementation of PZN8.classImplementation of SSCC (Serial Shipping Container Code) using GS1-128.classImplementation of UPC-A.classImplementation of UPC-E.classAbstract class used as the basis for barcode types characterized by bars with only two distinct widths.classAbstract class that provides common functionality for UPC barcode types and their derivatives.Methods in de.vwsoft.barcodelib4j.oned that return BarcodeModifier and TypeMethodDescriptionstatic BarcodeBarcode.newInstance(BarcodeType type) Creates a new instance of an implementation of this class that matches the specified barcode type.static BarcodeBarcode.newInstance(BarcodeType type, String content, boolean autoComplete, boolean appendOptionalChecksum) Creates a new instance of an implementation of this class that matches the specified barcode type.