| Modifier and Type | Class and Description |
|---|---|
class |
BlankModule
Specific implementation of Module that provides blank space.
|
class |
CompositeModule
Specific implementation of Module that allows the grouping of multiple Modules into
one parent module.
|
class |
SeparatorModule
Specific implementation of Module that draws a blank bar (of configurable width).
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Module |
Barcode.calculateChecksum() |
protected abstract Module[] |
Barcode.encodeData() |
Module |
CompositeModule.getModule(int index)
Returns the child module at the specified index.
|
protected abstract Module |
Barcode.getPostAmble() |
protected abstract Module |
Barcode.getPreAmble() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeModule.add(Module module)
Adds the given module to this composite module.
|
protected int |
Barcode.drawModule(Module module,
Output output,
int x,
int y,
int barWidth,
int barHeight) |
| Modifier and Type | Method and Description |
|---|---|
protected Module |
CodabarBarcode.calculateChecksum()
Calculates the check sum digit for the barcode.
|
protected Module[] |
CodabarBarcode.encodeData()
Encodes the data of the barcode into bars.
|
protected Module |
CodabarBarcode.getPostAmble()
Returns the post-amble for the barcode.
|
protected Module |
CodabarBarcode.getPreAmble()
Returns the pre-amble for the barcode.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Module |
Code128Barcode.QUIET_SECTION |
static Module |
Code128Barcode.START_A |
static Module |
Code128Barcode.START_B |
static Module |
Code128Barcode.START_C |
protected static Module |
Code128Barcode.STOP |
| Modifier and Type | Method and Description |
|---|---|
Module |
Code128Barcode.calculateChecksum()
Calculates the check sum digit for the barcode.
|
Module[] |
Code128Barcode.encodeData()
Encodes the data of the barcode into bars.
|
static Module |
ModuleFactory.getModule(String key,
int mode)
Returns the module that represents the specified character and character set.
|
static Module |
ModuleFactory.getModuleForIndex(int index,
int mode)
Returns the encoded module at the given index position.
|
protected Module |
Code128Barcode.getPostAmble()
Returns the post amble for the barcode.
|
protected Module |
Code128Barcode.getPreAmble()
Returns the pre-amble for the barcode.
|
| Modifier and Type | Field and Description |
|---|---|
static Module |
ModuleFactory.START_STOP
The start and stop character for the barcode
|
| Modifier and Type | Method and Description |
|---|---|
protected Module |
Code39Barcode.calculateChecksum()
Returns the checksum for the barcode, pre-encoded as a Module.
|
protected Module[] |
Code39Barcode.encodeData()
Returns the encoded data for the barcode.
|
static Module |
ModuleFactory.getModule(String key)
Returns the module that represents the specified character.
|
static Module |
ModuleFactory.getModuleForIndex(int index)
Returns the encoded module at the given index position.
|
protected Module |
Code39Barcode.getPostAmble()
Returns the post-amble for the barcode.
|
protected Module |
Code39Barcode.getPreAmble()
Returns the pre-amble for the barcode.
|
| Modifier and Type | Method and Description |
|---|---|
protected Module |
EAN13Barcode.calculateChecksum()
Returns the checksum for the barcode, pre-encoded as a Module.
|
protected Module[] |
EAN13Barcode.encodeData()
Returns the encoded data for the barcode.
|
protected Module |
UCCEAN128Barcode.getPreAmble()
Returns the pre-amble for this barcode type.
|
protected Module |
EAN13Barcode.getRightMargin() |
| Modifier and Type | Class and Description |
|---|---|
class |
PostNetModule |
| Modifier and Type | Method and Description |
|---|---|
protected Module |
PostNetBarcode.calculateChecksum() |
protected Module[] |
PostNetBarcode.encodeData() |
static Module |
ModuleFactory.getModule(String key) |
static Module |
ModuleFactory.getModuleForIndex(int index) |
protected Module |
PostNetBarcode.getPostAmble() |
protected Module |
PostNetBarcode.getPreAmble() |
| Modifier and Type | Method and Description |
|---|---|
protected Module |
Std2of5Barcode.calculateChecksum()
Calculates the check sum digit for the barcode.
|
protected Module[] |
Int2of5Barcode.encodeData()
Encodes the data of the barcode into bars.
|
protected Module[] |
Std2of5Barcode.encodeData()
Encodes the data of the barcode into bars.
|
protected Module |
Int2of5Barcode.getPostAmble()
Returns the post-amble for the barcode.
|
protected Module |
Std2of5Barcode.getPostAmble()
Returns the post-amble for the barcode.
|
protected Module |
Int2of5Barcode.getPreAmble()
Returns the pre-amble for the barcode.
|
protected Module |
Std2of5Barcode.getPreAmble()
Returns the pre-amble for the barcode.
|
| Modifier and Type | Field and Description |
|---|---|
static Module |
ModuleFactory.CENTRE_GUARD |
static Module |
ModuleFactory.LEFT_GUARD
The guards for the barcode
|
static Module |
ModuleFactory.LEFT_MARGIN |
static Module |
ModuleFactory.RIGHT_GUARD |
static Module |
ModuleFactory.RIGHT_MARGIN |
| Modifier and Type | Method and Description |
|---|---|
protected Module |
UPCABarcode.calculateChecksum()
Returns the checksum for the barcode, pre-encoded as a Module.
|
protected Module[] |
UPCABarcode.encodeData()
Returns the encoded data for the barcode.
|
protected Module |
UPCABarcode.getCentreGuard()
Returns the middle bar for the barcode.
|
protected Module |
UPCABarcode.getLeftMargin() |
static Module |
ModuleFactory.getModule(String key,
int position)
Returns the module that represents the specified character.
|
static Module |
ModuleFactory.getModuleForIndex(int index)
Returns the encoded module at the given index position.
|
protected Module |
UPCABarcode.getPostAmble()
Returns the post-amble for the barcode.
|
protected Module |
UPCABarcode.getPreAmble()
Returns the pre-amble for the barcode.
|
protected Module |
UPCABarcode.getRightMargin() |
| Modifier and Type | Class and Description |
|---|---|
class |
PDF417Module
Specific module implementation that draws an entire PDF417 barcode
as one barbecue module.
|
| Modifier and Type | Method and Description |
|---|---|
protected Module |
PDF417Barcode.calculateChecksum()
Returns the checksum for the barcode, pre-encoded as a Module.
|
protected Module[] |
PDF417Barcode.encodeData()
Returns the encoded data for the barcode.
|
protected Module |
PDF417Barcode.getPostAmble()
Returns the post-amble for the barcode.
|
protected Module |
PDF417Barcode.getPreAmble()
Returns the pre-amble for the barcode.
|
Copyright © 2003-2013 barbecue.sourceforge.net. All Rights Reserved.