|
|||||||||||
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.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.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. |
Constructors in net.sourceforge.barbecue that throw BarcodeException | |
Barcode(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 | |
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. |
|
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.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 |