|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
BarcodeStrategy interface,
provides a basic implementation that is subclassed by all the concrete
classes that provide Code39, Interleaved Code25, Codabar, MSI and all
derivative encoding strategies.BarcodeStrategy type.BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Codabar barcode type.BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Codabar barcode type.BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Code 3 of 9 barcode type.BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Code 3 of 9 barcode type.CharacterCode objects
for the 3:1 (wide) variants of Code 39.
CharacterCode objects
for Code 128.
CharacterCode objects
for the 2:1 (narrow) variants of Code 39.
AbstractBarcodeStrategy.preprocess(java.lang.String)
Call AbstractBarcodeStrategy.augmentWithChecksum(java.lang.String) to add in the checksum
Call AbstractBarcodeStrategy.postprocess(java.lang.String)
Adds in the start and end sentinels
Use the CharacterCode array returned by getCodes to encode the text into a barcode
Insert left and right margins
Return EncodedBarcode object
BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Extended Code 3 of 9 barcode type.BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Extended Code 3 of 9 barcode type.AbstractBarcodeStrategy.getCodes() method.
AbstractBarcodeStrategy.getCodes() method,
by its check attribute.
CharacterCode
objects, representing all possible encodings of bars and spaces for
every encodable character.
CharacterCode objects
for the wide Codabar format.
CharacterCode objects
for the narrow Codabar format.
CharacterCode objects
for the Code 128 format.
BaseCode39.codes.
BaseCode39.codes2to1.
BaseCode39.codes.
BaseCode39.codes2to1.
CharacterCode objects
for the wide Interleaved Code25 format.
CharacterCode objects
for the narrow Interleaved Code25 format.
CharacterCode objects
for the MSI format.
BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Interleaved Code 2 of 5 barcode type.BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Interleaved Code 2 of 5 barcode type.JBarcodeBean.getLabelPosition().
This will return true if label position is JBarcodeBean.LABEL_BOTTOM
and false otherwise.
JBarcodeBean.BarcodeStrategy.requiresChecksum(), indicates that this type of
barcode always has a checksum.
JBarcodeBean.getMinimumSize().
BarcodeStrategy interface,
knows how to encode the MSI barcode type.BarcodeStrategy.requiresChecksum(), indicates that this type of
barcode does not support a checksum.
BarcodeStrategy.requiresChecksum(), indicates that this type of
barcode may have an optional checksum.
code property.
JBarcodeBean.getPreferredSize().
BarcodeStrategy.OPTIONAL_CHECKSUM.
BarcodeStrategy.NO_CHECKSUM.
BarcodeStrategy.MANDATORY_CHECKSUM.
BarcodeStrategy.OPTIONAL_CHECKSUM.
BarcodeStrategy.MANDATORY_CHECKSUM.
JBarcodeBean.setLabelPosition(int). When
setting this property to true the label position will be set to
JBarcodeBean.LABEL_BOTTOM, setting the property to false will set
the label position to JBarcodeBean.LABEL_NONE.
code property.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||