Uses of Class
net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy.CharacterCode

Packages that use AbstractBarcodeStrategy.CharacterCode
net.sourceforge.jbarcodebean.model   
 

Uses of AbstractBarcodeStrategy.CharacterCode in net.sourceforge.jbarcodebean.model
 

Fields in net.sourceforge.jbarcodebean.model declared as AbstractBarcodeStrategy.CharacterCode
protected static AbstractBarcodeStrategy.CharacterCode[] Code128.codes
          A static array of CharacterCode objects for Code 128.
protected static AbstractBarcodeStrategy.CharacterCode[] BaseCode39.codes
          A static array of CharacterCode objects for the 3:1 (wide) variants of Code 39.
protected static AbstractBarcodeStrategy.CharacterCode[] BaseCode39.codes2to1
          A static array of CharacterCode objects for the 2:1 (narrow) variants of Code 39.
 

Methods in net.sourceforge.jbarcodebean.model that return AbstractBarcodeStrategy.CharacterCode
protected  AbstractBarcodeStrategy.CharacterCode AbstractBarcodeStrategy.getCharacterCode(char character)
          Looks for the specified character to encode in the CharacterCode array returned by the AbstractBarcodeStrategy.getCodes() method.
protected  AbstractBarcodeStrategy.CharacterCode AbstractBarcodeStrategy.getCharacterCode(int check)
          Looks for an entry in the CharacterCode array returned by the AbstractBarcodeStrategy.getCodes() method, by its check attribute.
protected  AbstractBarcodeStrategy.CharacterCode[] MSI.getCodes()
          This implementation of getCodes returns an array of CharacterCode objects for the MSI format.
protected  AbstractBarcodeStrategy.CharacterCode[] Interleaved25_2to1.getCodes()
          This implementation of getCodes returns an array of CharacterCode objects for the narrow Interleaved Code25 format.
protected  AbstractBarcodeStrategy.CharacterCode[] Interleaved25.getCodes()
          This implementation of getCodes returns an array of CharacterCode objects for the wide Interleaved Code25 format.
protected  AbstractBarcodeStrategy.CharacterCode[] ExtendedCode39_2to1.getCodes()
          This implementation of getCodes returns BaseCode39.codes2to1.
protected  AbstractBarcodeStrategy.CharacterCode[] ExtendedCode39.getCodes()
          This implementation of getCodes returns BaseCode39.codes.
protected  AbstractBarcodeStrategy.CharacterCode[] Ean13.getCodes()
           
protected  AbstractBarcodeStrategy.CharacterCode[] Code93.getCodes()
           
protected  AbstractBarcodeStrategy.CharacterCode[] Code39_2to1.getCodes()
          This implementation of getCodes returns BaseCode39.codes2to1.
protected  AbstractBarcodeStrategy.CharacterCode[] Code39.getCodes()
          This implementation of getCodes returns BaseCode39.codes.
protected  AbstractBarcodeStrategy.CharacterCode[] Code128.getCodes()
          This implementation of getCodes returns an array of CharacterCode objects for the Code 128 format.
protected  AbstractBarcodeStrategy.CharacterCode[] Code11.getCodes()
           
protected  AbstractBarcodeStrategy.CharacterCode[] Codabar_2to1.getCodes()
          This implementation of getCodes returns an array of CharacterCode objects for the narrow Codabar format.
protected  AbstractBarcodeStrategy.CharacterCode[] Codabar.getCodes()
          This implementation of getCodes returns an array of CharacterCode objects for the wide Codabar format.
protected abstract  AbstractBarcodeStrategy.CharacterCode[] AbstractBarcodeStrategy.getCodes()
          Subclasses implement this method to return an array of CharacterCode objects, representing all possible encodings of bars and spaces for every encodable character.
 



Copyright © 2004-2009 The JBarcodeBean project. All Rights Reserved.