Uses of Enum
de.vwsoft.barcodelib4j.twod.zxing.BarcodeFormat
Packages that use BarcodeFormat
Package
Description
-
Uses of BarcodeFormat in de.vwsoft.barcodelib4j.twod.aztec
Methods in de.vwsoft.barcodelib4j.twod.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 de.vwsoft.barcodelib4j.twod.datamatrix
Methods in de.vwsoft.barcodelib4j.twod.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 de.vwsoft.barcodelib4j.twod.pdf417
Methods in de.vwsoft.barcodelib4j.twod.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 de.vwsoft.barcodelib4j.twod.qrcode
Methods in de.vwsoft.barcodelib4j.twod.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) -
Uses of BarcodeFormat in de.vwsoft.barcodelib4j.twod.zxing
Methods in de.vwsoft.barcodelib4j.twod.zxing that return BarcodeFormatModifier and TypeMethodDescriptionstatic BarcodeFormatReturns 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 de.vwsoft.barcodelib4j.twod.zxing with parameters of type BarcodeFormatModifier and TypeMethodDescriptionWriter.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)