|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
AustraliaPostFormatControlCode | Represents AustraliaPost Format Control Code |
AztecErrorLevel | Hosts constants for Aztec barcode's error correction level: MIN, LOW, MEDIUM, HIGH, MAX |
BarCodeBuilder | Backend barcode image renderer which could render to file, to Graphics and to serverlet HttpServletResponse. |
Caption | Representing captions on the barcode image |
CodabarSymbol | Codabar types of barcode's start symbol and stop symbol |
Code128CodeBuilder | Use to generate customized CodeText for Code128 barcode. [Sample] Code128CodeBuilder builder = new Code128CodeBuilder(Code128Set.A); String codeText = builder.Append("1234").Switch(Code128Set.B).Append("5678").toString(); BarCodeBuilder b = new BarCodeBuilder(Symbology.CODE128, codeText); b.setCode128Set(Code128Set.Customized); String file = "code128.png"; b.save(file); |
Code128Set | CodeSet for code 128 types of barcode |
DataMatrixMode | Encode mode for |
EAN128EncodeMode | |
GraphicsUnit | Measurement of barcode settings |
ImageQuality | Image quality of the barcode image |
ITF14BorderType | Border type of ITF14 type of barcode |
License | Provides methods to license the component. |
Margins | Specifies the size of the marginal area of the barcode image |
PDF417CompactMode | Compaction mode for PDF417 type of barcode |
PDF417ErrorLevel | Error correction level for PDF417 type of barcode |
QREncodeMode | QR barcode's encoding mode |
QRErrorLevel | Error correction level for QR type of barcode |
Resolution | Resolution of the barcode image. |
Symbology | Type of barcode specification |
TextAlign | Text alginment of captions |
Exception Summary | |
---|---|
BarCodeException | General exceptions for barcode generation and recognition |
InvalidCodeTextException | Code text is invalid |
PleaseReportException | Fatal errors |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |