|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy
net.sourceforge.jbarcodebean.model.Code93
net.sourceforge.jbarcodebean.model.Code93Extended
public class Code93Extended
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy |
|---|
AbstractBarcodeStrategy.CharacterCode |
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.jbarcodebean.model.Code93 |
|---|
SHIFT_DOLLAR, SHIFT_PERCENT, SHIFT_PLUS, SHIFT_SLASH |
| Fields inherited from interface net.sourceforge.jbarcodebean.model.BarcodeStrategy |
|---|
MANDATORY_CHECKSUM, NO_CHECKSUM, OPTIONAL_CHECKSUM |
| Constructor Summary | |
|---|---|
Code93Extended()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
preprocess(java.lang.String text)
Subclasses implement this method to perform any preprocessing necessary on the original text to encode. |
| Methods inherited from class net.sourceforge.jbarcodebean.model.Code93 |
|---|
augmentWithChecksum, encode, getBarcodeLabelText, getCodes, getMarginWidth, getStartSentinel, getStopSentinel, isInterleaved, postprocess, requiresChecksum |
| Methods inherited from class net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy |
|---|
computeSize, getCharacterCode, getCharacterCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Code93Extended()
| Method Detail |
|---|
protected java.lang.String preprocess(java.lang.String text)
throws BarcodeException
AbstractBarcodeStrategyAbstractBarcodeStrategy.augmentWithChecksum(java.lang.String) method.
preprocess in class Code93text - The raw text to encode.
BarcodeException - Typically caused by passing in
a String containing illegal characters (characters that cannot be encoded in
this type of barcode).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||