public class ZXingUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ZXingUtils.MatrixToImageWriter |
| 构造器和说明 |
|---|
ZXingUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
insertImage(BufferedImage source,
Image imgPath,
boolean needCompress) |
static BufferedImage |
makeQRCode(File logoPath,
String content,
int width,
int height) |
static BufferedImage |
makeQRCode(String content,
int width,
int height) |
static BufferedImage |
makeQRCode(String content,
int margin,
int width,
int height) |
static BufferedImage |
makeQRCode(String logoPath,
String content,
int width,
int height) |
public static BufferedImage makeQRCode(String content, int width, int height)
public static BufferedImage makeQRCode(String content, int margin, int width, int height)
public static BufferedImage makeQRCode(File logoPath, String content, int width, int height)
public static BufferedImage makeQRCode(String logoPath, String content, int width, int height)
public static void insertImage(BufferedImage source, Image imgPath, boolean needCompress)
Copyright © 2021. All rights reserved.