|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Barcode in net.sourceforge.barbecue |
Methods in net.sourceforge.barbecue that return Barcode | |
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. |
protected Barcode |
BarcodeServlet.getBarcode(java.lang.String type,
java.lang.String data,
java.lang.String appId,
boolean checkSum)
Returns the appropriate barcode for the speficied parameters. |
Methods in net.sourceforge.barbecue with parameters of type Barcode | |
static java.awt.image.BufferedImage |
BarcodeImageHandler.getImage(Barcode barcode)
Creates an image for a barcode that can be used in other GUI components (e.g. |
static void |
BarcodeImageHandler.writeJPEG(Barcode barcode,
java.io.OutputStream os)
write a JPEG image to an OutputStream |
static void |
BarcodeImageHandler.saveJPEG(Barcode barcode,
java.io.File f)
|
static void |
BarcodeImageHandler.savePNG(Barcode barcode,
java.io.File f)
|
static void |
BarcodeImageHandler.saveGIF(Barcode barcode,
java.io.File f)
|
static void |
BarcodeImageHandler.writePNG(Barcode barcode,
java.io.OutputStream os)
write a PNG image to an OutputStream |
static void |
BarcodeImageHandler.writeGIF(Barcode barcode,
java.io.OutputStream os)
write a GIF image to an OutputStream |
static void |
Main.outputPNG(Barcode barcode,
java.io.OutputStream fos)
|
static void |
Main.outputSVG(Barcode barcode,
java.io.OutputStream fos)
|
static void |
Main.outputEPS(Barcode barcode,
java.io.OutputStream fos)
|
Uses of Barcode in net.sourceforge.barbecue.formatter |
Methods in net.sourceforge.barbecue.formatter with parameters of type Barcode | |
void |
BarcodeFormatter.format(Barcode barcode)
|
static java.lang.String |
SVGFormatter.formatAsSVG(Barcode barcode)
|
void |
SVGFormatter.format(Barcode barcode)
|
Uses of Barcode in net.sourceforge.barbecue.linear |
Subclasses of Barcode in net.sourceforge.barbecue.linear | |
class |
LinearBarcode
|
Uses of Barcode in net.sourceforge.barbecue.linear.codabar |
Subclasses of Barcode in net.sourceforge.barbecue.linear.codabar | |
class |
CodabarBarcode
This is a concrete implementation of the Codabar barcode, AKA USD-4, Monarch, NW-7 and 2of7. |
Uses of Barcode in net.sourceforge.barbecue.linear.code128 |
Subclasses of Barcode in net.sourceforge.barbecue.linear.code128 | |
class |
Code128Barcode
This is a concrete implementation of the Code 128 barcode. |
Uses of Barcode in net.sourceforge.barbecue.linear.code39 |
Subclasses of Barcode in net.sourceforge.barbecue.linear.code39 | |
class |
Code39Barcode
This is a concrete implementation of the Code 39 barcode, AKA 3of9, USD-3. |
Uses of Barcode in net.sourceforge.barbecue.linear.ean |
Subclasses of Barcode in net.sourceforge.barbecue.linear.ean | |
class |
BooklandBarcode
|
class |
EAN13Barcode
This is a concrete implementation of the EAN13 barcode. |
class |
UCCEAN128Barcode
An implementation of the UCC 128 and EAN 128 code formats. |
Uses of Barcode in net.sourceforge.barbecue.linear.postnet |
Subclasses of Barcode in net.sourceforge.barbecue.linear.postnet | |
class |
PostNetBarcode
|
Uses of Barcode in net.sourceforge.barbecue.linear.twoOfFive |
Subclasses of Barcode in net.sourceforge.barbecue.linear.twoOfFive | |
class |
Int2of5Barcode
This is a concrete implementation of the Interleave 2 of 5 barcode The Interleave 2 of 5 barcode requires an even number of characters. |
class |
Std2of5Barcode
This is a concrete implementation of the Standard 2 of 5 barcode The Standard 2 of 5 barcode requires an even number of characters. |
Uses of Barcode in net.sourceforge.barbecue.linear.upc |
Subclasses of Barcode in net.sourceforge.barbecue.linear.upc | |
class |
UPCABarcode
This is a concrete implementation of the UPC-A barcode. |
Uses of Barcode in net.sourceforge.barbecue.twod.pdf417 |
Subclasses of Barcode in net.sourceforge.barbecue.twod.pdf417 | |
class |
PDF417Barcode
Implementation of the PDF417 two dimensional barcode format. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |