限定符和类型 | 类和说明 |
---|---|
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).
|
限定符和类型 | 方法和说明 |
---|---|
protected abstract Module |
BarcodeImpl.calculateChecksum() |
protected abstract Module[] |
BarcodeImpl.encodeData() |
Module |
CompositeModule.getModule(int index)
Returns the child module at the specified index.
|
protected abstract Module |
BarcodeImpl.getPostAmble() |
protected abstract Module |
BarcodeImpl.getPreAmble() |
限定符和类型 | 方法和说明 |
---|---|
void |
CompositeModule.add(Module module)
Adds the given module to this composite module.
|
protected double |
BarcodeImpl.drawModule(Module module,
AbstractOutput params,
double x,
double y) |
protected double |
BarcodeImpl.drawModule(Module module,
AbstractOutput params,
int x,
int y,
double width,
double height) |
限定符和类型 | 方法和说明 |
---|---|
protected Module |
ITF25Barcode.calculateChecksum() |
protected Module[] |
ITF25Barcode.encodeData() |
protected Module |
ITF25Barcode.getPostAmble() |
protected Module |
ITF25Barcode.getPreAmble() |
限定符和类型 | 字段和说明 |
---|---|
protected static Module |
Code128Barcode.QUIET_SECTION |
protected static Module |
Code128Barcode.START_A |
protected static Module |
Code128Barcode.START_B |
protected static Module |
Code128Barcode.START_C |
protected static Module |
Code128Barcode.STOP |
限定符和类型 | 方法和说明 |
---|---|
protected Module |
Code128Barcode.calculateChecksum()
Calculates the check sum digit for the barcode.
|
protected Module[] |
Code128Barcode.encodeData()
Encodes the data of the barcode into bars.
|
static Module |
ModuleFactory.getModule(java.lang.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 |
UCCEAN128Barcode.getPreAmble()
Returns the pre-amble for this barcode type.
|
protected Module |
Code128Barcode.getPreAmble()
Returns the pre-amble for the barcode.
|
限定符和类型 | 字段和说明 |
---|---|
static Module |
ModuleFactory.START_STOP
The start and stop character for the barcode
|
限定符和类型 | 方法和说明 |
---|---|
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(java.lang.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.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 字段和说明 |
---|---|
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 |
限定符和类型 | 方法和说明 |
---|---|
protected Module |
UPCABarcode.calculateChecksum()
Returns the checksum for the barcode, pre-encoded as a Module.
|
protected Module |
EAN13Barcode.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[] |
EAN13Barcode.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(java.lang.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() |
protected Module |
EAN13Barcode.getRightMargin() |
限定符和类型 | 方法和说明 |
---|---|
protected Module |
PDF417Barcode.calculateChecksum() |
protected Module[] |
PDF417Barcode.encodeData() |
protected Module |
PDF417Barcode.getPostAmble() |
protected Module |
PDF417Barcode.getPreAmble() |
限定符和类型 | 方法和说明 |
---|---|
protected Module |
QRcodeBarcode.calculateChecksum() |
protected Module[] |
QRcodeBarcode.encodeData() |
protected Module |
QRcodeBarcode.getPostAmble() |
protected Module |
QRcodeBarcode.getPreAmble() |