|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BarcodeStrategy | |
---|---|
jbarcodebean | |
net.sourceforge.jbarcodebean | Package containing JBarcodeBean component class, and supporting classes. |
net.sourceforge.jbarcodebean.model |
Uses of BarcodeStrategy in jbarcodebean |
---|
Constructors in jbarcodebean with parameters of type BarcodeStrategy | |
---|---|
JBarcodeBean(java.lang.String code,
BarcodeStrategy codeType)
Deprecated. |
Uses of BarcodeStrategy in net.sourceforge.jbarcodebean |
---|
Methods in net.sourceforge.jbarcodebean that return BarcodeStrategy | |
---|---|
BarcodeStrategy |
JBarcodeBean.getCodeType()
Accessor method for the codeType property, which is the barcode type. |
Methods in net.sourceforge.jbarcodebean with parameters of type BarcodeStrategy | |
---|---|
void |
JBarcodeBean.setCodeType(BarcodeStrategy codeType)
Mutator method for the codeType property, which is the barcode type. |
Constructors in net.sourceforge.jbarcodebean with parameters of type BarcodeStrategy | |
---|---|
JBarcodeBean(java.lang.String code,
BarcodeStrategy codeType)
Contructor that allows an initial barcode and code type to be specified. |
Uses of BarcodeStrategy in net.sourceforge.jbarcodebean.model |
---|
Classes in net.sourceforge.jbarcodebean.model that implement BarcodeStrategy | |
---|---|
class |
AbstractBarcodeStrategy
This abstract class, which implements the BarcodeStrategy interface,
provides a basic implementation that is subclassed by all the concrete
classes that provide Code39, Interleaved Code25, Codabar, MSI and all
derivative encoding strategies. |
class |
BaseCode39
Base class for Code39 variants. |
class |
Codabar
This class, which implements the BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Codabar barcode type. |
class |
Codabar_2to1
This class, which implements the BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Codabar barcode type. |
class |
Code11
|
class |
Code128
Code 128 barcode strategy implementation. |
class |
Code39
This class, which implements the BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Code 3 of 9 barcode type. |
class |
Code39_2to1
This class, which implements the BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Code 3 of 9 barcode type. |
class |
Code93
|
class |
Code93Extended
|
class |
Ean13
EAN-13 barcode implementation. |
class |
Ean8
EAN-8 barcode implementation. |
class |
ExtendedCode39
This class, which implements the BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Extended Code 3 of 9 barcode type. |
class |
ExtendedCode39_2to1
This class, which implements the BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Extended Code 3 of 9 barcode type. |
class |
Interleaved25
This class, which implements the BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Interleaved Code 2 of 5 barcode type. |
class |
Interleaved25_2to1
This class, which implements the BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Interleaved Code 2 of 5 barcode type. |
class |
MSI
This class, which implements the BarcodeStrategy interface,
knows how to encode the MSI barcode type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |