|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.krysalis.barcode4j | |
---|---|
org.krysalis.barcode4j | Main package of Barcode4J. |
org.krysalis.barcode4j.image.loader | |
org.krysalis.barcode4j.impl | This package contains the implementations (logic and layout) of the various barcode symbologies. |
org.krysalis.barcode4j.impl.codabar | This package contains the Codabar implementation. |
org.krysalis.barcode4j.impl.code128 | This package contains the Code 128 and the EAN 128 implementation. |
org.krysalis.barcode4j.impl.code39 | This package contains the Code39 implementation. |
org.krysalis.barcode4j.impl.datamatrix | This package contains the DataMatrix (ISO/IEC 16022:2000(E)) implementation. |
org.krysalis.barcode4j.impl.fourstate | This package contains implementations for the four-state family of barcode symbologies. |
org.krysalis.barcode4j.impl.int2of5 | This package contains the Interleave 2 of 5 implementation. |
org.krysalis.barcode4j.impl.pdf417 | This package contains the PDF417 (ISO/IEC 15438:2001(E)) implementation. |
org.krysalis.barcode4j.impl.postnet | This package contains the POSTNET implementation. |
org.krysalis.barcode4j.impl.qr | This package contains the QR Code (ISO/IEC 18004:2006(E)) implementation. |
org.krysalis.barcode4j.impl.upcean | This package contains the UPC and EAN implementations. |
org.krysalis.barcode4j.output | This package contains the basic infrastructure for supporting various output formats. |
org.krysalis.barcode4j.output.bitmap | This package contains classes for barcode output to bitmap images. |
org.krysalis.barcode4j.output.eps | This package contains classes for barcode output to EPS (Encapsulated PostScript). |
org.krysalis.barcode4j.output.java2d | This package contains classes for barcode output via the Java2D API (Graphics2D, AWT). |
org.krysalis.barcode4j.output.svg | This package contains classes for barcode output to SVG. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j | |
---|---|
BarcodeClassResolver
This interface is used to resolve arbitrary string to classnames of Barcode implementations. |
|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeException
Base exception class for Barcodes. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
BarcodeLogicHandler
This is the basic interface for logic handlers. |
|
BarcodeUtil
This is a convenience class to generate barcodes. |
|
BarGroup
Enumeration type for bar groups. |
|
BaselineAlignment
Enumeration for the alignment of bars when the heights are not uniform. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
|
HumanReadablePlacement
Enumeration for placement of the human readable part of a barcode. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.image.loader | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
BarcodeLogicHandler
This is the basic interface for logic handlers. |
|
BarGroup
Enumeration type for bar groups. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
|
HumanReadablePlacement
Enumeration for placement of the human readable part of a barcode. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
|
TwoDimBarcodeLogicHandler
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.codabar | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.code128 | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.code39 | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.datamatrix | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
TwoDimBarcodeLogicHandler
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.fourstate | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
BarcodeLogicHandler
This is the basic interface for logic handlers. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
|
HumanReadablePlacement
Enumeration for placement of the human readable part of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.int2of5 | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
BarcodeLogicHandler
This is the basic interface for logic handlers. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.pdf417 | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
TwoDimBarcodeLogicHandler
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.postnet | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
BarcodeLogicHandler
This is the basic interface for logic handlers. |
|
BaselineAlignment
Enumeration for the alignment of bars when the heights are not uniform. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.qr | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
TwoDimBarcodeLogicHandler
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.impl.upcean | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
BarcodeLogicHandler
This is the basic interface for logic handlers. |
|
BarGroup
Enumeration type for bar groups. |
|
ChecksumMode
Enumeration type for checksum policy. |
|
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.output | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeException
Base exception class for Barcodes. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.output.bitmap | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
BarcodeGenerator
This interface is used to generate whole barcodes. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.output.eps | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.output.java2d | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
Classes in org.krysalis.barcode4j used by org.krysalis.barcode4j.output.svg | |
---|---|
BarcodeDimension
This class provides information on the dimensions of a barcode. |
|
TextAlignment
Enumeration for horizontal alignment of the human readable part of a barcode. |
|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |