|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jbarcodebean.EncodedBarcode
public class EncodedBarcode
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.
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 |
---|
public BarcodeElement[] elements
public java.lang.String barcodeLabelText
Constructor Detail |
---|
public EncodedBarcode(BarcodeElement[] elements, java.lang.String barcodeLabelText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |