Uses of Enum
de.vwsoft.barcodelib4j.twod.zxing.EncodeHintType
Packages that use EncodeHintType
Package
Description
-
Uses of EncodeHintType in de.vwsoft.barcodelib4j.twod.aztec
Method parameters in de.vwsoft.barcodelib4j.twod.aztec with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionAztecWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in de.vwsoft.barcodelib4j.twod.datamatrix
Method parameters in de.vwsoft.barcodelib4j.twod.datamatrix with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionDataMatrixWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in de.vwsoft.barcodelib4j.twod.pdf417
Method parameters in de.vwsoft.barcodelib4j.twod.pdf417 with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionPDF417Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in de.vwsoft.barcodelib4j.twod.qrcode
Method parameters in de.vwsoft.barcodelib4j.twod.qrcode with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionstatic QRCodeEncoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints) QRCodeWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in de.vwsoft.barcodelib4j.twod.zxing
Methods in de.vwsoft.barcodelib4j.twod.zxing that return EncodeHintTypeModifier and TypeMethodDescriptionstatic EncodeHintTypeReturns the enum constant of this type with the specified name.static EncodeHintType[]EncodeHintType.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.vwsoft.barcodelib4j.twod.zxing with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints)