static BarCode |
BarCode.newAusPost4S(String value) |
Create a new Australia Post 4-state Barcode.
|
static BarCode |
BarCode.newAztecCode(String data) |
Create a new Aztec code representing the specified String.
|
static BarCode |
BarCode.newCodabar(String value,
float xunit) |
Create a new Codabar BarCode.
|
static BarCode |
BarCode.newCode128(String value) |
Create a new Code-128 BarCode with an X-unit of 1pt (0.353mm)
|
static BarCode |
BarCode.newCode128(String value,
double xunit) |
Create a new Code-128 BarCode.
|
static BarCode |
BarCode.newCode39(String value,
boolean checksum) |
Create a new Code 3 of 9 code with an X-unit of 1 and a thick/thin bar ratio of 2.8.
|
static BarCode |
BarCode.newCode39(String value,
boolean checksum,
float xunit,
float ratio) |
Create a new Code 3 of 9 code.
|
static BarCode |
BarCode.newCode39Extended(String value,
boolean checksum) |
Create a new Extended Code 3 of 9 ("Code 39+") code with an X-unit of 1pt (0.353mm) and a thick/thin bar ratio of 2.8
This algorithm uses the same symbology as Code 3 of 9 but can display all ASCII characters.
|
static BarCode |
BarCode.newCode39Extended(String value,
boolean checksum,
float xunit,
float ratio) |
Create a new Extended Code 3 of 9 ("Code 39+") code.
|
static BarCode |
BarCode.newCode93(String value,
float xunit) |
Create a new Code 93 code.
|
static BarCode |
BarCode.newDatabar(boolean linkage,
String value,
boolean truncated,
boolean stacked) |
Create a new GS1 Databar (formerly known as RSS-14) barcode.
|
static BarCode |
BarCode.newDataMatrixCode(byte[] data,
int rows,
int cols) |
Create a new Data Matrix code representing binary data.
|
static BarCode |
BarCode.newDataMatrixCode(String data) |
Create a new Data Matrix code.
|
static BarCode |
BarCode.newDataMatrixCode(String data,
int rows,
int cols) |
Create a new Data Matrix code of the specified dimensions.
|
static BarCode |
BarCode.newDataMatrixCode(String data,
int rows,
int cols,
char encoder) |
Create a new Data Matrix code using the specified dimensions and encoder.
|
static BarCode |
BarCode.newDeutschePostCode(String value) |
Create a new DeutschePost Interleaved 2 of 5 code.
|
static BarCode |
BarCode.newDeutschePostIdentcode(int dist,
int customer,
int mailing) |
Create a new DeutschePost "IdentCode", a variation on Interleaved 2 of 5 with a (4,9) weighted modulo 10 checkdigit.
|
static BarCode |
BarCode.newDeutschePostLeitcode(int pz,
int street,
int number,
int product) |
Create a new DeutschePost "LeitCode", a variation on Interleaved 2 of 5 with a (4,9) weighted modulo 10 checkdigit.
|
static BarCode |
BarCode.newDeutschePostMatrix(String data,
int size) |
Create a new DeutschePost "PostMatrix", which is a DataMatrix code with two
locator bars to the left of the symbol.
|
static BarCode |
BarCode.newDeutschePostMatrix(String mailingnumber,
int issuer,
int product,
int postcode,
String clientjob,
String other,
int size) |
Create a new DeutschePost "PostMatrix", which is a DataMatrix code with two
locator bars to the left of the symbol.
|
static BarCode |
BarCode.newEAN13(String value) |
Create a new GS1 EAN-13 code at a scale of 80%, giving a symbol an inch wide.
|
static BarCode |
BarCode.newEAN13(String value,
double scale) |
Create a new GS1 EAN-13 code.
|
static BarCode |
BarCode.newEAN8(String value) |
Create a new GS1 EAN-8 code at a scale of 80%, giving a symbol 3/5th of an inch wide.
|
static BarCode |
BarCode.newEAN8(String value,
double scale) |
Create a new GS1 EAN-8 code at the specified scale.
|
static BarCode |
BarCode.newIntelligentMail(String value) |
Create a new "Intelligent Mail" BarCode, a 4-state barcode used by the USPS
and designed to replace PostNet .
|
static BarCode |
BarCode.newInterleaved25(String value,
boolean checksum) |
Create a new Interleaved 2 of 5 BarCode with an X-unit of 1pt (0.353mm) and a thick/thin ratio of 2.8.
|
static BarCode |
BarCode.newInterleaved25(String value,
boolean checksum,
float xunit,
float ratio) |
Create a new Interleaved 2 of 5 BarCode.
|
static BarCode |
BarCode.newITF14(String value,
boolean checksum,
float xunit,
float ratio,
boolean verticalBearer) |
Create a new ITF14 BarCode.
|
static BarCode |
BarCode.newMaxiCode(int service,
String postcode,
int country,
String address) |
Create a new MaxiCode representing an address.
|
static BarCode |
BarCode.newMaxiCode(int service,
String postcode,
String country,
String address) |
Create a new MaxiCode representing an address.
|
static BarCode |
BarCode.newMaxiCode(String value,
boolean eec) |
Create a new MaxiCode representing an address with the specified message.
|
static BarCode |
BarCode.newPDF417(byte[] value,
float xunit,
int securitylevel,
int columns) |
Create a new PDF417 BarCode from binary data.
|
static BarCode |
BarCode.newPDF417(String value) |
Create a new PDF417 BarCode, a two-dimensional code defined in ISO15438 which can represent
any character in Windows Codepage CP437.
|
static BarCode |
BarCode.newPDF417(String value,
float xunit,
int securitylevel,
int columns) |
Create a new PDF417 BarCode, a two-dimensional code defined in ISO15438 which can represent
any character in ISO-8859-1 (ECI 3).
|
static BarCode |
BarCode.newPDF417(String value,
float xunit,
int securitylevel,
int columns,
int eci) |
Create a new PDF417 BarCode, a two-dimensional code defined in ISO15438 which can represent
any character in Windows Codepage CP437 or ISO-8859-1.
|
static BarCode |
BarCode.newPostnet(String value) |
Create a new PostNet code, a numeric barcode used by the United States Postal Service.
|
static BarCode |
BarCode.newQRCode(byte[] value,
double modulesize,
int ecc,
int version) |
Create a new QR-Code which encodes a series of raw bytes.
|
static BarCode |
BarCode.newQRCode(String value,
double modulesize,
int ecc,
int version) |
Create a new QR-Code, a two-dimensional algorithm as defined in ISO/IEC 18004:2006(E) but originally
developed by
Denso corporation.
|
static BarCode |
BarCode.newQRCode(String value,
String encoding,
double modulesize,
int ecc,
int version) |
Create a new QR-Code which encodes a String in a specified encoding.
|
static BarCode |
BarCode.newRM4SCC(String value) |
Create a new Royal Mail 4-state Customer Code, an algorithm used by the Royal Mail in the
This code can represent the digits 0-9 and the upper case letters A-Z.
|
static BarCode |
BarCode.newUPCA(String value) |
Create a new UPC-A code at a scale of 80%, giving a symbol an inch wide.
|
static BarCode |
BarCode.newUPCA(String value,
double scale) |
Create a new UPC-A code.
|