限定符和类型 | 方法和说明 |
---|---|
static java.awt.image.BufferedImage |
BarcodeImageHandler.getImage(BarcodeImpl barcode)
Creates an image for a barcode that can be used in other GUI
componenets (e.g.
|
限定符和类型 | 方法和说明 |
---|---|
static BarcodeImpl |
BarcodeFactory.create2of7(java.lang.String data)
Creates a 2 of 7 (Codabar) linear barcode.
|
static BarcodeImpl |
BarcodeFactory.createCodabar(java.lang.String data)
Creates a Codabar linear barcode.
|
static BarcodeImpl |
BarcodeFactory.createCode128(java.lang.String data)
Creates a Code 128 barcode that dynamically switches between character sets
to give the smallest possible encoding.
|
static BarcodeImpl |
BarcodeFactory.createCode128A(java.lang.String data)
Creates a Code 128 barcode using the A character set.
|
static BarcodeImpl |
BarcodeFactory.createCode128B(java.lang.String data)
Creates a Code 128 barcode using the B character set.
|
static BarcodeImpl |
BarcodeFactory.createCode128C(java.lang.String data)
Creates a Code 128 barcode using the C character set.
|
static BarcodeImpl |
BarcodeFactory.createCode39(java.lang.String data,
boolean requiresChecksum)
Creates a Code 39 linear barcode.
|
static BarcodeImpl |
BarcodeFactory.createEAN128(java.lang.String data)
Creates a EAN 128 barcode.
|
static BarcodeImpl |
BarcodeFactory.createEAN13(java.lang.String data) |
static BarcodeImpl |
BarcodeFactory.createGlobalTradeItemNumber(java.lang.String data)
Creates a Global Trade Item Number (GTIN) based on the UCC/EAN 128 symbology.
|
static BarcodeImpl |
BarcodeFactory.createITF25(java.lang.String data,
int height,
double width,
boolean drawLabel) |
static BarcodeImpl |
BarcodeFactory.createMonarch(java.lang.String data)
Creates a Monarch (Codabar) linear barcode.
|
static BarcodeImpl |
BarcodeFactory.createNW7(java.lang.String data)
Creates a NW-7 (Codabar) linear barcode.
|
static BarcodeImpl |
BarcodeFactory.createPDF417(java.lang.String data)
Creates a PDF417 two dimensional barcode.
|
static BarcodeImpl |
BarcodeFactory.createQRcode(java.lang.String data) |
static BarcodeImpl |
BarcodeFactory.createSCC14ShippingCode(java.lang.String data)
Creates an SCC-14 shipping code number based on the UCC/EAN 128 symbology.
|
static BarcodeImpl |
BarcodeFactory.createShipmentIdentificationNumber(java.lang.String data)
Creates a shipment identification number based on the UCC/EAN 128 symbology.
|
static BarcodeImpl |
BarcodeFactory.createSSCC18(java.lang.String data)
Creates an SSCC-18 number based on the UCC/EAN 128 symbology.
|
static BarcodeImpl |
BarcodeFactory.createUCC128(java.lang.String applicationIdentifier,
java.lang.String data)
Creates a UCC 128 barcode.
|
static BarcodeImpl |
BarcodeFactory.createUSD4(java.lang.String data)
Creates a USD-4 (Codabar) linear barcode.
|
static BarcodeImpl |
BarcodeFactory.createUSPS(java.lang.String data)
Creates a US Postal Service barcode based on the UCC/EAN 128 symbology.
|
static BarcodeImpl |
BarCodeUtils.getBarcodeImpl(BarcodeAttr barcodeAttr,
java.lang.String text) |
static BarcodeImpl |
BarCodeUtils.getBarcodeImpl(BarcodePainter barcodePainter) |
限定符和类型 | 类和说明 |
---|---|
class |
ITF25Barcode |
限定符和类型 | 类和说明 |
---|---|
class |
Code128Barcode
This is a concrete implementation of the Code 128 barcode.
|
class |
UCCEAN128Barcode
An implementation of the UCC 128 and EAN 128 code formats.
|
限定符和类型 | 类和说明 |
---|---|
class |
Code39Barcode
This is a concrete implementation of the Code 39 barcode, AKA 3of9,
USD-3.
|
限定符和类型 | 类和说明 |
---|---|
class |
CodabarBarcode
This is a concrete implementation of the Codabar barcode, AKA USD-4,
Monarch, NW-7 and 2of7.
|
限定符和类型 | 类和说明 |
---|---|
class |
EAN13Barcode
This is a concrete implementation of the EAN13 barcode.
|
class |
UPCABarcode
This is a concrete implementation of the UPC-A barcode.
|
限定符和类型 | 类和说明 |
---|---|
class |
PDF417Barcode |
限定符和类型 | 类和说明 |
---|---|
class |
QRcodeBarcode
生成二维码
|