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

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

    Modifier and Type
    Method
    Description
    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.
    void
    Barcode.setAddOn(String addOnNumber)
    Sets the Add-On number for this barcode object.
    void
    LineageUPC.setAddOn(String addOnNumber)
     
    abstract void
    Barcode.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode, along with parameters that determine how the content is to be handled.
    void
    ImplCodabar.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode11.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode128.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode128A.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode128B.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode128C.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the number to be encoded in the barcode.
    void
    ImplCode39.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode39E.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode93.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplCode93E.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplEAN128.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the GS1 data to be encoded in the barcode.
    void
    ImplEAN13.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the EAN-13 number to be encoded in the barcode.
    void
    ImplEAN14.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the GTIN number to be encoded in the barcode.
    void
    ImplEAN8.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the EAN-8 number to be encoded in the barcode.
    void
    ImplISBN13.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the ISBN-13 number to be encoded in the barcode.
    void
    ImplISMN.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the ISMN number to be encoded in the barcode.
    void
    ImplITF.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the number to be encoded in the barcode.
    void
    ImplPZN.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplPZN8.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the content to be encoded in the barcode.
    void
    ImplSSCC18.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the SSCC number to be encoded in the barcode.
    void
    ImplUPCA.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the UPC-A number to be encoded in the barcode.
    void
    ImplUPCE.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum)
    Sets the UPC-E number to be encoded in the barcode.
    Modifier
    Constructor
    Description
     
    GS1Validator(String content, char fnc1Char)
    Constructs a new instance and validates the specified content.