Uses of Class
com.google.zxing.EncodeHintType
Package | Description |
---|---|
com.google.zxing |
This is a small portion of zxing, including only what's required to generate QR codes.
|
com.google.zxing.qrcode | |
com.google.zxing.qrcode.encoder |
-
Uses of EncodeHintType in com.google.zxing
Methods in com.google.zxing that return EncodeHintType Modifier and Type Method Description static EncodeHintType
EncodeHintType. valueOf(String name)
Returns 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 com.google.zxing with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrix
Writer. encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
-
Uses of EncodeHintType in com.google.zxing.qrcode
Method parameters in com.google.zxing.qrcode with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrix
QRCodeWriter. encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
-
Uses of EncodeHintType in com.google.zxing.qrcode.encoder
Method parameters in com.google.zxing.qrcode.encoder with type arguments of type EncodeHintType Modifier and Type Method Description static QRCode
Encoder. encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,?> hints)