Uses of Enum
com.google.zxing.BarcodeFormat
Packages that use BarcodeFormat
Package
Description
-
Uses of BarcodeFormat in com.google.zxing
Methods in com.google.zxing that return BarcodeFormatModifier and TypeMethodDescriptionResult.getBarcodeFormat()
static BarcodeFormat
Returns the enum constant of this type with the specified name.static BarcodeFormat[]
BarcodeFormat.values()
Returns an array containing the constants of this enum type, 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) AztecWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
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 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)