Serialized Form


Package jbarcodebean

Class jbarcodebean.JBarcodeBean extends JBarcodeBean implements Serializable


Package net.sourceforge.jbarcodebean

Class net.sourceforge.jbarcodebean.BarcodeElement extends java.lang.Object implements Serializable

Serialized Fields

width

int width
The width of the element expressed as a multiple of the narrowest module (bar/space) width.


type

int type

Class net.sourceforge.jbarcodebean.BarcodeException extends java.lang.Exception implements Serializable

Class net.sourceforge.jbarcodebean.EncodedBarcode extends java.lang.Object implements Serializable

Serialized Fields

elements

BarcodeElement[] elements
The bars and spaces in the barcode


barcodeLabelText

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

Class net.sourceforge.jbarcodebean.JBarcodeBean extends javax.swing.JComponent implements Serializable

Serialized Fields

code

java.lang.String code

codeType

BarcodeStrategy codeType

checkDigit

boolean checkDigit

encoded

EncodedBarcode encoded

narrowestBarWidth

int narrowestBarWidth

barcodeHeight

int barcodeHeight

barcodeBackground

java.awt.Color barcodeBackground

minimumSize

java.awt.Dimension minimumSize

preferredSize

java.awt.Dimension preferredSize

angleDegrees

double angleDegrees

labelHeight

int labelHeight

labelWidth

int labelWidth

barcodeWidth

int barcodeWidth

encodeError

java.lang.String encodeError

horizontalAlignment

int horizontalAlignment

labelPosition

int labelPosition

Package net.sourceforge.jbarcodebean.model

Class net.sourceforge.jbarcodebean.model.Codabar extends AbstractBarcodeStrategy implements Serializable

Class net.sourceforge.jbarcodebean.model.Codabar_2to1 extends Codabar implements Serializable

Class net.sourceforge.jbarcodebean.model.Code39 extends BaseCode39 implements Serializable

Class net.sourceforge.jbarcodebean.model.Code39_2to1 extends Code39 implements Serializable

Class net.sourceforge.jbarcodebean.model.Ean13 extends AbstractBarcodeStrategy implements Serializable

Serialized Fields

checkSum

java.lang.String checkSum

Class net.sourceforge.jbarcodebean.model.Ean8 extends Ean13 implements Serializable

Class net.sourceforge.jbarcodebean.model.ExtendedCode39 extends BaseCode39 implements Serializable

Class net.sourceforge.jbarcodebean.model.ExtendedCode39_2to1 extends ExtendedCode39 implements Serializable

Class net.sourceforge.jbarcodebean.model.Interleaved25 extends AbstractBarcodeStrategy implements Serializable

Class net.sourceforge.jbarcodebean.model.Interleaved25_2to1 extends Interleaved25 implements Serializable

Class net.sourceforge.jbarcodebean.model.MSI extends AbstractBarcodeStrategy implements Serializable



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