|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy net.sourceforge.jbarcodebean.model.Codabar net.sourceforge.jbarcodebean.model.Codabar_2to1
public class Codabar_2to1
This class, which implements the BarcodeStrategy
interface,
knows how to encode the
2:1 (narrow) variant of the Codabar barcode type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy |
---|
AbstractBarcodeStrategy.CharacterCode |
Field Summary |
---|
Fields inherited from interface net.sourceforge.jbarcodebean.model.BarcodeStrategy |
---|
MANDATORY_CHECKSUM, NO_CHECKSUM, OPTIONAL_CHECKSUM |
Constructor Summary | |
---|---|
Codabar_2to1()
|
Method Summary | |
---|---|
protected AbstractBarcodeStrategy.CharacterCode[] |
getCodes()
This implementation of getCodes returns an array of CharacterCode objects
for the narrow Codabar format. |
Methods inherited from class net.sourceforge.jbarcodebean.model.Codabar |
---|
augmentWithChecksum, getBarcodeLabelText, getMarginWidth, getStartSentinel, getStopSentinel, isInterleaved, postprocess, preprocess, requiresChecksum |
Methods inherited from class net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy |
---|
computeSize, encode, getCharacterCode, getCharacterCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Codabar_2to1()
Method Detail |
---|
protected AbstractBarcodeStrategy.CharacterCode[] getCodes()
CharacterCode
objects
for the narrow Codabar format.
getCodes
in class Codabar
CharacterCode
objects, one for each possible character
that can be encoded using this strategy.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |