net.sourceforge.jbarcodebean
Class EncodedBarcode

java.lang.Object
  extended by net.sourceforge.jbarcodebean.EncodedBarcode
All Implemented Interfaces:
java.io.Serializable

public class EncodedBarcode
extends java.lang.Object
implements java.io.Serializable

This class represents the bars, spaces and caption (text) that make up a fully encoded barcode. The encode method of BarcodeStrategy returns an instance of this class.

See Also:
Serialized Form

Field Summary
 java.lang.String barcodeLabelText
          The text caption that is displayed underneath the barcode
 BarcodeElement[] elements
          The bars and spaces in the barcode
 
Constructor Summary
EncodedBarcode(BarcodeElement[] elements, java.lang.String barcodeLabelText)
          Initializing constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

public BarcodeElement[] elements
The bars and spaces in the barcode


barcodeLabelText

public java.lang.String barcodeLabelText
The text caption that is displayed underneath the barcode

Constructor Detail

EncodedBarcode

public EncodedBarcode(BarcodeElement[] elements,
                      java.lang.String barcodeLabelText)
Initializing constructor



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