There are several 2D classes in the dBarcode Java class family, one for each of the most popular 2D barcode types, and one which handle a range of different 2D barcode types. The components are:
dBarcode-Aztec
for Java
dBarcodeAZ class – for Aztec barcodes
dBarcode-DataMatrix
for Java
dBarcodeDM class – for DataMatrix barcodes
dBarcode-PDF417
for Java
dBarcodePDF class – for PDF417 and Micro PDF barcodes
dBarcode-QR
for Java
dBarcodeQR class – for QR Code and Micro QR Code
barcodes
dBarcode-Databar
for Java
dBarcodeRSS class – for Databar (formerly known as
Reduced Size Symbology - RSS) barcodes
dBarcode-2D
for Java
dBarcode2D class – for Aztec, Databar, Datmatrix, PDF417,
QR Code barcodes
With the exception of the CodeType property (which specifies the type of barcode to be generated) all 2D classes share the similar component properties, and in this manual all 2D components are discussed using the name of the dBarcodePDF Java class, with specific details of properties for other components being described where appropriate. The values of the CodeType property for the individual components is described under Properties in the 2D Classes Reference section.
More: