Uses of Enum Class
com.google.zxing.BarcodeFormat
Packages that use BarcodeFormat
Package
Description
-
Uses of BarcodeFormat in com.google.zxing
Fields in com.google.zxing declared as BarcodeFormatMethods in com.google.zxing that return BarcodeFormatModifier and TypeMethodDescriptionResult.getBarcodeFormat()
static BarcodeFormat
Returns the enum constant of this class with the specified name.static BarcodeFormat[]
BarcodeFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.zxing with parameters of type BarcodeFormatModifier and TypeMethodDescriptionMultiFormatWriter.encode
(String contents, BarcodeFormat format, int width, int height) MultiFormatWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) Writer.encode
(String contents, BarcodeFormat format, int width, int height) Encode a barcode using the default settings.Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) Constructors in com.google.zxing with parameters of type BarcodeFormatModifierConstructorDescriptionResult
(String text, byte[] rawBytes, int numBits, ResultPoint[] resultPoints, BarcodeFormat format, long timestamp) Result
(String text, byte[] rawBytes, ResultPoint[] resultPoints, BarcodeFormat format) Result
(String text, byte[] rawBytes, ResultPoint[] resultPoints, BarcodeFormat format, long timestamp) -
Uses of BarcodeFormat in com.google.zxing.aztec
Methods in com.google.zxing.aztec with parameters of type BarcodeFormatModifier and TypeMethodDescriptionAztecWriter.encode
(String contents, BarcodeFormat format, int width, int height) private static BitMatrix
AztecWriter.encode
(String contents, BarcodeFormat format, int width, int height, Charset charset, int eccPercent, int layers) AztecWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BarcodeFormat in com.google.zxing.client.j2se
Fields in com.google.zxing.client.j2se declared as BarcodeFormatFields in com.google.zxing.client.j2se with type parameters of type BarcodeFormatModifier and TypeFieldDescription(package private) List
<BarcodeFormat> DecoderConfig.possibleFormats
-
Uses of BarcodeFormat in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix with parameters of type BarcodeFormatModifier and TypeMethodDescriptionDataMatrixWriter.encode
(String contents, BarcodeFormat format, int width, int height) DataMatrixWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BarcodeFormat in com.google.zxing.oned
Methods in com.google.zxing.oned that return BarcodeFormatModifier and TypeMethodDescription(package private) BarcodeFormat
EAN13Reader.getBarcodeFormat()
(package private) BarcodeFormat
EAN8Reader.getBarcodeFormat()
(package private) BarcodeFormat
UPCAReader.getBarcodeFormat()
(package private) abstract BarcodeFormat
UPCEANReader.getBarcodeFormat()
Get the format of this decoder.(package private) BarcodeFormat
UPCEReader.getBarcodeFormat()
Methods in com.google.zxing.oned that return types with arguments of type BarcodeFormatModifier and TypeMethodDescriptionprotected Collection
<BarcodeFormat> CodaBarWriter.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> Code128Writer.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> Code39Writer.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> Code93Writer.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> EAN13Writer.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> EAN8Writer.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> ITFWriter.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> OneDimensionalCodeWriter.getSupportedWriteFormats()
protected Collection
<BarcodeFormat> UPCEWriter.getSupportedWriteFormats()
Methods in com.google.zxing.oned with parameters of type BarcodeFormatModifier and TypeMethodDescriptionfinal BitMatrix
OneDimensionalCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height) OneDimensionalCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) Encode the contents following specified format.UPCAWriter.encode
(String contents, BarcodeFormat format, int width, int height) UPCAWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BarcodeFormat in com.google.zxing.pdf417
Methods in com.google.zxing.pdf417 with parameters of type BarcodeFormatModifier and TypeMethodDescriptionPDF417Writer.encode
(String contents, BarcodeFormat format, int width, int height) PDF417Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BarcodeFormat in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode with parameters of type BarcodeFormatModifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height) QRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints)