net.sourceforge.jbarcodebean.model
Class AbstractBarcodeStrategy.CharacterCode

java.lang.Object
  extended by net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy.CharacterCode
Enclosing class:
AbstractBarcodeStrategy

public static class AbstractBarcodeStrategy.CharacterCode
extends java.lang.Object

Inner class representing a character and its barcode encoding.


Field Summary
 char character
          The character that is encoded
 int check
          The check digit corresponding to this character, used in checksum calculations
 byte[] widths
          The widths of the modules (bars and spaces) of this encoded character
 
Constructor Summary
AbstractBarcodeStrategy.CharacterCode(char character, byte[] widths, int check)
          Constructor which fully initializes the properties of the object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

character

public char character
The character that is encoded


widths

public byte[] widths
The widths of the modules (bars and spaces) of this encoded character


check

public int check
The check digit corresponding to this character, used in checksum calculations

Constructor Detail

AbstractBarcodeStrategy.CharacterCode

public AbstractBarcodeStrategy.CharacterCode(char character,
                                             byte[] widths,
                                             int check)
Constructor which fully initializes the properties of the object.



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