|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BarcodeException in net.sourceforge.barbecue |
Methods in net.sourceforge.barbecue that throw BarcodeException | |
static Barcode |
BarcodeFactory.createCode128(java.lang.String data)
Creates a Code 128 barcode that dynamically switches between character sets to give the smallest possible encoding. |
static Barcode |
BarcodeFactory.createCode128A(java.lang.String data)
Creates a Code 128 barcode using the A character set. |
static Barcode |
BarcodeFactory.createCode128B(java.lang.String data)
Creates a Code 128 barcode using the B character set. |
static Barcode |
BarcodeFactory.createCode128C(java.lang.String data)
Creates a Code 128 barcode using the C character set. |
static Barcode |
BarcodeFactory.createUCC128(java.lang.String applicationIdentifier,
java.lang.String data)
Creates a UCC 128 barcode. |
static Barcode |
BarcodeFactory.createEAN128(java.lang.String data)
Creates a EAN 128 barcode. |
static Barcode |
BarcodeFactory.createUSPS(java.lang.String data)
Creates a US Postal Service barcode based on the UCC/EAN 128 symbology. |
static Barcode |
BarcodeFactory.createShipmentIdentificationNumber(java.lang.String data)
Creates a shipment identification number based on the UCC/EAN 128 symbology. |
static Barcode |
BarcodeFactory.parseEAN128(java.lang.String encoded_data)
Create an EAN128 barcode with multiple application identifiers (AI's). |
static Barcode |
BarcodeFactory.createSSCC18(java.lang.String data)
Creates an SSCC-18 number based on the UCC/EAN 128 symbology. |
static Barcode |
BarcodeFactory.createSCC14ShippingCode(java.lang.String data)
Creates an SCC-14 shipping code number based on the UCC/EAN 128 symbology. |
static Barcode |
BarcodeFactory.createGlobalTradeItemNumber(java.lang.String data)
Creates a Global Trade Item Number (GTIN) based on the UCC/EAN 128 symbology. |
static Barcode |
BarcodeFactory.createEAN13(java.lang.String data)
Creates a barcode based on the EAN 13 Symbology. |
static Barcode |
BarcodeFactory.createBookland(java.lang.String isbn)
Creates a Bookland barcode, which is based on the EAN 13 Symbology. |
static Barcode |
BarcodeFactory.createUPCA(java.lang.String data)
Creates a barcode based on the UPC-A Symbology. |
static Barcode |
BarcodeFactory.createRandomWeightUPCA(java.lang.String data)
Creates a barcode based on the UPC-A Symbology signifying a random weight. |
static Barcode |
BarcodeFactory.createStd2of5(java.lang.String data)
Creates a barcode based on the Standard 2 of 5 Symbology. |
static Barcode |
BarcodeFactory.createStd2of5(java.lang.String data,
boolean checkDigit)
Creates a barcode based on the Standard 2 of 5 Symbology. |
static Barcode |
BarcodeFactory.createInt2of5(java.lang.String data)
Creates a barcode based on the Interleave 2 of 5 Symbology. |
static Barcode |
BarcodeFactory.createInt2of5(java.lang.String data,
boolean checkDigit)
Creates a barcode based on the Interleave 2 of 5 Symbology. |
static Barcode |
BarcodeFactory.createPDF417(java.lang.String data)
Creates a PDF417 two dimensional barcode. |
static Barcode |
BarcodeFactory.createCode39(java.lang.String data,
boolean requiresChecksum)
Creates a Code 39 linear barcode. |
static Barcode |
BarcodeFactory.create3of9(java.lang.String data,
boolean requiresChecksum)
Creates a Code 3 of 9 (Code 39) linear barcode. |
static Barcode |
BarcodeFactory.createUSD3(java.lang.String data,
boolean requiresChecksum)
Creates a USD3 (Code 39) linear barcode. |
static Barcode |
BarcodeFactory.createCodabar(java.lang.String data)
Creates a Codabar linear barcode. |
static Barcode |
BarcodeFactory.createUSD4(java.lang.String data)
Creates a USD-4 (Codabar) linear barcode. |
static Barcode |
BarcodeFactory.createNW7(java.lang.String data)
Creates a NW-7 (Codabar) linear barcode. |
static Barcode |
BarcodeFactory.createMonarch(java.lang.String data)
Creates a Monarch (Codabar) linear barcode. |
static Barcode |
BarcodeFactory.create2of7(java.lang.String data)
Creates a 2 of 7 (Codabar) linear barcode. |
static Barcode |
BarcodeFactory.createPostNet(java.lang.String data)
Creates a PostNet linear barcode. |
Constructors in net.sourceforge.barbecue that throw BarcodeException | |
Barcode(java.lang.String data)
|
Uses of BarcodeException in net.sourceforge.barbecue.linear |
Constructors in net.sourceforge.barbecue.linear that throw BarcodeException | |
LinearBarcode(java.lang.String data)
|
Uses of BarcodeException in net.sourceforge.barbecue.linear.codabar |
Constructors in net.sourceforge.barbecue.linear.codabar that throw BarcodeException | |
CodabarBarcode(java.lang.String data)
Constructs a new Codabar barcode with thte specified data. |
Uses of BarcodeException in net.sourceforge.barbecue.linear.code128 |
Constructors in net.sourceforge.barbecue.linear.code128 that throw BarcodeException | |
Code128Barcode(java.lang.String data)
Create a new Code 128 barcode using character set B. |
|
Code128Barcode(java.lang.String data,
int mode)
Creates a new Coded 128 barcode with the specified data and the specified character set. |
Uses of BarcodeException in net.sourceforge.barbecue.linear.code39 |
Constructors in net.sourceforge.barbecue.linear.code39 that throw BarcodeException | |
Code39Barcode(java.lang.String data,
boolean requiresChecksum)
Constructs a basic mode Code 39 barcode with the specified data and an optional checksum. |
|
Code39Barcode(java.lang.String data,
boolean requiresChecksum,
boolean extendedMode)
Constructs an extended mode Code 39 barcode with the specified data and an optional checksum. |
Uses of BarcodeException in net.sourceforge.barbecue.linear.ean |
Constructors in net.sourceforge.barbecue.linear.ean that throw BarcodeException | |
BooklandBarcode(java.lang.String isbn)
|
|
EAN13Barcode(java.lang.String data)
Constructs a basic mode EAN13 barcode with the specified data and an optional checksum. |
|
UCCEAN128Barcode(java.lang.String applicationIdentifier,
java.lang.String data)
Creates a new UCC/EAN 128 barcode with the given application identifier and data to encode. |
|
UCCEAN128Barcode(java.lang.String applicationIdentifier,
java.lang.String data,
boolean includeCheckDigit)
Creates a new UCC/EAN 128 barcode with the given application identifier and data to encode. |
|
UCCEAN128Barcode(java.lang.String data,
boolean includeCheckDigit)
Creates a new UCC/EAN 128 barcode based on the provided data, with an optional Modulo 10 check digit. |
|
UCCEAN128Barcode(java.lang.String encodedData)
Creates a new UCC/EAN 128 barcode with the given application identifier and data to encode. |
Uses of BarcodeException in net.sourceforge.barbecue.linear.postnet |
Constructors in net.sourceforge.barbecue.linear.postnet that throw BarcodeException | |
PostNetBarcode(java.lang.String zipcode)
|
Uses of BarcodeException in net.sourceforge.barbecue.linear.twoOfFive |
Methods in net.sourceforge.barbecue.linear.twoOfFive that throw BarcodeException | |
protected void |
Int2of5Barcode.validateData()
|
protected void |
Std2of5Barcode.validateData()
|
Constructors in net.sourceforge.barbecue.linear.twoOfFive that throw BarcodeException | |
Int2of5Barcode(java.lang.String data)
Constructs a new Interleave 2 of 5 barcode with the specified data. |
|
Int2of5Barcode(java.lang.String data,
boolean checkDigit)
Constructs a new Interleave 2 of 5 barcode with thte specified data. |
|
Std2of5Barcode(java.lang.String data)
Constructs a new Standard 2 of 5 barcode with the specified data. |
|
Std2of5Barcode(java.lang.String data,
boolean checkDigit)
Constructs a new Standard 2 of 5 barcode with thte specified data. |
Uses of BarcodeException in net.sourceforge.barbecue.linear.upc |
Constructors in net.sourceforge.barbecue.linear.upc that throw BarcodeException | |
UPCABarcode(java.lang.String data)
Constructs a basic mode UPC-A barcode with the specified data and an optional checksum. |
|
UPCABarcode(java.lang.String data,
boolean randomWeight)
|
Uses of BarcodeException in net.sourceforge.barbecue.twod.pdf417 |
Constructors in net.sourceforge.barbecue.twod.pdf417 that throw BarcodeException | |
PDF417Barcode(java.lang.String data)
Constructs a new new PDF417 barcode with the specified data. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |