Package net.sourceforge.barbecue

Class Summary
Barcode Abstract barcode class that provides functionality that is common to all barcodes.
BarcodeFactory This factory provides a standard way of creating barcodes.
BarcodeImageHandler Utility class to provide convenience methods for converting barcodes to images and other misc barcode handling.
BarcodeServlet The query parameters for this servlet are: value, required, example: "1234567890" type, optional, examples: "Code128A", "Code128B", "Code128C", if left blank will default to Code 128 B.
BlankModule Specific implementation of Module that provides blank space.
CompositeModule Specific implementation of Module that allows the grouping of multiple Modules into one parent module.
Module Internal class that is used to organise barcode data into groups of bars.
SeparatorModule Specific implementation of Module that draws a blank bar (of configurable width).
 

Exception Summary
BarcodeException Checked exception thrown when a barcode is constructed with invalid data or options.