|
Class Summary |
| AustraliaPostFormatControlCode |
Represents AustraliaPost Format Control Code |
| AztecErrorLevel |
Hosts constants for Aztec barcode's error correction level: MIN, LOW, MEDIUM, HIGH, MAX |
| BarCodeAttributes |
A bean to hold the properties for rendering a barcoce |
| BarCodeAttributesFactory |
A simple factory to produce BarCodeAttributes bean, you can implement your own facotry class if need. |
| BarCodeCompiler |
Responsible with handling a componet during report compile. |
| BarCodeComponent |
it's used as report components. |
| BarCodeDigesterRules |
A digester configurer provides digester rules that apply to component XML schemas and produce component object instances out of XML fragments. |
| BarCodeFillFactory |
A factory of fill component instances |
| BarCodeProviders |
Barcode Providers, for wraping the symbologies |
| BarCodeRenderer |
BarCode Render, Rendering the barcodes onto the report |
| BarCodeXmlWriter |
A component writer is responsible for producing a XML representation of component instances. |
| 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.For example, this class can be used within the Scriptlet of the report to customize barcode.
[Sample]
Code128CodeBuilder builder = new Code128CodeBuilder(Code128Set.A);
String codeText = builder.Append("1234").Switch(Code128Set.B).Append("5678").toString();
|
| Code128Set |
CodeSet for code 128 types of barcode |
| DataMatrixMode |
Encode mode for Datamatrix type of barcode |
| 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 |
| XmlBarCodeFactory |
Facotry class to create barcodes |