Uses of Class
de.vwsoft.barcodelib4j.oned.Barcode

Packages that use Barcode
Package
Description
 
  • Uses of Barcode in de.vwsoft.barcodelib4j.oned

    Modifier and Type
    Class
    Description
    class 
    Implementation of Codabar.
    class 
    Implementation of Code 11.
    class 
    Implementation of Code 128.
    class 
    Implementation of Code 128 A.
    class 
    Implementation of Code 128 B.
    class 
    Implementation of Code 128 C.
    class 
    Implementation of Code 39 (also known as Code 3 of 9).
    class 
    Implementation of Code 39 Extended ("Full ASCII").
    class 
    Implementation of Code 93.
    class 
    Implementation of Code 93 Extended ("Full ASCII").
    class 
    Implementation of GS1-128 (also known as EAN-128 or UCC-128).
    class 
    Implementation of EAN-13 (also known as GTIN-13).
    class 
    Implementation of EAN-14 (also known as GTIN-14) using GS1-128.
    class 
    Implementation of EAN-8 (also known as GTIN-8).
    class 
    Implementation of ISBN-13 (International Standard Book Number).
    class 
    Implementation of ISMN (International Standard Music Number).
    class 
    Implementation of Interleaved 2 of 5 (ITF).
    class 
    Implementation of PZN (the older 7-digit format).
    class 
    Implementation of PZN8.
    class 
    Implementation of SSCC (Serial Shipping Container Code) using GS1-128.
    class 
    Implementation of UPC-A.
    class 
    Implementation of UPC-E.
    class 
    Abstract class used as the basis for barcode types characterized by bars with only two distinct widths.
    class 
    Abstract class that provides common functionality for UPC barcode types and their derivatives.
    Methods in de.vwsoft.barcodelib4j.oned that return Barcode
    Modifier and Type
    Method
    Description
    static Barcode
    Barcode.newInstance(BarcodeType type)
    Creates a new instance of an implementation of this class that matches the specified barcode type.
    static Barcode
    Barcode.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.