Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBarcodeBean - Class in org.krysalis.barcode4j.impl
-
Base class for most barcode implementations.
- AbstractBarcodeBean() - Constructor for class org.krysalis.barcode4j.impl.AbstractBarcodeBean
- AbstractCanvasProvider - Class in org.krysalis.barcode4j.output
-
Abstract base class for most CanvasProvider implementations.
- AbstractCanvasProvider(int) - Constructor for class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
Main constructor.
- AbstractFourStateBean - Class in org.krysalis.barcode4j.impl.fourstate
-
Abstract base class for four state barcode beans.
- AbstractFourStateBean() - Constructor for class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Create a new instance.
- AbstractFourStateLogicImpl - Class in org.krysalis.barcode4j.impl.fourstate
-
Provides a base class for "four-state" barcodes.
- AbstractFourStateLogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Main constructor
- AbstractRMCBCKIXLogicImpl - Class in org.krysalis.barcode4j.impl.fourstate
-
Abstract base class for Royal Mail Customer Barcode and the Dutch KIX Code.
- AbstractRMCBCKIXLogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.fourstate.AbstractRMCBCKIXLogicImpl
-
Main constructor
- AbstractSVGGeneratingCanvasProvider - Class in org.krysalis.barcode4j.output.svg
-
Abstract base class for implementations that generate SVG.
- AbstractSVGGeneratingCanvasProvider(boolean, int) - Constructor for class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Creates a new AbstractSVGCanvasProvider.
- AbstractSVGGeneratingCanvasProvider(boolean, String, int) - Constructor for class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Creates a new AbstractSVGCanvasProvider.
- AbstractSVGGeneratingCanvasProvider(int) - Constructor for class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Creates a new AbstractSVGCanvasProvider with default settings (with namespaces, but without namespace prefix).
- AbstractSVGGeneratingCanvasProvider(String, int) - Constructor for class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Creates a new AbstractSVGCanvasProvider with namespaces enabled.
- AbstractVariableHeightLogicHandler - Class in org.krysalis.barcode4j.impl
-
Logic Handler to be used by subclasses of HeightVariableBarcodeBean for painting on a Canvas.
- AbstractVariableHeightLogicHandler(HeightVariableBarcodeBean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
Constructor
- AbstractXMLGeneratingCanvasProvider - Class in org.krysalis.barcode4j.output
-
Abstract base class that provides some commonly used methods for generating XML representations of barcodes.
- AbstractXMLGeneratingCanvasProvider(int) - Constructor for class org.krysalis.barcode4j.output.AbstractXMLGeneratingCanvasProvider
- addAI(String, int, EAN128AI) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- addAIs(String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- addBar(boolean, int) - Method in interface org.krysalis.barcode4j.ClassicBarcodeLogicHandler
-
This method indicates a new bar to be painted.
- addBar(boolean, int) - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
This method indicates a new bar to be painted.
- addBar(boolean, int) - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- addBar(boolean, int) - Method in class org.krysalis.barcode4j.impl.fourstate.FourStateLogicHandler
-
This method indicates a new bar to be painted.
- addBar(boolean, int) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicHandler
- addBar(boolean, int) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANCanvasLogicHandler
- addUnit(double) - Method in class org.krysalis.barcode4j.output.AbstractXMLGeneratingCanvasProvider
-
Formats a value and adds the unit specifier at the end.
- ALIGN_BOTTOM - Static variable in class org.krysalis.barcode4j.BaselineAlignment
-
The bars are aligned to be even along the bottom.
- ALIGN_TOP - Static variable in class org.krysalis.barcode4j.BaselineAlignment
-
The bars are aligned to be even along the top.
- ALPHANUMERIC - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- ALPHANUMERIC_TABLE - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- applyCustomMessagePattern(String, String) - Static method in class org.krysalis.barcode4j.tools.MessagePatternUtil
-
Defined means to apply custom message pattern (i.e.
B
- BarcodeCanvasSetupException - Exception in org.krysalis.barcode4j.output
-
This exception is use during the setup of a barcode canvas.
- BarcodeCanvasSetupException(String) - Constructor for exception org.krysalis.barcode4j.output.BarcodeCanvasSetupException
-
Constructor for BarcodeCanvasSetupException.
- BarcodeClassResolver - Interface in org.krysalis.barcode4j
-
This interface is used to resolve arbitrary string to classnames of Barcode implementations.
- BarcodeConstants - Interface in org.krysalis.barcode4j
-
Some constants for Barcode4J.
- BarcodeDimension - Class in org.krysalis.barcode4j
-
This class provides information on the dimensions of a barcode.
- BarcodeDimension(double, double) - Constructor for class org.krysalis.barcode4j.BarcodeDimension
-
Creates a new BarcodeDimension object.
- BarcodeDimension(double, double, double, double, double, double) - Constructor for class org.krysalis.barcode4j.BarcodeDimension
-
Creates a new BarcodeDimension object.
- BarcodeException - Exception in org.krysalis.barcode4j
-
Base exception class for Barcodes.
- BarcodeException(String) - Constructor for exception org.krysalis.barcode4j.BarcodeException
-
Constructor for BarcodeException.
- BarcodeGenerator - Interface in org.krysalis.barcode4j
-
This interface is used to generate whole barcodes.
- BarcodeLogicHandler - Interface in org.krysalis.barcode4j
-
This is the basic interface for logic handlers.
- bardim - Variable in class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
the cached barcode dimensions
- BarGroup - Class in org.krysalis.barcode4j
-
Enumeration type for bar groups.
- BarGroup(String) - Constructor for class org.krysalis.barcode4j.BarGroup
-
Creates a new BarGroup instance.
- Base64InputStream - Class in org.krysalis.barcode4j.tools
-
Base64-implementation as an
InputStreamreading Base64-encoded data from aReader. - Base64InputStream(Reader) - Constructor for class org.krysalis.barcode4j.tools.Base64InputStream
-
Constructs a new instance.
- BaselineAlignment - Class in org.krysalis.barcode4j
-
Enumeration for the alignment of bars when the heights are not uniform.
- BaselineAlignment(String) - Constructor for class org.krysalis.barcode4j.BaselineAlignment
-
Creates a new BaselineAlignment instance.
- bcBean - Variable in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
the barcode bean
- bcBean - Variable in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
the barcode bean
- BINARY - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- BitmapBuilder - Class in org.krysalis.barcode4j.output.bitmap
-
Helper class for bitmap generation.
- BitmapBuilder() - Constructor for class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Utility class: Constructor prevents instantiating when subclassed.
- BitmapCanvasProvider - Class in org.krysalis.barcode4j.output.bitmap
-
CanvasProvider implementation for generating bitmaps.
- BitmapCanvasProvider(int, int, boolean, int) - Constructor for class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Creates a new BitmapCanvasProvider.
- BitmapCanvasProvider(OutputStream, String, int, int, boolean, int) - Constructor for class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Creates a new BitmapCanvasProvider.
- BitmapEncoder - Interface in org.krysalis.barcode4j.output.bitmap
-
This interface is used to encode bitmaps into their target formats.
- BitmapEncoderRegistry - Class in org.krysalis.barcode4j.output.bitmap
-
Registry class for BitmapEncoders.
- BitmapEncoderRegistry() - Constructor for class org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry
-
Utility class: Constructor prevents instantiating when subclassed.
- byName(String) - Static method in class org.krysalis.barcode4j.BarGroup
-
Returns a BarGroup instance by name.
- byName(String) - Static method in class org.krysalis.barcode4j.BaselineAlignment
-
Returns a BaselineAlignment instance by name.
- byName(String) - Static method in class org.krysalis.barcode4j.ChecksumMode
-
Returns a ChecksumMode instance by name.
- byName(String) - Static method in class org.krysalis.barcode4j.HumanReadablePlacement
-
Returns a HumanReadablePlacement instance by name.
- byName(String) - Static method in class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
-
Returns a SymbolShapeHint instance by name.
- byName(String) - Static method in class org.krysalis.barcode4j.TextAlignment
-
Returns a TextAlignment instance by name.
- BYTE_COMPACTION - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
code for Byte compaction
C
- C40_UNLATCH - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Unlatch from C40 encodation
- calcCheckdigit(int, int, String, int, int) - Static method in class org.krysalis.barcode4j.impl.code128.CheckDigit
- calcCheckdigit(String, int, int, byte) - Static method in class org.krysalis.barcode4j.impl.code128.CheckDigit
- calcCheckdigit11(String, int, int) - Static method in class org.krysalis.barcode4j.impl.code128.CheckDigit
- calcCheckdigit31(String, int, int) - Static method in class org.krysalis.barcode4j.impl.code128.CheckDigit
- calcChecksum(String) - Static method in class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Calculates the checksum for a message to be encoded as an Code39 barcode.
- calcChecksum(String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Calculates the checksum for a message to be encoded as an one of the foru-state barcode symbologies.
- calcChecksum(String) - Method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCLogicImpl
-
Calculates the checksum for a message to be encoded as an one of the foru-state barcode symbologies.
- calcChecksum(String) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailLogicImpl
-
Calculates the checksum for a message to be encoded as an one of the foru-state barcode symbologies.
- calcChecksum(String) - Static method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Calculates the checksum for a message to be encoded as an Interleaved 2 of 5 barcode.
- calcChecksum(String) - Static method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Calculates the checksum for a message to be encoded as an POSTNET barcode.
- calcChecksum(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Calculates the check character for a given message
- calcChecksum(String, int, int) - Static method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Calculates the checksum for a message to be encoded as an Interleaved 2 of 5 barcode.
- calcDimensions(String) - Method in interface org.krysalis.barcode4j.BarcodeGenerator
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Calculates the dimension of a barcode with the given message.
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.upcean.EAN8Bean
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
- calcDimensions(String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEBean
- calculateNumberOfRows(int, int, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
-
Calculates the necessary number of rows as described in annex Q of ISO/IEC 15438:2001(E).
- canBeInCodeSetC(char, boolean) - Static method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Determines whether a character is a digit or a function 1 command.
- canvas - Variable in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
the canvas to paint on
- canvas - Variable in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
the canvas to paint on
- Canvas - Class in org.krysalis.barcode4j.output
-
This class is used by barcode rendering classes that paint a barcode using a coordinate system.
- Canvas(CanvasProvider) - Constructor for class org.krysalis.barcode4j.output.Canvas
-
Main constructor
- CanvasProvider - Interface in org.krysalis.barcode4j.output
-
This interface is implemented to provide an output format that is using a coordinate system.
- CD11 - Static variable in class org.krysalis.barcode4j.impl.code128.CheckDigit
- CD31 - Static variable in class org.krysalis.barcode4j.impl.code128.CheckDigit
- CDNone - Static variable in class org.krysalis.barcode4j.impl.code128.CheckDigit
- checkAI(EAN128AI) - Static method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- CheckDigit - Class in org.krysalis.barcode4j.impl.code128
- CheckDigit() - Constructor for class org.krysalis.barcode4j.impl.code128.CheckDigit
- ChecksumMode - Class in org.krysalis.barcode4j
-
Enumeration type for checksum policy.
- ChecksumMode(String) - Constructor for class org.krysalis.barcode4j.ChecksumMode
-
Creates a new ChecksumMode instance.
- ClassicBarcodeLogicHandler - Interface in org.krysalis.barcode4j
-
This interface defines methods to build classic 1D barcodes.
- close() - Method in class org.krysalis.barcode4j.tools.Base64InputStream
- closeQuietly(InputStream) - Static method in class org.krysalis.barcode4j.tools.IOUtil
-
Closes an
InputStream. - closeQuietly(Reader) - Static method in class org.krysalis.barcode4j.tools.IOUtil
-
Closes a
Reader. - CM - Static variable in class org.krysalis.barcode4j.tools.Length
-
String constant for centimeters.
- CodabarBean - Class in org.krysalis.barcode4j.impl.codabar
-
This class is an implementation of the Codabar barcode.
- CodabarBean() - Constructor for class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Create a new instance.
- CodabarLogicImpl - Class in org.krysalis.barcode4j.impl.codabar
-
This class is an implementation of the Codabar barcode.
- CodabarLogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Main constructor
- CodabarLogicImpl(ChecksumMode, boolean) - Constructor for class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Main constructor
- Code128Bean - Class in org.krysalis.barcode4j.impl.code128
-
This class is an implementation of the Code 128 barcode.
- Code128Bean() - Constructor for class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Create a new instance.
- Code128Constants - Interface in org.krysalis.barcode4j.impl.code128
-
Constants for Code128.
- Code128Encoder - Interface in org.krysalis.barcode4j.impl.code128
-
This interface is implemented by classes that encode a Code128 message into an integer array representing character set indexes.
- Code128LogicImpl - Class in org.krysalis.barcode4j.impl.code128
-
This class is an implementation of the Code 128 barcode.
- Code128LogicImpl() - Constructor for class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Default constructor.
- Code128LogicImpl(int) - Constructor for class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Main constructor.
- Code39Bean - Class in org.krysalis.barcode4j.impl.code39
-
This class is an implementation of the Code39 barcode.
- Code39Bean() - Constructor for class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Create a new instance.
- Code39LogicImpl - Class in org.krysalis.barcode4j.impl.code39
-
This class is an implementation of the Code39 barcode.
- Code39LogicImpl(ChecksumMode, boolean, boolean, boolean) - Constructor for class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Main constructor
- CODESET_A - Static variable in interface org.krysalis.barcode4j.impl.code128.Code128Constants
-
Enables the codeset A
- CODESET_ALL - Static variable in interface org.krysalis.barcode4j.impl.code128.Code128Constants
-
Enables all codesets
- CODESET_B - Static variable in interface org.krysalis.barcode4j.impl.code128.Code128Constants
-
Enables the codeset B
- CODESET_C - Static variable in interface org.krysalis.barcode4j.impl.code128.Code128Constants
-
Enables the codeset C
- CODEWORD_TABLE - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
The codeword table from the Annex A of ISO/IEC 15438:2001(E).
- compactMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCELogicImpl
-
Compacts an UPC-A message to an UPC-E message if possible.
- CONSTLenMax - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
- copy(InputStream, OutputStream) - Static method in class org.krysalis.barcode4j.tools.IOUtil
-
Copies the contents of an InputStream to an OutputStream.
- CP_ADD - Static variable in class org.krysalis.barcode4j.ChecksumMode
-
"add" adds the necessary checksum to the message to be encoded
- CP_AUTO - Static variable in class org.krysalis.barcode4j.ChecksumMode
-
"auto" chooses the barcode's default checksum behaviour
- CP_CHECK - Static variable in class org.krysalis.barcode4j.ChecksumMode
-
"check" requires the check character to be present in the message.
- CP_IGNORE - Static variable in class org.krysalis.barcode4j.ChecksumMode
-
"ignore" doesn't check nor add a checksum
- CP437 - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
- createLogicImpl() - Method in class org.krysalis.barcode4j.impl.upcean.EAN13Bean
- createLogicImpl() - Method in class org.krysalis.barcode4j.impl.upcean.EAN8Bean
- createLogicImpl() - Method in class org.krysalis.barcode4j.impl.upcean.UPCABean
- createLogicImpl() - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
-
Factory method for the logic implementation.
- createLogicImpl() - Method in class org.krysalis.barcode4j.impl.upcean.UPCEBean
D
- dataCapacity - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- DataMatrixBean - Class in org.krysalis.barcode4j.impl.datamatrix
-
This class is an implementation of DataMatrix (ISO 16022:2000(E)).
- DataMatrixBean() - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Create a new instance.
- DataMatrixConstants - Interface in org.krysalis.barcode4j.impl.datamatrix
-
Constants for DataMatrix.
- DataMatrixErrorCorrection - Class in org.krysalis.barcode4j.impl.datamatrix
-
Error Correction Code for ECC200.
- DataMatrixErrorCorrection() - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixErrorCorrection
- DataMatrixHighLevelEncoder - Class in org.krysalis.barcode4j.impl.datamatrix
-
DataMatrix ECC 200 data encoder following the algorithm described in ISO/IEC 16022:200(E) in annex S.
- DataMatrixHighLevelEncoder() - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixHighLevelEncoder
- DataMatrixLogicImpl - Class in org.krysalis.barcode4j.impl.datamatrix
-
Top-level class for the logic part of the DataMatrix implementation.
- DataMatrixLogicImpl() - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixLogicImpl
- DataMatrixPlacement - Class in org.krysalis.barcode4j.impl.datamatrix
-
Symbol Character Placement Program.
- DataMatrixPlacement(String, int, int) - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
- DataMatrixReedSolomonFactors - Interface in org.krysalis.barcode4j.impl.datamatrix
-
Precomputed factor tables for all the different variants in ECC200.
- DataMatrixSymbolInfo - Class in org.krysalis.barcode4j.impl.datamatrix
-
Symbol info table for DataMatrix.
- DataMatrixSymbolInfo(boolean, int, int, int, int, int) - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- DataMatrixSymbolInfo(boolean, int, int, int, int, int, int, int) - Constructor for class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- dataRegions - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- DebugUtil - Class in org.krysalis.barcode4j.tools
-
Useful stuff for debugging.
- DebugUtil() - Constructor for class org.krysalis.barcode4j.tools.DebugUtil
-
Utility class: Constructor prevents instantiating when subclassed.
- DEFAULT_CHECK_DIGIT_MARKER - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Defines the default character for the check digit marker
- DEFAULT_CODESET - Static variable in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Default codeset.
- DEFAULT_COLUMN_COUNT - Static variable in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
The default column count for PDF417.
- DEFAULT_DISPLAY_START_STOP - Static variable in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
The default display start/stop value for Codabar.
- DEFAULT_ENCODING - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
- DEFAULT_ERROR_CORRECTION_LEVEL - Static variable in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
The default error correction level for PDF417
- DEFAULT_GROUP_SEPARATOR - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Defines the default group separator character
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
The default module width for Codabar.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
The default module width for Code 128.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
The default module width for Code 39.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
The default module width (dot size) for DataMatrix.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCBean
-
The default module width for RoyalMail.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
The default module width for Interleaved 2 of 5.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
The default module width for PDF417.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
The default module width (dot size) for DataMatrix.
- DEFAULT_MODULE_WIDTH - Static variable in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
-
The default module width for UPC and EAN.
- DEFAULT_WIDE_FACTOR - Static variable in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
The default wide factor for Codabar.
- DEFAULT_WIDE_FACTOR - Static variable in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
The default wide factor for Code 39
- DEFAULT_WIDE_FACTOR - Static variable in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
The default wide factor for Interleaved 2 of 5.
- DEFAULT_X_TO_Y_FACTOR - Static variable in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
The default wide factor for PDF417.
- DefaultBarcodeClassResolver - Class in org.krysalis.barcode4j
-
This is a simple implementation of a BarcodeClassResolver.
- DefaultBarcodeClassResolver() - Constructor for class org.krysalis.barcode4j.DefaultBarcodeClassResolver
-
Main constructor.
- DefaultCanvasLogicHandler - Class in org.krysalis.barcode4j.impl
-
Default Logic Handler implementation for painting on a Canvas.
- DefaultCanvasLogicHandler(AbstractBarcodeBean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
Main constructor.
- DefaultCode128Encoder - Class in org.krysalis.barcode4j.impl.code128
-
Default encoder algorithm for Code128 barcode messages.
- DefaultCode128Encoder() - Constructor for class org.krysalis.barcode4j.impl.code128.DefaultCode128Encoder
-
Default constructor allowing all codesets.
- DefaultCode128Encoder(int) - Constructor for class org.krysalis.barcode4j.impl.code128.DefaultCode128Encoder
-
Create a new encoder
- DefaultTwoDimCanvasLogicHandler - Class in org.krysalis.barcode4j.impl
-
Default 2D Logic Handler implementation for painting on a Canvas.
- DefaultTwoDimCanvasLogicHandler(AbstractBarcodeBean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
-
Main constructor.
- determineConsecutiveBinaryCount(String, byte[], int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Determines the number of consecutive characters that are encodable using binary compaction.
- determineConsecutiveDigitCount(String, int) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixHighLevelEncoder
-
Determines the number of consecutive characters that are encodable using numeric compaction.
- determineConsecutiveDigitCount(String, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Determines the number of consecutive characters that are encodable using numeric compaction.
- determineConsecutiveTextCount(String, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Determines the number of consecutive characters that are encodable using text compaction.
- determineDimensions(PDF417Bean, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
-
Determine optimal nr of columns and rows for the specified number of codewords.
- deviceCenteredText(String, double, double, double, String, double) - Method in class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
Draws centered text.
- deviceCenteredText(String, double, double, double, String, double) - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Draws centered text.
- deviceDrawRect(double, double, double, double) - Method in class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
- deviceFillRect(double, double, double, double) - Method in class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Paints a filled rectangle.
- deviceFillRect(double, double, double, double) - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Paints a filled rectangle.
- deviceFillRect(double, double, double, double) - Method in class org.krysalis.barcode4j.output.eps.EPSCanvasProvider
-
Paints a filled rectangle.
- deviceFillRect(double, double, double, double) - Method in class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
-
Paints a filled rectangle.
- deviceFillRect(double, double, double, double) - Method in class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Paints a filled rectangle.
- deviceJustifiedText(String, double, double, double, String, double) - Method in class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
Draws justified text.
- deviceJustifiedText(String, double, double, double, String, double) - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Draws justified text.
- deviceText(String, double, double, double, String, double, TextAlignment) - Method in class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Draws text.
- deviceText(String, double, double, double, String, double, TextAlignment) - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Draws text.
- deviceText(String, double, double, double, String, double, TextAlignment) - Method in class org.krysalis.barcode4j.output.eps.EPSCanvasProvider
-
Draws text.
- deviceText(String, double, double, double, String, double, TextAlignment) - Method in class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
-
Draws text.
- deviceText(String, double, double, double, String, double, TextAlignment) - Method in class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Draws text.
- dimensions - Variable in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
the barcode dimensions
- doHandleChecksum(StringBuffer, ChecksumMode) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Handles the checksum based on the given checksum mode.
- doQuietZone - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
True if quiet zone should be rendered
- doQuietZone(boolean) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Controls whether a quiet zone should be included or not.
- doQuietZone(boolean) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Controls whether a quiet zone should be included or not.
- drawCenteredChar(char, double, double, double, String, double) - Method in class org.krysalis.barcode4j.output.Canvas
-
Draws a centered character.
- drawCenteredChar(Canvas, AbstractBarcodeBean, char, double, double, double) - Static method in class org.krysalis.barcode4j.impl.DrawingUtil
-
Draws a centered character on a canvas.
- drawCenteredText(String, double, double, double, String, double) - Method in class org.krysalis.barcode4j.output.Canvas
-
Deprecated.
- drawCenteredText(Canvas, AbstractBarcodeBean, String, double, double, double) - Static method in class org.krysalis.barcode4j.impl.DrawingUtil
-
Deprecated.
- drawCenterGuard(ClassicBarcodeLogicHandler) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Generates a center guard.
- DrawingUtil - Class in org.krysalis.barcode4j.impl
-
Drawing utilities.
- DrawingUtil() - Constructor for class org.krysalis.barcode4j.impl.DrawingUtil
- drawJustifiedText(String, double, double, double, String, double) - Method in class org.krysalis.barcode4j.output.Canvas
-
Deprecated.
- drawJustifiedText(Canvas, AbstractBarcodeBean, String, double, double, double) - Static method in class org.krysalis.barcode4j.impl.DrawingUtil
-
Deprecated.
- drawRect(double, double, double, double) - Method in class org.krysalis.barcode4j.output.Canvas
-
Draws a rectangle.
- drawRectWH(double, double, double, double) - Method in class org.krysalis.barcode4j.output.Canvas
-
Draws a rectangle
- drawSideGuard(ClassicBarcodeLogicHandler) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Generates a side guard.
- drawSupplemental(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Generates events for a supplemental.
- drawText(String, double, double, double, String, double, TextAlignment) - Method in class org.krysalis.barcode4j.output.Canvas
-
Draws text.
- drawText(Canvas, AbstractBarcodeBean, String, double, double, double, TextAlignment) - Static method in class org.krysalis.barcode4j.impl.DrawingUtil
-
Draws text on a canvas.
- drawUPCERightGuard(ClassicBarcodeLogicHandler) - Method in class org.krysalis.barcode4j.impl.upcean.UPCELogicImpl
-
Generates a UPC-E right guard.
- dumpNode(Node) - Static method in class org.krysalis.barcode4j.tools.DebugUtil
-
Serializes a W3C DOM node to a String and dumps it to System.out.
E
- EAN128AI - Class in org.krysalis.barcode4j.impl.code128
-
This class keeps Informations about EAN 128 Application Identifiers (AIs).
- EAN128Bean - Class in org.krysalis.barcode4j.impl.code128
-
This class is an implementation of the Code 128 barcode.
- EAN128Bean() - Constructor for class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Create a new instance.
- EAN128LogicImpl - Class in org.krysalis.barcode4j.impl.code128
-
This class is an implementation of the EAN 128 barcode.
- EAN128LogicImpl(ChecksumMode, String) - Constructor for class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- EAN128LogicImpl(ChecksumMode, String, char) - Constructor for class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- EAN13Bean - Class in org.krysalis.barcode4j.impl.upcean
-
This class implements the EAN13 barcode.
- EAN13Bean() - Constructor for class org.krysalis.barcode4j.impl.upcean.EAN13Bean
- EAN13LogicImpl - Class in org.krysalis.barcode4j.impl.upcean
-
This class is an implementation of the EAN-13 barcode.
- EAN13LogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.upcean.EAN13LogicImpl
-
Main constructor
- EAN8Bean - Class in org.krysalis.barcode4j.impl.upcean
-
This class implements the EAN-8 barcode.
- EAN8Bean() - Constructor for class org.krysalis.barcode4j.impl.upcean.EAN8Bean
- EAN8LogicImpl - Class in org.krysalis.barcode4j.impl.upcean
-
This class is an implementation of the EAN-8 barcode.
- EAN8LogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.upcean.EAN8LogicImpl
-
Main constructor.
- EC_COEFFICIENTS - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Tables of coefficients for calculating error correction words (see annex F, ISO/IEC 15438:2001(E))
- ECI - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
ECI character (Extended Channel Interpretation)
- ECI_BINARY - Static variable in class org.krysalis.barcode4j.tools.ECIUtil
-
ECI code for 8-bit binary data
- ECI_CHARSET - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
identifier for an ECI of a character set of code page
- ECI_GENERAL_PURPOSE - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
identifier for a general purpose ECO format
- ECI_USER_DEFINED - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
identifier for a user defined Extended Channel Interpretation (ECI)
- ECIUtil - Class in org.krysalis.barcode4j.tools
-
Utilities around ECI (extended channel interpretation).
- ECIUtil() - Constructor for class org.krysalis.barcode4j.tools.ECIUtil
- encode(BufferedImage, OutputStream, String, int) - Method in interface org.krysalis.barcode4j.output.bitmap.BitmapEncoder
-
Encodes a BufferedImage to a target format and writes it to the OutputStream.
- encode(BufferedImage, OutputStream, String, int) - Method in class org.krysalis.barcode4j.output.bitmap.ImageIOBitmapEncoder
-
Encodes a BufferedImage to a target format and writes it to the OutputStream.
- encode(String) - Method in interface org.krysalis.barcode4j.impl.code128.Code128Encoder
-
Encodes a valid Code 128 message to an array of character set indexes.
- encode(String) - Method in class org.krysalis.barcode4j.impl.code128.DefaultCode128Encoder
-
Encodes message using code set A, B and C.
- encodeBinary(String, byte[], int, int, int, StringBuffer) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Encode parts of the message using Byte Compaction as described in ISO/IEC 15438:2001(E), chapter 4.4.3.
- encodeChar(ClassicBarcodeLogicHandler, char) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Encodes a character to a logic handler.
- encodeChar(ClassicBarcodeLogicHandler, char) - Method in class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Encodes a single character.
- encodeChar(ClassicBarcodeLogicHandler, char) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Encodes a single character.
- encodeChar(ClassicBarcodeLogicHandler, char, int) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Encodes a character.
- encodeChar(ClassicBarcodeLogicHandler, int) - Method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Encodes a character.
- encodeCodeword(ClassicBarcodeLogicHandler, char, String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Encodes a single character.
- encodeECC200(String, DataMatrixSymbolInfo) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixErrorCorrection
-
Creates the ECC200 error correction for an encoded message.
- encodeHighLevel(byte[]) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Performs high-level encoding of a PDF417 message (binary data).
- encodeHighLevel(String) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixHighLevelEncoder
-
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
- encodeHighLevel(String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Does the high-level encoding of the message into codewords.
- encodeHighLevel(String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractRMCBCKIXLogicImpl
-
Does the high-level encoding of the message into codewords.
- encodeHighLevel(String) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailLogicImpl
-
Does the high-level encoding of the message into codewords.
- encodeHighLevel(String) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Performs high-level encoding of a PDF417 message using the algorithm described in annex P of ISO/IEC 15438:2001(E).
- encodeHighLevel(String, String, boolean) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Performs high-level encoding of a PDF417 message using the algorithm described in annex P of ISO/IEC 15438:2001(E).
- encodeHighLevel(String, SymbolShapeHint, Dimension, Dimension) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixHighLevelEncoder
-
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
- encodeNumeric(String, int, int, StringBuffer) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
- encodeStop(ClassicBarcodeLogicHandler) - Method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Encodes the special stop character.
- encodeText(String, int, int, StringBuffer, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
-
Encode parts of the message using Text Compaction as described in ISO/IEC 15438:2001(E), chapter 4.4.2.
- endBarcode() - Method in interface org.krysalis.barcode4j.BarcodeLogicHandler
-
This is always the last method called.
- endBarcode() - Method in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
This is always the last method called.
- endBarcode() - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
This is always the last method called.
- endBarcode() - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- endBarcode() - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANCanvasLogicHandler
- endBarGroup() - Method in interface org.krysalis.barcode4j.ClassicBarcodeLogicHandler
-
This method indicates the end of a previously started bar group.
- endBarGroup() - Method in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
This method indicates the end of a previously started bar group.
- endBarGroup() - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
This method indicates the end of a previously started bar group.
- endBarGroup() - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- endBarGroup() - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANCanvasLogicHandler
- endRow() - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- endRow() - Method in interface org.krysalis.barcode4j.TwoDimBarcodeLogicHandler
-
Signals the end of a row in the barcode.
- EPSCanvasProvider - Class in org.krysalis.barcode4j.output.eps
-
CanvasProvider implementation for EPS output (Encapsulated PostScript).
- EPSCanvasProvider(OutputStream, int) - Constructor for class org.krysalis.barcode4j.output.eps.EPSCanvasProvider
-
Main constructor.
- ERROR_CORRECTION_LEVEL_H - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- ERROR_CORRECTION_LEVEL_L - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- ERROR_CORRECTION_LEVEL_M - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- ERROR_CORRECTION_LEVEL_Q - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- errorCodewords - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- escapeExtended(String, StringBuffer) - Static method in class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Escapes US-ASCII characters as required for the extended character set for Code 39.
- establishDimensions(BarcodeDimension) - Method in class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
Sets the dimensions of the barcode.
- establishDimensions(BarcodeDimension) - Method in class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Sets the dimensions of the barcode.
- establishDimensions(BarcodeDimension) - Method in class org.krysalis.barcode4j.output.Canvas
-
Sets the dimensions of the barcode.
- establishDimensions(BarcodeDimension) - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Sets the dimensions of the barcode.
- establishDimensions(BarcodeDimension) - Method in class org.krysalis.barcode4j.output.eps.EPSCanvasProvider
-
Sets the dimensions of the barcode.
- establishDimensions(BarcodeDimension) - Method in class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
-
Sets the dimensions of the barcode.
- establishDimensions(BarcodeDimension) - Method in class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Sets the dimensions of the barcode.
- EVEN_PARITY - Static variable in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Even parity character set
- expandFormat(String) - Static method in class org.krysalis.barcode4j.tools.MimeTypes
-
Converts a short format name, such as "svg" or "eps", to its MIME type, if necessary.
- expandMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCELogicImpl
-
Expands an UPC-E message to an UPC-A message.
F
- FACTOR_SETS - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixReedSolomonFactors
-
Lookup table which factors to use for which number of error correction codewords.
- FACTORS - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixReedSolomonFactors
-
Precomputed polynomial factors for ECC 200.
- filterNonPrintableCharacters(String) - Static method in class org.krysalis.barcode4j.tools.MessageUtil
-
Filters non-printable ASCII characters (0-31 and 127) from a string with spaces and returns that.
- finish() - Method in class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Call this method to finish any pending operations after the BarcodeGenerator has finished its work.
- finish() - Method in class org.krysalis.barcode4j.output.eps.EPSCanvasProvider
-
Writes the EPS trailer.
- FNC_1 - Static variable in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
The function 1 command.
- FNC_2 - Static variable in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
The function 2 command.
- FNC_3 - Static variable in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
The function 3 command.
- FNC_4 - Static variable in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
The function 4 command.
- FNC1 - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
FNC1 Codeword
- fontName - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Font name
- fontSize - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Font size in mm
- FORCE_NONE - Static variable in class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
-
The human-readable part is suppressed.
- FORCE_RECTANGLE - Static variable in class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
-
The human-readable part is placed at the bottom of the barcode.
- FORCE_SQUARE - Static variable in class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
-
The human-readable part is placed at the top of the barcode.
- FourStateLogicHandler - Class in org.krysalis.barcode4j.impl.fourstate
-
Logic Handler to be used by "four-state" barcodes for painting on a Canvas.
- FourStateLogicHandler(HeightVariableBarcodeBean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.fourstate.FourStateLogicHandler
-
Constructor
- fromProcessingHints(Map) - Static method in class org.krysalis.barcode4j.tools.PageInfo
G
- generateBarcode(CanvasProvider, String) - Method in interface org.krysalis.barcode4j.BarcodeGenerator
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Generates a barcode using the given Canvas to render the barcode to its output format.
- generateBarcode(CanvasProvider, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Generates the barcode logic.
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Generates the barcode logic
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
-
Generates the barcode logic
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Generates the barcode logic
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Generates the barcode logic
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailLogicImpl
-
Generates the barcode logic
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Generates the barcode logic.
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Generates the barcode logic
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.upcean.EAN13LogicImpl
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.upcean.EAN8LogicImpl
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCALogicImpl
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Generates the barcode logic.
- generateBarcodeLogic(ClassicBarcodeLogicHandler, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCELogicImpl
- generateBarcodeLogic(TwoDimBarcodeLogicHandler, String, String, char, Dimension, Dimension) - Method in class org.krysalis.barcode4j.impl.qr.QRLogicImpl
-
Generates the barcode logic.
- generateBarcodeLogic(TwoDimBarcodeLogicHandler, String, SymbolShapeHint, Dimension, Dimension) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixLogicImpl
-
Generates the barcode logic.
- generateBarcodeLogic(TwoDimBarcodeLogicHandler, String, PDF417Bean) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
-
Generates the barcode logic.
- generateErrorCorrection(String, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417ErrorCorrection
-
Generates the error correction codewords according to 4.10 in ISO/IEC 15438:2001(E).
- getAI(String, int) - Static method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- getAscenderHeight() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Returns the height of the ascender/descender.
- getBarcodeNames() - Method in interface org.krysalis.barcode4j.BarcodeClassResolver
-
Return the names of all registered barcode types.
- getBarcodeNames() - Method in class org.krysalis.barcode4j.DefaultBarcodeClassResolver
- getBarHeight() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the height of the bars.
- getBarHeight() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Returns the height of the bars.
- getBarHeight() - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the height of the bars.
- getBarHeight(int) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Returns the effective height of a bar with a given logical height.
- getBarHeight(int) - Method in class org.krysalis.barcode4j.impl.HeightVariableBarcodeBean
-
Returns the effective height of a bar with a given logical height.
- getBarHeight(int) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the effective height of a bar with a given logical height.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the effective width of a bar with a given logical width.
- getBarWidth(int) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
- getBaselinePosition() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the baseline position.
- getBearerBarWidth() - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Returns the bearer bar width.
- getBit(int, int) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
- getBoundingRect() - Method in class org.krysalis.barcode4j.BarcodeDimension
- getBufferedImage() - Method in class org.krysalis.barcode4j.output.bitmap.BitmapCanvasProvider
-
Returns the buffered image that is used to paint the barcode on.
- getBytesForMessage(String) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixHighLevelEncoder
-
Converts the message to a byte array using the default encoding (cp437) as defined by the specification
- getCanvasImp() - Method in class org.krysalis.barcode4j.output.Canvas
-
Returns the canvas provider in use.
- getCharIndex(char) - Static method in class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Returns the index of a character within the character set.
- getCheckDigitMarker() - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
- getCheckDigitMarker() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Returns the checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Returns the currently active checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Returns the currently active checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Returns the current checksum mode
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Returns the currently active checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
-
Returns the current checksum mode.
- getChecksumMode() - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Returns the current checksum mode.
- getCode128Msg() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- getCodeset() - Method in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Returns the codeset to be used.
- getCodewordCount() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getColumns() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
- getContentRect() - Method in class org.krysalis.barcode4j.BarcodeDimension
- getData(String, String) - Static method in class org.krysalis.barcode4j.tools.URLUtil
-
Returns the data pointed at by a URL as a byte array.
- getDataEncoding(String) - Static method in class org.krysalis.barcode4j.tools.URLUtil
-
Returns the data pointed at by a URL as a byte array.
- getDataLengthForInterleavedBlock(int) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getDecimalFormat() - Method in class org.krysalis.barcode4j.output.AbstractXMLGeneratingCanvasProvider
-
Returns the DecimalFormat instance to use internally to format numbers.
- getDecimalFormat() - Method in class org.krysalis.barcode4j.output.eps.EPSCanvasProvider
-
Returns the DecimalFormat instance to use internally to format numbers.
- getDimensions() - Method in class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
Returns the barcode dimensions once established.
- getDimensions() - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Returns the barcode dimensions once established.
- getDOM() - Method in class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Returns the DOM document containing the SVG barcode.
- getDOMFragment() - Method in class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Returns the DOM fragment containing the SVG barcode.
- getECIForEncoding(String) - Static method in class org.krysalis.barcode4j.tools.ECIUtil
-
Returns the ECI code for a given encoding.
- getEncodedMessage(String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
-
Encodes a message into an array of character set indexes.
- getEncoder() - Method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Returns the encoder to be used.
- getEncoding() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Returns the message encoding.
- getEncoding() - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the message encoding.
- getEncodingMode() - Method in class org.krysalis.barcode4j.impl.qr.QRHighLevelEncoder
- getErrorCorrectionCodewordCount(int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417ErrorCorrection
-
Determines the number of error correction codewords for a specified error correction level.
- getErrorCorrectionLevel() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
- getErrorCorrectionLevel() - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the selected error correction level.
- getErrorLengthForInterleavedBlock(int) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getFontName() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the font name of the human-readable part.
- getFontSize() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the font size of the human-readable part.
- getGraphics2D() - Method in class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
-
Returns the Graphics2D in use.
- getGroupSeparator() - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
- getGroupSeparator() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- getHeight() - Method in class org.krysalis.barcode4j.BarcodeDimension
-
Returns the height of the barcode (ignores quiet-zone).
- getHeight() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the full height of the barcode.
- getHeight(int) - Method in class org.krysalis.barcode4j.BarcodeDimension
- getHeightPlusQuiet() - Method in class org.krysalis.barcode4j.BarcodeDimension
-
Returns the height of the barcode (quiet-zone included).
- getHeightPlusQuiet(int) - Method in class org.krysalis.barcode4j.BarcodeDimension
- getHorzDataRegions() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getHumanReadableHeight() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the height of the human-readable part.
- getHumanReadableMsg() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- getImage(BarcodeGenerator, String, int) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Generates a barcode as bitmap image.
- getInstance(String) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry
-
Returns a BitmapEncoder instance for a particular MIME type.
- getIntercharGapWidth() - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Returns the width between encoded characters.
- getIntercharGapWidth() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Returns the width between encoded characters.
- getIntercharGapWidth() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the width between encoded characters.
- getInterleavedBlockCount() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getMaxCols() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Gets the maxCols.
- getMaxRows() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Gets the maximum number of columns.
- getMaxSize() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Returns the maximum symbol size that is to be produced.
- getMaxSize() - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the maximum symbol size that is to be produced.
- getMessage() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- getMinCols() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Gets the minimum number of columns.
- getMinRows() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Gets the minimum number of rows.
- getMinSize() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Returns the minimum symbol size that is to be produced.
- getMinSize() - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the minimum symbol size that is to be produced.
- getModuleWidth() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the width of the narrow module.
- getMsgPosition() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the placement of the human-readable part.
- getName() - Method in class org.krysalis.barcode4j.BarGroup
- getName() - Method in class org.krysalis.barcode4j.BaselineAlignment
- getName() - Method in class org.krysalis.barcode4j.ChecksumMode
- getName() - Method in class org.krysalis.barcode4j.HumanReadablePlacement
- getName() - Method in class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
- getName() - Method in class org.krysalis.barcode4j.TextAlignment
- getNamespacePrefix() - Method in class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Returns the namespace prefix
- getNumberOfDataCodewords(int, int, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
-
Calculates the number of data codewords (equals the Symbol Length Descriptor).
- getNumberOfPadCodewords(int, int, int, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
-
Calculates the number of pad codewords as described in 4.9.2 of ISO/IEC 15438:2001(E).
- getNumberOfRows(int, int, int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
-
Calculates the necessary number of rows as described in annex Q of ISO/IEC 15438:2001(E).
- getOrientation() - Method in class org.krysalis.barcode4j.output.AbstractCanvasProvider
-
Returns the orientation of the barcode.
- getOrientation() - Method in class org.krysalis.barcode4j.output.Canvas
- getOrientation() - Method in interface org.krysalis.barcode4j.output.CanvasProvider
-
Returns the orientation of the barcode.
- getPageNumber() - Method in class org.krysalis.barcode4j.tools.PageInfo
-
Returns the page number
- getPageNumberString() - Method in class org.krysalis.barcode4j.tools.PageInfo
-
Returns the string representation of the page number (ex.
- getPattern() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
returns the pattern to be applied over the human readable message
- getQualifiedName(String) - Method in class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Constructs a fully qualified element name based on the namespace settings.
- getQuietZone() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
- getRecommendedMinimumErrorCorrectionLevel(int) - Static method in class org.krysalis.barcode4j.impl.pdf417.PDF417ErrorCorrection
-
Returns the recommended minimum error correction level as described in annex E of ISO/IEC 15438:2001(E).
- getRowHeight() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Returns the height of the rows.
- getShape() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Gets the requested shape for the generated barcodes.
- getShortBarHeight() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the height of a short bar.
- getStartX() - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
Returns the start X position of the bars.
- getStartX() - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14CanvasLogicHandler
-
Returns the start X position of the bars.
- getStartY() - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
Returns the start Y position of the bars.
- getStartY() - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14CanvasLogicHandler
-
Returns the start Y position of the bars.
- getSupplementalLength(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Returns the length of the supplemental part of a UPC/EAN message.
- getSupportedMIMETypes() - Method in interface org.krysalis.barcode4j.output.bitmap.BitmapEncoder
-
Returns an array of MIME types supported.
- getSupportedMIMETypes() - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry
-
Returns a Set of Strings with all the supported MIME types from all registered BitmapEncoders.
- getSupportedMIMETypes() - Method in class org.krysalis.barcode4j.output.bitmap.ImageIOBitmapEncoder
-
Returns an array of MIME types supported.
- getSymbolDataHeight() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getSymbolDataWidth() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getSymbolHeight() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getSymbolWidth() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getTemplate() - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
- getTextBaselinePosition() - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
Returns the vertical text baseline position.
- getTextBaselinePosition() - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14CanvasLogicHandler
-
Returns the vertical text baseline position.
- getTextY() - Method in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
Determines the Y coordinate for the baseline of the human-readable part.
- getTrackHeight() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Returns the height of the track.
- getType(byte) - Static method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- getUnit() - Method in class org.krysalis.barcode4j.tools.Length
-
Returns the unit.
- getURL(String) - Static method in class org.krysalis.barcode4j.tools.URLUtil
- getValue() - Method in class org.krysalis.barcode4j.tools.Length
-
Returns the value.
- getValueAsMillimeter() - Method in class org.krysalis.barcode4j.tools.Length
-
Returns the value converted to internal units (mm).
- getVertDataRegions() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- getVerticalQuietZone() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Returns the vertical quiet zone.
- getVerticalQuietZone() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Returns the vertical quiet zone.
- getVerticalQuietZone() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
- getVerticalQuietZone() - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailBean
-
Returns the vertical quiet zone.
- getVerticalQuietZone() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Returns the vertical quiet zone.
- getVerticalQuietZone() - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Returns the vertical quiet zone.
- getWideFactor() - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Returns the factor by which wide bars are broader than narrow bars.
- getWideFactor() - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Returns the factor by which wide bars are broader than narrow bars.
- getWideFactor() - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Returns the factor by which wide bars are broader than narrow bars.
- getWidth() - Method in class org.krysalis.barcode4j.BarcodeDimension
-
Returns the width of the barcode (ignores quiet-zone).
- getWidth(int) - Method in class org.krysalis.barcode4j.BarcodeDimension
- getWidthPlusQuiet() - Method in class org.krysalis.barcode4j.BarcodeDimension
-
Returns the width of the barcode (quiet-zone included).
- getWidthPlusQuiet(int) - Method in class org.krysalis.barcode4j.BarcodeDimension
- getWidthToHeightRatio() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Gets the ratio of the barcode width to the height.
- getXOffset() - Method in class org.krysalis.barcode4j.BarcodeDimension
-
Returns the x-offset of the upper-left corner of the barcode within the extended barcode area.
- getYOffset() - Method in class org.krysalis.barcode4j.BarcodeDimension
-
Returns the y-offset of the upper-left corner of the barcode within the extended barcode area.
H
- handleChecksum(String) - Method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCLogicImpl
-
Handles the checksum, either checking if the right value was specified or adding the missing checksum depending on the settings.
- handleChecksum(StringBuffer) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Handles the checksum based on the checksum mode.
- handleChecksum(StringBuffer) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14LogicImpl
-
Handles the checksum based on the checksum mode.
- handleChecksum(String, ChecksumMode) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCALogicImpl
-
Does checksum processing according to the checksum mode.
- hasBit(int, int) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
- hasFontDescender() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Indicates whether the barcode height calculation should take a font descender into account.
- hasFontDescender() - Method in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Indicates whether the barcode height calculation should take a font descender into account.
- hasQuietZone() - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Indicates whether a quiet zone is included.
- height - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Net height of bars in mm
- HeightVariableBarcodeBean - Class in org.krysalis.barcode4j.impl
-
Base class for barcodes that encode information by varying the height of the bars.
- HeightVariableBarcodeBean() - Constructor for class org.krysalis.barcode4j.impl.HeightVariableBarcodeBean
- HRP_BOTTOM - Static variable in class org.krysalis.barcode4j.HumanReadablePlacement
-
The human-readable part is placed at the bottom of the barcode.
- HRP_NONE - Static variable in class org.krysalis.barcode4j.HumanReadablePlacement
-
The human-readable part is suppressed.
- HRP_TOP - Static variable in class org.krysalis.barcode4j.HumanReadablePlacement
-
The human-readable part is placed at the top of the barcode.
- HumanReadablePlacement - Class in org.krysalis.barcode4j
-
Enumeration for placement of the human readable part of a barcode.
- HumanReadablePlacement(String) - Constructor for class org.krysalis.barcode4j.HumanReadablePlacement
-
Creates a new HumanReadablePlacement instance.
I
- ImageIOBitmapEncoder - Class in org.krysalis.barcode4j.output.bitmap
-
BitmapEncoder implementation using ImageIO.
- ImageIOBitmapEncoder() - Constructor for class org.krysalis.barcode4j.output.bitmap.ImageIOBitmapEncoder
-
Constructs the BitmapEncoder.
- in2mm(double) - Static method in class org.krysalis.barcode4j.tools.UnitConv
-
Converts inches (in) to millimeters (mm)
- INCH - Static variable in class org.krysalis.barcode4j.tools.Length
-
String constant for inches.
- Interleaved2Of5Bean - Class in org.krysalis.barcode4j.impl.int2of5
-
This class is an implementation of the Interleaved 2 of 5 barcode.
- Interleaved2Of5Bean() - Constructor for class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Create a new instance.
- Interleaved2Of5LogicImpl - Class in org.krysalis.barcode4j.impl.int2of5
-
This class is an implementation of the Interleaved 2 of 5 barcode.
- Interleaved2Of5LogicImpl(ChecksumMode, boolean) - Constructor for class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Main constructor.
- IOUtil - Class in org.krysalis.barcode4j.tools
-
Utility functions for I/O operations.
- IOUtil() - Constructor for class org.krysalis.barcode4j.tools.IOUtil
- isBearerBox() - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Indicates whether a bearer box is generated or just horizontal bearer bars.
- isBitmapFormat(String) - Static method in class org.krysalis.barcode4j.tools.MimeTypes
-
Indicates whether a format is a bitmap format.
- isCheckDigit(byte) - Method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- isCheckDigitType(byte) - Static method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- isDisplayChecksum() - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Indicates whether the checksum will be displayed as part of the human-readable message.
- isDisplayChecksum() - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Indicates whether the checksum will be displayed as part of the human-readable message.
- isDisplayChecksum() - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Indicates whether the checksum will be displayed as part of the human-readable message.
- isDisplayStartStop() - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Indicates whether the start and stop character will be displayed as part of the human-readable message.
- isDisplayStartStop() - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Indicates whether the start and stop character will be displayed as part of the human-readable message.
- isECIEnabled() - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Indicates whether the generation of ECI sequences is enabled.
- isExtendedCharSetEnabled() - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Indicates whether the extended character set is enabled.
- isIgnoredChar(char) - Static method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Checks if a character is an ignored character (such as a '-' (dash)).
- isIgnoredChar(char) - Static method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Checks if a character is an ignored character (such as a '-' (dash)).
- isInCodeSetA(char) - Static method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Determines whether a character is defined in codeset A.
- isInCodeSetB(char) - Static method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Determines whether a character is defined in codeset B.
- isNamespaceEnabled() - Method in class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
Indicates whether namespaces are enabled.
- isOmitBrackets() - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
- isOmitBrackets() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- isStartStopChar(char) - Static method in class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Determines whether a character is on of the start/stop characters.
- isURL(String) - Static method in class org.krysalis.barcode4j.tools.URLUtil
- isValidChar(char) - Static method in class org.krysalis.barcode4j.impl.codabar.CodabarLogicImpl
-
Determines whether a character is a valid message character.
- isValidChar(char) - Static method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Determines whether a character can be encoded in Code 128.
- isZxingAvailable() - Static method in class org.krysalis.barcode4j.tools.ZXingUtil
-
Indicates whether ZXing is available in the classpath.
- ITF14Bean - Class in org.krysalis.barcode4j.impl.int2of5
-
This class is an implementation of ITF-14 (as defined by the GS1 standards organization).
- ITF14Bean() - Constructor for class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Default constructor.
- ITF14CanvasLogicHandler - Class in org.krysalis.barcode4j.impl.int2of5
-
Specialized logic handler for ITF-14 (to paint the bearer bar).
- ITF14CanvasLogicHandler(ITF14Bean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.int2of5.ITF14CanvasLogicHandler
-
Main constructor.
- ITF14LogicImpl - Class in org.krysalis.barcode4j.impl.int2of5
-
This class is an implementation of the ITF-14 barcode.
- ITF14LogicImpl(ChecksumMode, boolean) - Constructor for class org.krysalis.barcode4j.impl.int2of5.ITF14LogicImpl
-
Main constructor.
J
- Java2DCanvasProvider - Class in org.krysalis.barcode4j.output.java2d
-
CanvasProvider implementation that renders to Java2D (AWT).
- Java2DCanvasProvider(Graphics2D, int) - Constructor for class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
-
Creates a new Java2DCanvasProvider.
L
- LATCH_TO_ANSIX12 - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
mode latch to ANSI X.12 encodation mode
- LATCH_TO_BASE256 - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
mode latch to Base 256 encodation mode
- LATCH_TO_BYTE - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
mode latch to Byte Compaction mode (number of characters a multiple of 6)
- LATCH_TO_BYTE_PADDED - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
mode latch to Byte Compaction mode (number of characters NOT a multiple of 6)
- LATCH_TO_C40 - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
mode latch to C40 encodation mode
- LATCH_TO_EDIFACT - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
mode latch to EDIFACT encodation mode
- LATCH_TO_NUMERIC - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
mode latch to Numeric Compaction mode
- LATCH_TO_TEXT - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
mode latch to Text encodation mode
- LATCH_TO_TEXT - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
mode latch to Text Compaction mode
- LEFT_HAND_A - Static variable in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Left hand A character set
- LEFT_HAND_B - Static variable in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Left hand B character set
- Length - Class in org.krysalis.barcode4j.tools
-
This class represents a length (value plus unit).
- Length(double, String) - Constructor for class org.krysalis.barcode4j.tools.Length
-
Creates a Length instance.
- Length(String) - Constructor for class org.krysalis.barcode4j.tools.Length
-
Creates a Length instance.
- Length(String, String) - Constructor for class org.krysalis.barcode4j.tools.Length
-
Creates a Length instance.
- loadProperties() - Static method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- lookup(int) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- lookup(int, boolean, boolean) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- lookup(int, SymbolShapeHint) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- lookup(int, SymbolShapeHint, boolean) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- lookup(int, SymbolShapeHint, Dimension, Dimension, boolean) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
M
- MACRO_05 - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
05 Macro
- MACRO_05_HEADER - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
05 Macro header
- MACRO_06 - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
06 Macro
- MACRO_06_HEADER - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
06 Macro header
- MACRO_PDF_CONTROL_BLOCK_START - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Macro marker codeword to indicate the beginning of a Macro PDF Control Block
- MACRO_PDF_OPTIONAL_FIELD_START - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
sequence tag to identify the beginning of optional fields in the Macro PDF control block
- MACRO_PDF_TERMINATOR - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
terminator codeword for Macro PDF control block
- MACRO_TRAILER - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Macro trailer
- MAP - Static variable in class org.krysalis.barcode4j.BarGroup
- matrixHeight - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- matrixWidth - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- MessagePatternUtil - Class in org.krysalis.barcode4j.tools
-
Helper class to apply custom message pattern (i.e.
- MessagePatternUtil() - Constructor for class org.krysalis.barcode4j.tools.MessagePatternUtil
- MessageUtil - Class in org.krysalis.barcode4j.tools
-
Utilities for pre-processing messages.
- MessageUtil() - Constructor for class org.krysalis.barcode4j.tools.MessageUtil
- MIME_BMP - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
BMP MIME type: image/bmp
- MIME_EPS - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
EPS MIME type: image/x-eps
- MIME_GIF - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
GIF MIME type: image/gif
- MIME_JPEG - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
JPEG MIME type: image/jpeg
- MIME_PNG - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
PNG MIME type: image/x-png
- MIME_SVG - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
SVG MIME type: image/svg+xml
- MIME_TIFF - Static variable in class org.krysalis.barcode4j.tools.MimeTypes
-
TIFF MIME type: image/tiff
- MimeTypes - Class in org.krysalis.barcode4j.tools
-
Defines MIME types used in Barcode4J.
- MimeTypes() - Constructor for class org.krysalis.barcode4j.tools.MimeTypes
-
Utility class: Constructor prevents instantiating when subclassed.
- MM - Static variable in class org.krysalis.barcode4j.tools.Length
-
String constant for millimeters.
- mm2in(double) - Static method in class org.krysalis.barcode4j.tools.UnitConv
-
Converts millimeters (mm) to inches (in)
- mm2pt(double) - Static method in class org.krysalis.barcode4j.tools.UnitConv
-
Converts millimeters (mm) to points (pt)
- mm2px(double, int) - Static method in class org.krysalis.barcode4j.tools.UnitConv
-
Converts millimeters (mm) to pixels (px)
- moduleWidth - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Width of narrow module in mm
- MSG_CHARACTER - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a message character or a part of the message
- msgPos - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Position of human-readable text
N
- NAMESPACE - Static variable in interface org.krysalis.barcode4j.BarcodeConstants
-
The namespace used when embedding barcode XML inside other XML dialects such as XSL-FO.
- normalizeMessage(String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Turns the given message into a normalize representation.
- normalizeMessage(String) - Method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCLogicImpl
-
Turns the given message into a normalize representation.
- normalizeMessage(String) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailLogicImpl
-
Turns the given message into a normalize representation.
- normalizeOrientation(int) - Static method in class org.krysalis.barcode4j.BarcodeDimension
- numcols - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
- NUMERIC - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- NUMERIC_COMPACTION - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
code for Numeric compaction
- numrows - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
O
- ODD_PARITY - Static variable in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Odd parity character set
- OLD_NAMESPACE - Static variable in interface org.krysalis.barcode4j.BarcodeConstants
-
For compatibility: The Krysalis Barcode namespace valid before this project was renamed.
- org.krysalis.barcode4j - package org.krysalis.barcode4j
- org.krysalis.barcode4j.impl - package org.krysalis.barcode4j.impl
- org.krysalis.barcode4j.impl.codabar - package org.krysalis.barcode4j.impl.codabar
- org.krysalis.barcode4j.impl.code128 - package org.krysalis.barcode4j.impl.code128
- org.krysalis.barcode4j.impl.code39 - package org.krysalis.barcode4j.impl.code39
- org.krysalis.barcode4j.impl.datamatrix - package org.krysalis.barcode4j.impl.datamatrix
- org.krysalis.barcode4j.impl.fourstate - package org.krysalis.barcode4j.impl.fourstate
- org.krysalis.barcode4j.impl.int2of5 - package org.krysalis.barcode4j.impl.int2of5
- org.krysalis.barcode4j.impl.pdf417 - package org.krysalis.barcode4j.impl.pdf417
- org.krysalis.barcode4j.impl.postnet - package org.krysalis.barcode4j.impl.postnet
- org.krysalis.barcode4j.impl.qr - package org.krysalis.barcode4j.impl.qr
- org.krysalis.barcode4j.impl.upcean - package org.krysalis.barcode4j.impl.upcean
- org.krysalis.barcode4j.output - package org.krysalis.barcode4j.output
- org.krysalis.barcode4j.output.bitmap - package org.krysalis.barcode4j.output.bitmap
- org.krysalis.barcode4j.output.eps - package org.krysalis.barcode4j.output.eps
- org.krysalis.barcode4j.output.java2d - package org.krysalis.barcode4j.output.java2d
- org.krysalis.barcode4j.output.svg - package org.krysalis.barcode4j.output.svg
- org.krysalis.barcode4j.tools - package org.krysalis.barcode4j.tools
- outputBarcodeImage(BarcodeGenerator, String, OutputStream, String, int) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Generates a barcode as bitmap image file.
- overrideSymbolSet(DataMatrixSymbolInfo[]) - Static method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
-
Overrides the symbol info set used by this class.
P
- PAD - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Padding character
- PAD - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Padding character
- PageInfo - Class in org.krysalis.barcode4j.tools
-
Holds information on the page a barcode is painted on.
- PageInfo(int, String) - Constructor for class org.krysalis.barcode4j.tools.PageInfo
-
Creates a new object.
- parse(String, String) - Method in class org.krysalis.barcode4j.tools.Length
-
Parses a value with unit.
- parseSpec(String, String) - Static method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- pattern - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
pattern to be applied over the human readable message
- PDF417Bean - Class in org.krysalis.barcode4j.impl.pdf417
-
This class is an implementation of the PDF417 barcode.
- PDF417Bean() - Constructor for class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Create a new instance.
- PDF417Constants - Interface in org.krysalis.barcode4j.impl.pdf417
-
Constants for PDF417 barcodes.
- PDF417ErrorCorrection - Class in org.krysalis.barcode4j.impl.pdf417
-
PDF417 error correction code following the algorithm described in ISO/IEC 15438:2001(E) in chapter 4.10.
- PDF417ErrorCorrection() - Constructor for class org.krysalis.barcode4j.impl.pdf417.PDF417ErrorCorrection
- PDF417HighLevelEncoder - Class in org.krysalis.barcode4j.impl.pdf417
-
PDF417 high-level encoder following the algorithm described in ISO/IEC 15438:2001(E) in annex P.
- PDF417HighLevelEncoder() - Constructor for class org.krysalis.barcode4j.impl.pdf417.PDF417HighLevelEncoder
- PDF417LogicImpl - Class in org.krysalis.barcode4j.impl.pdf417
-
Top-level class for the logic part of the PDF417 implementation.
- PDF417LogicImpl() - Constructor for class org.krysalis.barcode4j.impl.pdf417.PDF417LogicImpl
- place() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
- POINT - Static variable in class org.krysalis.barcode4j.tools.Length
-
String constant for points.
- POSTNETBean - Class in org.krysalis.barcode4j.impl.postnet
-
Implements the United States Postal Service POSTNET barcode.
- POSTNETBean() - Constructor for class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Create a new instance.
- POSTNETLogicHandler - Class in org.krysalis.barcode4j.impl.postnet
-
Logic Handler for POSTNET.
- POSTNETLogicHandler(HeightVariableBarcodeBean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.postnet.POSTNETLogicHandler
-
Constructor
- POSTNETLogicImpl - Class in org.krysalis.barcode4j.impl.postnet
-
Implements the United States Postal Service Postnet barcode.
- POSTNETLogicImpl(ChecksumMode, boolean) - Constructor for class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Main constructor
- prepareGraphics2D(BufferedImage, BarcodeDimension, int, boolean) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Prepares a Graphics2D object for painting on a given BufferedImage.
- prepareImage(BarcodeDimension, int, int) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Prepares a BufferedImage to paint to.
- prepareImage(BarcodeDimension, int, int, int) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Prepares a BufferedImage to paint to.
- PROD_SYMBOLS - Static variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- pt2mm(double) - Static method in class org.krysalis.barcode4j.tools.UnitConv
-
Converts points (pt) to millimeters (mm)
Q
- QRCodeBean - Class in org.krysalis.barcode4j.impl.qr
-
This class is an implementation of QR Code (ISO 18004:2006(E)).
- QRCodeBean() - Constructor for class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Create a new instance.
- QRConstants - Interface in org.krysalis.barcode4j.impl.qr
-
Constants for QR Code.
- QRHighLevelEncoder - Class in org.krysalis.barcode4j.impl.qr
-
High-level encoder for QR Code.
- QRHighLevelEncoder(String) - Constructor for class org.krysalis.barcode4j.impl.qr.QRHighLevelEncoder
- QRLogicImpl - Class in org.krysalis.barcode4j.impl.qr
-
Top-level class for the logic part of the DataMatrix implementation.
- QRLogicImpl() - Constructor for class org.krysalis.barcode4j.impl.qr.QRLogicImpl
- QUIET_ZONE_SIZE - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- QUIET_ZONE_SIZE_MICRO - Static variable in interface org.krysalis.barcode4j.impl.qr.QRConstants
- quietZone - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Width of the quiet zone left and right of the barcode in mm
- quietZoneVertical - Variable in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Height of the vertical quiet zone above and below the barcode in mm
R
- read() - Method in class org.krysalis.barcode4j.tools.Base64InputStream
- READER_INITIALISATION - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
reader initialisation
- READER_PROGRAMMING - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Reader Programming
- rectangular - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- register(String, int) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry
-
Register a new BitmapEncoder implementation.
- registerBarcodeClass(String, String) - Method in class org.krysalis.barcode4j.DefaultBarcodeClassResolver
-
Registers a barcode implementation.
- registerBarcodeClass(String, String, boolean) - Method in class org.krysalis.barcode4j.DefaultBarcodeClassResolver
-
Registers a barcode implementation.
- removeIgnoredCharacters(String) - Static method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Removes ignored character from a valid POSTNET message.
- removeStartStop(String) - Static method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCLogicImpl
-
Removes the start and stop characters from the message.
- removeSupplemental(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Removes an optional supplemental (ex.
- resolve(String) - Method in interface org.krysalis.barcode4j.BarcodeClassResolver
-
Returns the Class object of a Barcode implementation.
- resolve(String) - Method in class org.krysalis.barcode4j.DefaultBarcodeClassResolver
- resolveBean(String) - Method in interface org.krysalis.barcode4j.BarcodeClassResolver
-
Returns the Class object of a Barcode bean implementation.
- resolveBean(String) - Method in class org.krysalis.barcode4j.DefaultBarcodeClassResolver
- retrieveSupplemental(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Returns the supplemental part of a UPC/EAN message if there is one.
- RIGHT_HAND - Static variable in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Right hand character set
- RoyalMailCBCBean - Class in org.krysalis.barcode4j.impl.fourstate
-
Implements the Royal Mail Customer Barcode.
- RoyalMailCBCBean() - Constructor for class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCBean
-
Create a new instance.
- RoyalMailCBCLogicImpl - Class in org.krysalis.barcode4j.impl.fourstate
-
Implements the Royal Mail Customer Barcode (CBC).
- RoyalMailCBCLogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCLogicImpl
-
Main constructor
- rsBlockData - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- rsBlockError - Variable in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
S
- saveImage(BufferedImage, OutputStream, String, int) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapBuilder
-
Convenience method for save a bitmap to a file/OutputStream.
- setAscenderHeight(double) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Sets the height of the ascender/descender.
- setBarHeight(double) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the height of the bars.
- setBaselinePosition(BaselineAlignment) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Sets the baseline position.
- setBearerBarWidth(double) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Sets the bearer bar width.
- setBearerBox(boolean) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Controls whether a bearer box is generated or just horizontal bearer bars.
- setBit(int, int, boolean) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixPlacement
- setCheckDigitMarker(char) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Sets the character that will be used as the check digit marker.
- setCheckDigitMarker(char) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Sets the checksum mode
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Sets the checksum mode
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Sets the checksum mode
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Sets the checksum mode
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Sets the checksum mode
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Sets the checksum mode
- setChecksumMode(ChecksumMode) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
-
Sets the checksum mode
- setCodeset(int) - Method in class org.krysalis.barcode4j.impl.code128.Code128Bean
-
Sets the codesets to use.
- setColumns(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the number of data columns for the barcode.
- setDisplayChecksum(boolean) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Enables or disables the use of the checksum in the human-readable message.
- setDisplayChecksum(boolean) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Enables or disables the use of the checksum in the human-readable message.
- setDisplayChecksum(boolean) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Enables or disables the use of the checksum in the human-readable message.
- setDisplayStartStop(boolean) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Enables or disables the use of the start and stop characters in the human-readable message.
- setDisplayStartStop(boolean) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Enables or disables the use of the start and stop characters in the human-readable message.
- setECIEnabled(boolean) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Controls whether ECI sequences are generated for the output encoding.
- setEncoding(String) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the message encoding.
- setEncoding(String) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Sets the message encoding.
- setErrorCorrectionLevel(char) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Sets the error correction level.
- setErrorCorrectionLevel(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the error correction level for the barcode.
- setExtendedCharSetEnabled(boolean) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Enables or disables the extended character set.
- setFontName(String) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the font name of the human-readable part.
- setFontSize(double) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the font size of the human-readable part.
- setGraphics2D(Graphics2D) - Method in class org.krysalis.barcode4j.output.java2d.Java2DCanvasProvider
-
Sets the Graphics2D instance to paint on
- setGroupSeparator(char) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Sets the group separator character.
- setGroupSeparator(char) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- setHeight(double) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the full height of the barcode.
- setIntercharGapWidth(double) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Sets the width between encoded characters.
- setIntercharGapWidth(double) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Sets the width between encoded characters.
- setIntercharGapWidth(double) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Sets the width between encoded characters.
- setMaxCols(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the maximum number of columns.
- setMaxRows(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the maximum number of rows.
- setMaxSize(Dimension) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Sets the maximum symbol size that is to be produced.
- setMaxSize(Dimension) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Sets the maximum symbol size that is to be produced.
- setMessage(String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- setMinCols(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the minimum number of columns.
- setMinRows(int) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the minimum of rows.
- setMinSize(Dimension) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Sets the minimum symbol size that is to be produced.
- setMinSize(Dimension) - Method in class org.krysalis.barcode4j.impl.qr.QRCodeBean
-
Sets the minimum symbol size that is to be produced.
- setModuleWidth(double) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the width of the narrow module.
- setMsgPosition(HumanReadablePlacement) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the placement of the human-readable part.
- setMsgPosition(HumanReadablePlacement) - Method in class org.krysalis.barcode4j.impl.fourstate.RoyalMailCBCBean
-
Sets the placement of the human-readable part.
- setOmitBrackets(boolean) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Indicates whether brackets should be used in the human-readable part around the AIs.
- setOmitBrackets(boolean) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- setPattern(String) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the pattern to be applied over the human readable message
- setQuietZone(double) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the width of the quiet zone.
- setRowHeight(double) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the height of the rows.
- setShape(SymbolShapeHint) - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixBean
-
Sets the requested shape for the generated barcodes.
- setShortBarHeight(double) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Sets the height of a short bar.
- setTemplate(String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128Bean
-
Sets the message template with the fields for the EAN message.
- setTemplate(String) - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- setTextAlignment(TextAlignment) - Method in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
Sets the alignment of the human-readable part.
- setTrackHeight(double) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Sets the height of the track.
- setVerticalQuietZone(double) - Method in class org.krysalis.barcode4j.impl.AbstractBarcodeBean
-
Sets the height of the vertical quiet zone.
- setVerticalQuietZone(double) - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailBean
-
Sets the height of the vertical quiet zone.
- setVerticalQuietZone(double) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETBean
-
Sets the height of the vertical quiet zone.
- setWideFactor(double) - Method in class org.krysalis.barcode4j.impl.codabar.CodabarBean
-
Sets the factor by which wide bars are broader than narrow bars.
- setWideFactor(double) - Method in class org.krysalis.barcode4j.impl.code39.Code39Bean
-
Sets the factor by which wide bars are broader than narrow bars.
- setWideFactor(double) - Method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5Bean
-
Sets the factor by which wide bars are broader than narrow bars.
- setWidthToHeightRatio(double) - Method in class org.krysalis.barcode4j.impl.pdf417.PDF417Bean
-
Sets the ratio of the barcode width to the height.
- SHIFT_TO_BYTE - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
mode shift to Byte Compaction mode
- START_CHARACTER - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a start character
- START_PATTERN - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
The start pattern (17 bits)
- startBarcode(String, String) - Method in interface org.krysalis.barcode4j.BarcodeLogicHandler
-
This is always the first method called.
- startBarcode(String, String) - Method in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
This is always the first method called.
- startBarcode(String, String) - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
This is always the first method called.
- startBarcode(String, String) - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- startBarcode(String, String) - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14CanvasLogicHandler
-
This is always the first method called.
- startBarcode(String, String) - Method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicHandler
- startBarcode(String, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANCanvasLogicHandler
- startBarGroup(BarGroup, String) - Method in interface org.krysalis.barcode4j.ClassicBarcodeLogicHandler
-
This method is called when a new group of bars is about to start.
- startBarGroup(BarGroup, String) - Method in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
This method is called when a new group of bars is about to start.
- startBarGroup(BarGroup, String) - Method in class org.krysalis.barcode4j.impl.DefaultCanvasLogicHandler
-
This method is called when a new group of bars is about to start.
- startBarGroup(BarGroup, String) - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- startBarGroup(BarGroup, String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANCanvasLogicHandler
- startRow() - Method in class org.krysalis.barcode4j.impl.DefaultTwoDimCanvasLogicHandler
- startRow() - Method in interface org.krysalis.barcode4j.TwoDimBarcodeLogicHandler
-
Signals the start of a new row in the barcode.
- STOP_CHARACTER - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a stop character
- STOP_PATTERN - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
The stop pattern (18 bits)
- STRUCTURED_APPEND - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Structured Append Codeword
- SUBMODE_ALPHA - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Text compaction submode Alpha
- SUBMODE_LOWER - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Text compaction submode Lower
- SUBMODE_MIXED - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Text compaction submode Mixed
- SUBMODE_PUNCTUATION - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Text compaction submode Punctuation
- supplementalWidth(String) - Method in class org.krysalis.barcode4j.impl.upcean.UPCEANBean
-
Calculates the width for the optional supplemental part.
- supports(String) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry
-
Indicates whether a particular MIME type is supported by one of the registered BitmapEncoder implementations.
- supports(BitmapEncoder, String) - Static method in class org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry
-
Indicates whether a specific BitmapEncoder implementation supports a particular MIME type.
- SVG_NAMESPACE - Static variable in class org.krysalis.barcode4j.output.svg.AbstractSVGGeneratingCanvasProvider
-
the SVG namespace: http://www.w3.org/2000/svg
- SVGCanvasProvider - Class in org.krysalis.barcode4j.output.svg
-
Implementation that outputs to a W3C DOM.
- SVGCanvasProvider(boolean, int) - Constructor for class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Creates a new SVGCanvasProvider.
- SVGCanvasProvider(int) - Constructor for class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Creates a new SVGCanvasProvider with default settings (with namespaces, but without namespace prefix).
- SVGCanvasProvider(String, int) - Constructor for class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Creates a new SVGCanvasProvider with namespaces enabled.
- SVGCanvasProvider(DOMImplementation, boolean, int) - Constructor for class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Creates a new SVGCanvasProvider.
- SVGCanvasProvider(DOMImplementation, String, int) - Constructor for class org.krysalis.barcode4j.output.svg.SVGCanvasProvider
-
Creates a new SVGCanvasProvider with namespaces enabled.
- symbolCharToString(int) - Static method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Converts a character set index to a String representation.
- SymbolShapeHint - Class in org.krysalis.barcode4j.impl.datamatrix
-
Enumeration for DataMatrix symbol shape hint.
- SymbolShapeHint(String) - Constructor for class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
-
Creates a new SymbolShapeHint instance.
T
- TA_CENTER - Static variable in class org.krysalis.barcode4j.TextAlignment
-
The human-readable part is centered.
- TA_JUSTIFY - Static variable in class org.krysalis.barcode4j.TextAlignment
-
The human-readable part is justified.
- TA_LEFT - Static variable in class org.krysalis.barcode4j.TextAlignment
-
The human-readable part is left-aligned.
- TA_RIGHT - Static variable in class org.krysalis.barcode4j.TextAlignment
-
The human-readable part is right-aligned.
- TEXT_COMPACTION - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
code for Text compaction
- TEXT_MIXED_RAW - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Raw code table for text compaction Mixed sub-mode
- TEXT_PUNCTUATION_RAW - Static variable in interface org.krysalis.barcode4j.impl.pdf417.PDF417Constants
-
Raw code table for text compaction: Punctuation sub-mode
- TextAlignment - Class in org.krysalis.barcode4j
-
Enumeration for horizontal alignment of the human readable part of a barcode.
- TextAlignment(String) - Constructor for class org.krysalis.barcode4j.TextAlignment
-
Creates a new TextAlignment instance.
- toString() - Method in class org.krysalis.barcode4j.BarcodeDimension
- toString() - Method in class org.krysalis.barcode4j.impl.code128.EAN128AI
- toString() - Method in class org.krysalis.barcode4j.impl.code128.EAN128LogicImpl
- toString() - Method in class org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
- toString() - Method in class org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
- toString() - Method in class org.krysalis.barcode4j.tools.Length
- toString(int[]) - Static method in class org.krysalis.barcode4j.impl.code128.Code128LogicImpl
-
Converts an encoded Code 128 message into a String for debugging purposes.
- TwoDimBarcodeLogicHandler - Interface in org.krysalis.barcode4j
-
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix.
- TYPEAlpha - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
- TYPEAlphaNum - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
- TYPECD - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
- TYPEError - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
- TYPENum - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
- TYPENumDate - Static variable in class org.krysalis.barcode4j.impl.code128.EAN128AI
U
- unescapeUnicode(String) - Static method in class org.krysalis.barcode4j.tools.MessageUtil
-
Un-escapes escaped Unicode characters in a message.
- UnitConv - Class in org.krysalis.barcode4j.tools
-
Utility class for unit conversions.
- UnitConv() - Constructor for class org.krysalis.barcode4j.tools.UnitConv
-
Utility class: Constructor prevents instantiating when subclassed.
- UPC_EAN_CHECK - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a UPC/EAN check character
- UPC_EAN_GROUP - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a UPC/EAN character group
- UPC_EAN_GUARD - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a UPC/EAN guard
- UPC_EAN_LEAD - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a UPC/EAN lead
- UPC_EAN_SUPP - Static variable in class org.krysalis.barcode4j.BarGroup
-
Bar group is represents a UPC/EAN supplemental
- UPCABean - Class in org.krysalis.barcode4j.impl.upcean
-
This class is an implementation of the UPC-A barcode.
- UPCABean() - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCABean
- UPCALogicImpl - Class in org.krysalis.barcode4j.impl.upcean
-
This class is an implementation of the UPC-A barcode.
- UPCALogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCALogicImpl
-
Main constructor
- UPCEANBean - Class in org.krysalis.barcode4j.impl.upcean
-
This is an abstract base class for UPC and EAN barcodes.
- UPCEANBean() - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCEANBean
-
Create a new instance.
- UPCEANCanvasLogicHandler - Class in org.krysalis.barcode4j.impl.upcean
-
Logic Handler implementation for painting on a Canvas.
- UPCEANCanvasLogicHandler(AbstractBarcodeBean, Canvas) - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCEANCanvasLogicHandler
-
Main constructor.
- UPCEANLogicImpl - Class in org.krysalis.barcode4j.impl.upcean
-
This is an abstract base class for UPC and EAN barcodes.
- UPCEANLogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Main constructor
- UPCEBean - Class in org.krysalis.barcode4j.impl.upcean
-
This class is an implementation of the UPC-E barcode.
- UPCEBean() - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCEBean
- UPCELogicImpl - Class in org.krysalis.barcode4j.impl.upcean
-
This class is an implementation of the UPC-E barcode.
- UPCELogicImpl(ChecksumMode) - Constructor for class org.krysalis.barcode4j.impl.upcean.UPCELogicImpl
-
Main constructor
- updateHeight() - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean
-
Updates the height variable of the barcode.
- UPPER_SHIFT - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Upper Shift
- URL_END - Static variable in class org.krysalis.barcode4j.tools.URLUtil
- URL_START - Static variable in class org.krysalis.barcode4j.tools.URLUtil
- URLUtil - Class in org.krysalis.barcode4j.tools
-
Utility functions for handling URLs.
- URLUtil() - Constructor for class org.krysalis.barcode4j.tools.URLUtil
- USPSIntelligentMailBean - Class in org.krysalis.barcode4j.impl.fourstate
-
Implements the USPS Intelligent Mail Barcode (Four State Customer Barcode).
- USPSIntelligentMailBean() - Constructor for class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailBean
-
Create a new instance.
- USPSIntelligentMailLogicImpl - Class in org.krysalis.barcode4j.impl.fourstate
-
This class is a logic implementation for the USPS Intelligent Mail Barcode (aka 4-State Customer Barcode, USPS-B-3200 revision E, 2007-10-30).
- USPSIntelligentMailLogicImpl() - Constructor for class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailLogicImpl
-
Main constructor.
V
- validate() - Method in class org.krysalis.barcode4j.impl.int2of5.ITF14Bean
-
Validates the barcode bean's settings.
- validateChecksum(String) - Static method in class org.krysalis.barcode4j.impl.code39.Code39LogicImpl
-
Verifies the checksum for a message.
- validateChecksum(String) - Method in class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
-
Verifies the checksum for a message.
- validateChecksum(String) - Static method in class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5LogicImpl
-
Verifies the checksum for a message.
- validateChecksum(String) - Static method in class org.krysalis.barcode4j.impl.postnet.POSTNETLogicImpl
-
Verifies the checksum for a message.
- validateMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.EAN13LogicImpl
-
Validates a EAN-13 message.
- validateMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.EAN8LogicImpl
-
Validates a EAN-8 message.
- validateMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCALogicImpl
-
Validates a UPC-A message.
- validateMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCEANLogicImpl
-
Validates a UPC/EAN message.
- validateMessage(String) - Static method in class org.krysalis.barcode4j.impl.upcean.UPCELogicImpl
-
Validates an UPC-E message.
- verifySettings() - Method in class org.krysalis.barcode4j.impl.fourstate.USPSIntelligentMailBean
-
Verifies whether the current settings of the bean are within the limits given by the USPS Intelligent Mail specification.
W
- WEBSITE - Static variable in interface org.krysalis.barcode4j.BarcodeConstants
-
URL to the Barcode4J website
X
- x - Variable in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
the cursor in x-direction
- X12_UNLATCH - Static variable in interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixConstants
-
Unlatch from X12 encodation
Y
- y - Variable in class org.krysalis.barcode4j.impl.AbstractVariableHeightLogicHandler
-
the cursor in y-direction
Z
- ZXingUtil - Class in org.krysalis.barcode4j.tools
-
Utilities concerning the ZXing dependency.
- ZXingUtil() - Constructor for class org.krysalis.barcode4j.tools.ZXingUtil
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Canvas.drawText(String, double, double, double, String, double, TextAlignment)instead.