Uses of Class
net.sourceforge.jbarcodebean.EncodedBarcode

Packages that use EncodedBarcode
net.sourceforge.jbarcodebean.model   
 

Uses of EncodedBarcode in net.sourceforge.jbarcodebean.model
 

Methods in net.sourceforge.jbarcodebean.model that return EncodedBarcode
 EncodedBarcode Code93.encode(java.lang.String textToEncode, boolean checked)
           
 EncodedBarcode BarcodeStrategy.encode(java.lang.String text, boolean checked)
          Subclasses implement this method to encode some text into a barcode.
 EncodedBarcode AbstractBarcodeStrategy.encode(java.lang.String textToEncode, boolean checked)
          This implementation carries out the following steps: Call 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
 



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